diff options
author | Alan Modra <amodra@gmail.com> | 2016-05-19 00:09:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-05-19 14:07:05 +0930 |
commit | f1b2ca70c95ac45883cd0b5ec94fb1e9beb7a59b (patch) | |
tree | f1a812551e550eb8096103e1b282833e6ce654fb /ld/ChangeLog | |
parent | 57e7d118480f4adf8cf1c8a82f234463d15d509d (diff) | |
download | gdb-f1b2ca70c95ac45883cd0b5ec94fb1e9beb7a59b.zip gdb-f1b2ca70c95ac45883cd0b5ec94fb1e9beb7a59b.tar.gz gdb-f1b2ca70c95ac45883cd0b5ec94fb1e9beb7a59b.tar.bz2 |
ld-elf/shared.exp mix_pic_and_non_pic
Tweaks to make it easier to re-run these testcases by hand.
* testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in
exe name rather than constructing testname. Fix typo in
sub-test name. Log copying. Use -rpath rather than -R.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4dabdf8..7744016 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2016-05-19 Alan Modra <amodra@gmail.com> + + * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in + exe name rather than constructing testname. Fix typo in + sub-test name. Log copying. Use -rpath rather than -R. + 2016-05-18 Nick Clifton <nickc@redhat.com> * scripttempl/ft32.sc: Use fixed constants for memory region |