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 f5eca8c32601f6ce3b38f1e68c89fde432ae9ed7..a80a5d04bc6bf231ac41d64e2f5cec0de5691925 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.
index ee6959271bd82b4dc02d2cb004a23480ab3e2457..43187f073d5af2bf7d9ad1e19a30aa35a86156bf 100644 (file)
@@ -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
This page took 0.025437 seconds and 4 git commands to generate.