Browse Source
PR 29764 gas * testsuite/gas/arm/cpu-cortex-a76ae.d: Add arm prefix to the -m option passed to objdump. * testsuite/gas/arm/cpu-cortex-a77.d: Likewise. * testsuite/gas/aarch64/cpu-cortex-a76ae.d: Add aarch64 prefix to the -m option passed to objdump. * testsuite/gas/aarch64/cpu-cortex-a77.d: Likewise. bfd * cpu-arm.c (scan): Accept machine names prefixed with "arm:". * cpu-aarch64.c (scan): Accept machine names prefixed with "aarch64:". bin * doc/binutils.texi (objdump): Note that the -m option supports the <architecture>:<machine> syntax.gdb-13-branch
10 changed files with 50 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a76ae CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a76ae |
|||
# objdump: -d -mcortex-a76ae |
|||
# objdump: -d -maarch64:cortex-a76ae |
|||
|
|||
#... |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a77 CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a77 |
|||
# objdump: -d -mcortex-a77 |
|||
# objdump: -d -maarch64:cortex-a77 |
|||
|
|||
#... |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a76ae CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a76ae |
|||
# objdump: -d -mcortex-a76ae |
|||
# objdump: -d -marm:cortex-a76ae |
|||
|
|||
#... |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
# name: Assemble and dump for cortex-a77 CPU |
|||
# source: nop-asm.s |
|||
# as: -mcpu=cortex-a77 |
|||
# objdump: -d -mcortex-a77 |
|||
# objdump: -d -marm:cortex-a77 |
|||
|
|||
#... |
|||
|
|||
Loading…
Reference in new issue