diff options
author | Per Bothner <per@bothner.com> | 1991-10-08 23:18:03 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-08 23:18:03 +0000 |
commit | ee17cac9c6c4eade757fb435ca169411ac7e91c8 (patch) | |
tree | c530a4adf6be713ceb130341d2fdc8c6005035cb /ld/ldtemplate | |
parent | b7de6963d4c0f87381cb7ede8ab8415efd70fcd2 (diff) | |
download | gdb-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/ldtemplate')
-rwxr-xr-x | ld/ldtemplate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/ldtemplate b/ld/ldtemplate index 34d2da3..b627935 100755 --- a/ld/ldtemplate +++ b/ld/ldtemplate @@ -61,9 +61,6 @@ static void gld<target>_before_parse() extern char lprefix; lprefix = '@'; #else - ldfile_add_library_path("/lib"); - ldfile_add_library_path("/usr/lib"); - ldfile_add_library_path("/usr/local/lib"); #ifndef TARGET_ /* I.e., if not generic */ ldfile_output_architecture = bfd_arch_<arch>; #endif |