aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-21Add --hash-size switch to the linkerNick Clifton1-2/+20
2004-05-19 * NEWS: Mention new linker map file generation and theJoern Rennecke1-2/+8
2004-03-20bfd/H.J. Lu1-18/+0
2004-03-18bfd/Alan Modra1-1/+13
2003-12-07 * lexsup.c (is_num): Remove.Kazu Hirata1-23/+0
2003-12-02 * ldmain.c (main): Remove mpc860c0 code.Alan Modra1-20/+1
2003-10-08lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment describing defaults.Nick Clifton1-9/+8
2003-10-06lexsup.c (parse_args): Report unresolved symbols in shared libraries whenNick Clifton1-3/+10
2003-08-20Better handking for unresolved symbolsNick Clifton1-83/+163
2003-06-28Convert to C90Alan Modra1-43/+29
2003-06-25Correct spelling of "relocatable".Alan Modra1-4/+4
2003-05-30bfd/Jakub Jelinek1-0/+14
2003-05-07* ldmain.h (overflow_cutoff_limit): Declare.Alexandre Oliva1-0/+1
2003-03-31Fix memory leaksNick Clifton1-2/+6
2003-02-28 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.Alan Modra1-3/+14
2003-02-17Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton1-3/+9
2002-12-23 * ldmain.c (main): Init "strip_discarded".Alan Modra1-1/+13
2002-12-23Change linker's default behaviour - it will now reject binary files whoesNick Clifton1-0/+12
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-74/+74
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz1-1/+1
2002-10-23Add new command line option "--no-omagic" which undoes the effects of -N.Nick Clifton1-0/+9
2002-10-082002-10-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+0
2002-10-07Abort if the filename to be added matches the linker output filename.Nick Clifton1-15/+17
2002-08-08Check symbols with undefine version.H.J. Lu1-1/+7
2002-05-222002-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu1-1/+7
2002-05-03 * ld.h: Fix formatting.Kazu Hirata1-5/+5
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-7/+0
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+4
2001-12-13 * lexsup.c (parse_args): Don't pass shortopts to second call toAlan Modra1-10/+7
2001-12-07Insert 'PROGRAM' into the text string describing the -N option so that it isNick Clifton1-1/+1
2001-11-022001-11-01 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+6
2001-10-31Fix infinite parsing loopNick Clifton1-38/+27
2001-10-02 * ldver.h (ld_program_version): Remove declaration.Alan Modra1-16/+1
2001-09-29From John Reiser <jreiser@BitWagon.com>Alan Modra1-0/+6
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-3/+3
2001-08-23 * elf-bfd.h (enum elf_reloc_type_class): New.Jakub Jelinek1-0/+6
2001-08-12Make --verbose always display linker scriptNick Clifton1-3/+3
2001-06-18 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):Hans-Peter Nilsson1-1/+0
2001-06-162001-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+3
2001-06-15 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:Hans-Peter Nilsson1-0/+1
2001-05-22Improve Solaris compatabilityNick Clifton1-2/+3
2001-05-022001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+2
2001-04-13* ld.texinfo: Document --fatal-warnings.J.T. Conklin1-1/+8
2001-04-13bfd/Jakub Jelinek1-1/+7
2001-03-13Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton1-1/+2
2001-01-14Extend "ld --unique" functionality.Alan Modra1-3/+6
2001-01-13formatting fixNick Clifton1-1/+1
2001-01-12Update copyright date to 2001Nick Clifton1-2/+2
2000-12-31Fix problems with new EXACTLY_TWO_DASHES command line switch option.Nick Clifton1-3/+11
2000-12-28Requre that long options starting with 'o' only accept a double dash prefix.Nick Clifton1-12/+40