diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-10-12 15:40:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-10-12 15:40:13 +0000 |
commit | f9a3a01aef2f2ec95cd4365c5bc91fb384c0aae5 (patch) | |
tree | 16adebdabf2c0544e46e7640f2d84f692e1f6d6c /ld/testsuite/ld-selective | |
parent | 9b691193ef8f68fa38ef60205bccdeedec1fadea (diff) | |
download | gdb-f9a3a01aef2f2ec95cd4365c5bc91fb384c0aae5.zip gdb-f9a3a01aef2f2ec95cd4365c5bc91fb384c0aae5.tar.gz gdb-f9a3a01aef2f2ec95cd4365c5bc91fb384c0aae5.tar.bz2 |
2002-10-12 H.J. Lu (hjl@gnu.org)
* ld-discard/extern.d: Remove $srcdir/$subdir/.
* ld-discard/start.d: Likewise.
* ld-discard/static.d: Likewise.
* ld-linkonce/zeroehl32.d: Likewise.
* ld-selective/keepdot.d: Likewise.
* ld-selective/keepdot0.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r-- | ld/testsuite/ld-selective/keepdot.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-selective/keepdot0.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-selective/keepdot.d b/ld/testsuite/ld-selective/keepdot.d index 47b6ae2..aadd5d4 100644 --- a/ld/testsuite/ld-selective/keepdot.d +++ b/ld/testsuite/ld-selective/keepdot.d @@ -1,4 +1,4 @@ -#ld: --gc-sections -Bstatic -e _start -T$srcdir/$subdir/keepdot.ld +#ld: --gc-sections -Bstatic -e _start -T keepdot.ld #name: Preserve default . = 0 #objdump: -h diff --git a/ld/testsuite/ld-selective/keepdot0.d b/ld/testsuite/ld-selective/keepdot0.d index e275080..4432a01 100644 --- a/ld/testsuite/ld-selective/keepdot0.d +++ b/ld/testsuite/ld-selective/keepdot0.d @@ -1,5 +1,5 @@ #source: keepdot.s -#ld: --gc-sections -Bstatic -e _start -T$srcdir/$subdir/keepdot0.ld +#ld: --gc-sections -Bstatic -e _start -T keepdot0.ld #name: Preserve explicit . = 0 #objdump: -h |