From: Alan Modra Date: Fri, 21 Feb 2014 12:48:50 +0000 (+1030) Subject: Add file missed from last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cbc458c9fde560ad369d197ed90b94452cc3b06;p=binutils-gdb.git Add file missed from last commit. --- diff --git a/ld/testsuite/ld-bootstrap/ppc476.t b/ld/testsuite/ld-bootstrap/ppc476.t new file mode 100644 index 00000000000..46ab8a7c3fb --- /dev/null +++ b/ld/testsuite/ld-bootstrap/ppc476.t @@ -0,0 +1,7 @@ +SECTIONS +{ + .text : ALIGN (4096) + { + *(.text .text.* .gnu.linkonce.t*) + } +}