PR ld/13789
* ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE.
This commit is contained in:
parent
a1fb425606
commit
1fc75697ae
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-01 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR ld/13789
|
||||
* ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE.
|
||||
|
||||
2012-02-25 Walter Lee <walt@tilera.com>
|
||||
|
||||
* ld-tilegx/reloc-be.d: New.
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
# Check that xyzzy is not placed in the .text section.
|
||||
|
||||
#...
|
||||
+[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +ABS xyzzy
|
||||
+[0-9]+: +[0-9a-f]+ +0 +(OBJECT|NOTYPE) +GLOBAL +DEFAULT +ABS xyzzy
|
||||
#pass
|
||||
|
|
Loading…
Reference in a new issue