aboutsummaryrefslogtreecommitdiff
path: root/ld/ldglda29k.sc
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-10-08 23:18:03 +0000
committerPer Bothner <per@bothner.com>1991-10-08 23:18:03 +0000
commitee17cac9c6c4eade757fb435ca169411ac7e91c8 (patch)
treec530a4adf6be713ceb130341d2fdc8c6005035cb /ld/ldglda29k.sc
parentb7de6963d4c0f87381cb7ede8ab8415efd70fcd2 (diff)
downloadgdb-ee17cac9c6c4eade757fb435ca169411ac7e91c8.zip
gdb-ee17cac9c6c4eade757fb435ca169411ac7e91c8.tar.gz
gdb-ee17cac9c6c4eade757fb435ca169411ac7e91c8.tar.bz2
* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
* ldtemplate: Remove ldfile_add_library_path calls; just use the SEARCH_DIR commands in the script files. * Makefile.in: Add LIB_PATH macro, which if set is used to replace the SEARCH_DIR commands in the scripts (using ugly sed magic). This is primarily intended for cross-linking, where you would place libaries in a different place than native libraries. Also, emulations made from ldtemplate now use $(srcdir). * ldglda29k.sc: Change SEARCH_DIR commands to a conventional form; people can use the Makefile's LIB_PATH to override.
Diffstat (limited to 'ld/ldglda29k.sc')
-rwxr-xr-xld/ldglda29k.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ldglda29k.sc b/ld/ldglda29k.sc
index 6d7d19a..ed7544c 100755
--- a/ld/ldglda29k.sc
+++ b/ld/ldglda29k.sc
@@ -1,8 +1,8 @@
OUTPUT_FORMAT("coff-a29k-big")
INPUT(/lab3/u3/sym1/tools/usr/lib/segments.o) /* Has .rstack/.mstack */
-SEARCH_DIR(/lab3/u3/sym1/tools/lib)
-SEARCH_DIR(/lab3/u3/sym1/tools/usr/lib)
-SEARCH_DIR(/lab3/u3/sym1/tools/usr/local/lib)
+SEARCH_DIR(/lib)
+SEARCH_DIR(/usr/lib)
+SEARCH_DIR(/usr/local/lib)
MEMORY {
text : ORIGIN = 0x1000000, LENGTH = 0x1000000
talias : ORIGIN = 0x2000000, LENGTH = 0x1000000