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