diff options
author | Alan Modra <amodra@gmail.com> | 2009-01-21 02:28:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-01-21 02:28:22 +0000 |
commit | 0c3b67369a861fba0cc0459d79751aac6f5c9e93 (patch) | |
tree | 6fa510f48e6fab338f9d5afdcd0dccaddf1eee85 /ld | |
parent | fb266b8bce71ad8f875c81a00978578e5ac3874c (diff) | |
download | gdb-0c3b67369a861fba0cc0459d79751aac6f5c9e93.zip gdb-0c3b67369a861fba0cc0459d79751aac6f5c9e93.tar.gz gdb-0c3b67369a861fba0cc0459d79751aac6f5c9e93.tar.bz2 |
* ld-spu/icache1.d: Add --non-ia-text to ld options.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-spu/icache1.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ee3615b..c996f51 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-21 Alan Modra <amodra@bigpond.net.au> + + * ld-spu/icache1.d: Add --non-ia-text to ld options. + 2009-01-19 Hans-Peter Nilsson <hp@axis.com> * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d, diff --git a/ld/testsuite/ld-spu/icache1.d b/ld/testsuite/ld-spu/icache1.d index 3edaa99..1cb3879 100644 --- a/ld/testsuite/ld-spu/icache1.d +++ b/ld/testsuite/ld-spu/icache1.d @@ -1,5 +1,5 @@ #source: icache1.s -#ld: --soft-icache --num-lines=4 --auto-overlay=tmpdir/icache1.lnk --auto-relink +#ld: --soft-icache --num-lines=4 --non-ia-text --auto-overlay=tmpdir/icache1.lnk --auto-relink #objdump: -D .* elf32-spu |