From: Kai Tietz Date: Mon, 5 Apr 2010 09:02:58 +0000 (+0000) Subject: 2010-04-05 Kai Tietz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c51297b4700487f73272548c4a775d71e2ab7d2e;p=binutils-gdb.git 2010-04-05 Kai Tietz * ld-pe/orphan_nu.d: New test for --no-leading-underscore. * ld-pe/orphana_nu.s: New file. * ld-pe/pe.exp: Add orphan_nu test. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 97a39ec3abf..8cd1d75e8d7 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-04-05 Kai Tietz + + * ld-pe/orphan_nu.d: New test for --no-leading-underscore. + * ld-pe/orphana_nu.s: New file. + * ld-pe/pe.exp: Add orphan_nu test. + 2010-04-01 Nathan Sidwell * ld-powerpc/apuinfo-nul.rd: New. diff --git a/ld/testsuite/ld-pe/orphan_nu.d b/ld/testsuite/ld-pe/orphan_nu.d new file mode 100644 index 00000000000..5e88da71e05 --- /dev/null +++ b/ld/testsuite/ld-pe/orphan_nu.d @@ -0,0 +1,13 @@ +#source: orphana_nu.s +#source: orphanb.s +#source: orphand.s +#source: orphane.s +#ld: --file-align 1 --section-align 1 --no-leading-underscore +#objdump: -h --wide + +#... + +0 +\.text .* + +1 +\.foo +0+20 .* + +2 +\.foo +0+20 .* + +3 +\.idata .* +#pass diff --git a/ld/testsuite/ld-pe/orphana_nu.s b/ld/testsuite/ld-pe/orphana_nu.s new file mode 100644 index 00000000000..d3c564f3f4a --- /dev/null +++ b/ld/testsuite/ld-pe/orphana_nu.s @@ -0,0 +1,8 @@ + .globl mainCRTStartup + .globl start + .text +mainCRTStartup: +start: + + .section .foo,"b" + .space 16 diff --git a/ld/testsuite/ld-pe/pe.exp b/ld/testsuite/ld-pe/pe.exp index 21e38ae99df..dd4b9f70d0b 100644 --- a/ld/testsuite/ld-pe/pe.exp +++ b/ld/testsuite/ld-pe/pe.exp @@ -69,6 +69,7 @@ run_dump_test "longsecn-4" run_dump_test "longsecn-5" run_dump_test "orphan" +run_dump_test "orphan_nu" set foreign_sym_test { {"non-C aligned common" "" "" {non-c-lang-syms.s}