PR ld/13789
authorHans-Peter Nilsson <hp@axis.com>
Thu, 1 Mar 2012 08:24:10 +0000 (08:24 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 1 Mar 2012 08:24:10 +0000 (08:24 +0000)
* ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/zerosize1.d

index f5eca8c..a80a5d0 100644 (file)
@@ -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.
 2012-02-25  Walter Lee  <walt@tilera.com>
 
        * ld-tilegx/reloc-be.d: New.
index ee69592..43187f0 100644 (file)
@@ -6,5 +6,5 @@
 # Check that xyzzy is not placed in the .text section.
 
 #...
 # 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
 #pass