mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
546c7898dc
All the tests are designed for a little-endian ARC system. Thus, update the arc predicate in arc.exp, improve the matching pattern for linker relaxation test, and add linker scripts to nps-1x tests. Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
17 lines
522 B
Makefile
17 lines
522 B
Makefile
#source: nps-1.s
|
|
#as: -mcpu=arc700 -mnps400
|
|
#ld: -defsym=foo=0x57f03000 -T sda-relocs.ld
|
|
#objdump: -d
|
|
|
|
.*: +file format .*arc.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <.*>:
|
|
*[0-9a-f]+: 5948 3000 xldb r10,\[0x57f03000\]
|
|
*[0-9a-f]+: 5949 3000 xldw r10,\[0x57f03000\]
|
|
*[0-9a-f]+: 594a 3000 xld r10,\[0x57f03000\]
|
|
*[0-9a-f]+: 594c 3000 xstb r10,\[0x57f03000\]
|
|
*[0-9a-f]+: 594d 3000 xstw r10,\[0x57f03000\]
|
|
*[0-9a-f]+: 594e 3000 xst r10,\[0x57f03000\]
|