diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/zerosize1.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f5eca8c326..a80a5d04bc 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-elf/zerosize1.d b/ld/testsuite/ld-elf/zerosize1.d index ee6959271b..43187f073d 100644 --- a/ld/testsuite/ld-elf/zerosize1.d +++ b/ld/testsuite/ld-elf/zerosize1.d @@ -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 |