summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * ldexp.c: Replace CONST with const.Alan Modra2002-06-081-2/+2
| | | | | | | | * ldfile.c: Likewise. * ldfile.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * pe-dll.h: Likewise.
* * ldemul.c: Fix formatting.Kazu Hirata2002-05-251-1/+1
| | | | | | * ldfile.c: Likewise. * pe-dll.c: Likewise. * pe-dll.h: Likewise.
* XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix2002-05-101-1/+7
|
* * ld.h: Fix formatting.Kazu Hirata2002-05-031-2/+2
| | | | | | | | | * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldmain.c: Likewise. * lexsup.c: Likewise. * pe-dll.c: Likewise.
* 2001-11-01 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-11-021-0/+3
| | | | | | | | | | | * ld.texinfo (Options): Document new option, -nostdlib. * lexsup.c (OPTION_NOSTDLIB): New definition. (ld_options): Add entry for "nostdlib". (parse_args): Handle OPTIONS_NOSTDLIB. * ldfile.c (ldfile_add_library_path): Don't add directories to the search path if they weren't specified on the command line and -nostdlib was specified. * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-5/+3
|
* Make --verbose always display linker scriptNick Clifton2001-08-121-1/+2
|
* 2001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-021-1/+2
| | | | | | | | | | | | | | | | * ldfile.c: Include "libiberty.h". * ldlex.l: Likewise. * ldmisc.c (buystring): Removed. * ldmisc.h: Likewise. * ldfile.c: Replace buystring with xstrdup. * ldlang.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * lexsup.c: Likewise. * mpw-eppcmac.c: Likewise.
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-1/+1
|
* 2001-02-20 H.J. Lu <hjl@gnu.org>H.J. Lu2001-02-201-7/+16
| | | | | * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to false if we found the file.
* 2000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-091-16/+16
| | | | | | | | | | | | | | | * ldcref.c: Fix formatting. * ldctor.h: Likewise. * ldemul.c: Likewise. * ldemul.h: Likewise. * ldexp.c: Likewise. * ldexp.h: Likewise. * ldfile.c: Likewise. * ldfile.h: Likewise. * ld.h: Likewise. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldmain.c: Likewise.
* 2000-09-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-291-18/+15
| | | | | | | | | * ldcref.c: Fix formatting. * ldctor.c: Likewise. * ldemul.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise.
* Fix formatting and add missing new lkine at end of error messageNick Clifton2000-07-111-65/+68
|
* * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an emptyIan Lance Taylor2000-03-061-9/+14
| | | | archive.
* Add support for WinCE based toolchains.Nick Clifton2000-02-241-5/+4
|
* * ldfile.c: Revert patch of 1999-07-08.Ian Lance Taylor1999-07-091-32/+31
| | | | | (ldfile_try_open_bfd): If we are searching for the file, skip files with an incompatible architecture.
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-081-2/+29
| | | | | | * ldfile.c (ldfile_open_file_search): Skip libraries made for incompatible architectures in the search path. Let the user know about any such skips.
* Initial revisionRichard Henderson1999-05-031-0/+416