mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New
tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
|
* ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New
|
||||||
|
tests.
|
||||||
|
|
||||||
2002-02-08 Alexandre Oliva <aoliva@redhat.com>
|
2002-02-08 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
Contribute sh64-elf.
|
Contribute sh64-elf.
|
||||||
|
5
ld/testsuite/ld-mmix/bpo-11.s
Normal file
5
ld/testsuite/ld-mmix/bpo-11.s
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.set i,0
|
||||||
|
.rept 222
|
||||||
|
LDA $11,_start+i*256
|
||||||
|
.set i,i+1
|
||||||
|
.endr
|
10
ld/testsuite/ld-mmix/bpo-21.d
Normal file
10
ld/testsuite/ld-mmix/bpo-21.d
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#source: start.s
|
||||||
|
#source: bpo-11.s
|
||||||
|
#source: bpo-7.s
|
||||||
|
#as: -linker-allocated-gregs
|
||||||
|
#ld: -m elf64mmix
|
||||||
|
#error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
|
||||||
|
|
||||||
|
# A BPO reloc against an undefined symbol, with a full set of normal
|
||||||
|
# BPO:s.
|
||||||
|
|
9
ld/testsuite/ld-mmix/bpo-21m.d
Normal file
9
ld/testsuite/ld-mmix/bpo-21m.d
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#source: start.s
|
||||||
|
#source: bpo-11.s
|
||||||
|
#source: bpo-7.s
|
||||||
|
#as: -linker-allocated-gregs
|
||||||
|
#ld: -m mmo
|
||||||
|
#error: ^[^c][^h][^i][^l][^d].* undefined reference to `areg'$
|
||||||
|
|
||||||
|
# A BPO reloc against an undefined symbol, with a full set of normal
|
||||||
|
# BPO:s.
|
Reference in New Issue
Block a user