* ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New

tests.
This commit is contained in:
Hans-Peter Nilsson 2002-02-09 05:02:07 +00:00
parent 027d73eb18
commit c99012716a
4 changed files with 29 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,5 @@
.set i,0
.rept 222
LDA $11,_start+i*256
.set i,i+1
.endr

View 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.

View 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.