* ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New
tests.
This commit is contained in:
parent
027d73eb18
commit
c99012716a
4 changed files with 29 additions and 0 deletions
|
@ -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>
|
||||
|
||||
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.
|
Loading…
Reference in a new issue