diff options
author | Alan Modra <amodra@gmail.com> | 2014-02-21 23:18:50 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-02-21 23:18:50 +1030 |
commit | 0cbc458c9fde560ad369d197ed90b94452cc3b06 (patch) | |
tree | 24a86a7a70171b546ccaa363dfb1a1155f6ecbf4 /ld/testsuite | |
parent | a97726da10b71c7ec0e45380edb36a821fb108d8 (diff) | |
download | gdb-0cbc458c9fde560ad369d197ed90b94452cc3b06.zip gdb-0cbc458c9fde560ad369d197ed90b94452cc3b06.tar.gz gdb-0cbc458c9fde560ad369d197ed90b94452cc3b06.tar.bz2 |
Add file missed from last commit.
Diffstat (limited to 'ld/testsuite')
-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*) + } +} |