From: Hans-Peter Nilsson Date: Thu, 1 Mar 2012 08:24:10 +0000 (+0000) Subject: PR ld/13789 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1fc75697aef8602a415157289a447f1671050ad6;p=deliverable%2Fbinutils-gdb.git PR ld/13789 * ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE. --- 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 + + PR ld/13789 + * ld-elf/zerosize1.d: Allow xyzzy to be either OBJECT or NOTYPE. + 2012-02-25 Walter Lee * 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