diff options
author | Ken Raeburn <raeburn@cygnus> | 1999-01-03 23:55:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1999-01-03 23:55:33 +0000 |
commit | 7cada34aec73e03dbbbb95fbfb07c6fc5c5ed4bb (patch) | |
tree | 0a8157f5e1156ad99c04496ab68e7215318ba4ef | |
parent | 6772620740a0da51175f547d54e60a7a07732cc1 (diff) | |
download | gdb-7cada34aec73e03dbbbb95fbfb07c6fc5c5ed4bb.zip gdb-7cada34aec73e03dbbbb95fbfb07c6fc5c5ed4bb.tar.gz gdb-7cada34aec73e03dbbbb95fbfb07c6fc5c5ed4bb.tar.bz2 |
(Ugh. Last checkin was supposed to have been aborted. Oops.)
Replace elf-offset.ld with a version we can ship.
Use "-T" in linker invocation when specifying linker script.
-rw-r--r-- | ld/testsuite/ld-shared/.Sanitize | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/testsuite/ld-shared/.Sanitize b/ld/testsuite/ld-shared/.Sanitize index 0858c5d..37702a2 100644 --- a/ld/testsuite/ld-shared/.Sanitize +++ b/ld/testsuite/ld-shared/.Sanitize @@ -23,6 +23,7 @@ Do-first: Things-to-keep: +elf-offset.ld main.c sh1.c sh2.c @@ -33,8 +34,6 @@ xcoff.dat Things-to-lose: -elf-offset.ld - # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. |