Add file missed from last commit.
authorAlan Modra <amodra@gmail.com>
Fri, 21 Feb 2014 12:48:50 +0000 (23:18 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 21 Feb 2014 12:48:50 +0000 (23:18 +1030)
ld/testsuite/ld-bootstrap/ppc476.t [new file with mode: 0644]

diff --git a/ld/testsuite/ld-bootstrap/ppc476.t b/ld/testsuite/ld-bootstrap/ppc476.t
new file mode 100644 (file)
index 0000000..46ab8a7
--- /dev/null
@@ -0,0 +1,7 @@
+SECTIONS
+{
+  .text : ALIGN (4096)
+  {
+    *(.text .text.* .gnu.linkonce.t*)
+  }
+}