Browse Source
gas/ * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1. (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1. * config/tc-i386.h (processor_type): Same. * doc/c-i386.texi: Change amdfam15 to bdver1. opcodes/ * i386-gen.c (cpu_flag_init): Rename CPU_AMDFAM15_FLAGS to CPU_BDVER1_FLAGS * i386-init.h: Regenerated. testsuite/ * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1. * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to gas/i386/x86-64-nops-1-bdver1.d. * gas/i386/nops-1-amdfam15.d: Renamed test case to gas/i386/nops-1-bdver1.d.gdb_7_1-branch
11 changed files with 37 additions and 16 deletions
@ -1,7 +1,7 @@ |
|||
#as: -mtune=amdfam15 |
|||
#as: -mtune=bdver1 |
|||
#source: nops-1.s |
|||
#objdump: -drw |
|||
#name: i386 -mtune=amdfam15 nops 1 |
|||
#name: i386 -mtune=bdver1 nops 1 |
|||
|
|||
.*: +file format .* |
|||
|
|||
@ -1,7 +1,7 @@ |
|||
#as: -mtune=amdfam15 |
|||
#as: -mtune=bdver1 |
|||
#source: nops-1.s |
|||
#objdump: -drw |
|||
#name: x86-64 -mtune=amdfam15 nops 1 |
|||
#name: x86-64 -mtune=bdver1 nops 1 |
|||
|
|||
.*: +file format .* |
|||
|
|||
Loading…
Reference in new issue