aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
AgeCommit message (Collapse)AuthorFilesLines
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
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton1-2/+10
2000-10-17Added new option --target-help.Chandra Chavva1-0/+7
2000-10-112000-10-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-30/+27
* deffile.h: Fix formatting. * lexsup.c: Likewise. * mri.c: Likewise.
2000-09-292000-09-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-11/+11
* deffile.h: Fix formatting. * ld.h: Likewise. * ldctor.h: Likewise. * ldemul.h: Likewise. * ldexp.h: Likewise. * ldfile.h: Likewise. * ldlang.h: Likewise. * lexsup.c: Likewise. * mri.c: Likewise. * pe-dll.c: Likewise.
2000-09-05--split-by-reloc, --split-by-file extensions. --unique option.Alan Modra1-6/+18
2000-09-02Add .gnu.linkonce.wi.* to .debug_info sections.Nick Clifton1-11/+0
2000-07-20Add optional style argument to --demangle switch.Nick Clifton1-2/+14
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+4
* emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed. (PARSE_AND_LIST_PROLOGUE): New. (PARSE_AND_LIST_LONGOPTS): Likewise. (PARSE_AND_LIST_OPTIONS): Likewise. (PARSE_AND_LIST_ARGS_CASES): Likewise. * ldmain.c (main): Clear link_info.flags and link_info.flags_1. * lexsup.c (ld_options): Comment out 'z'. (parse_args): Likewise. * emultempl/elf32.em: Include "elf/common.h". (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z options. (gld_${EMULATION_NAME}_list_options): Likewise. * ld.texinfo: Add documentation for the recognized -z options.
2000-07-08Fix --section-start=xxxxAlan Modra1-4/+9
2000-05-22Patch from Thomas de Lellis to implement --section-startNick Clifton1-0/+36
2000-05-182000-05-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* lexsup.c (parse_args): `i' == `r', not `q'.
2000-05-17Fix typo in previous deltaNick Clifton1-2/+2
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton1-0/+5
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-05-15Update printed copyright.Alan Modra1-1/+1
2000-05-03Fix 64 bit target section start on 32 bit machine.Alan Modra1-3/+3
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-2/+2
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-1/+1
* lexsup.c (parse_args): Use strtoul for --split-by-reloc argument.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-0/+3
* lexsup.c (parse_args): If we get an unrecognized argument, mention --help.
1999-08-06 * lexsup.c (is_num): Reindent.Ian Lance Taylor1-12/+20
(parse_args): Mention program name in error message.
1999-06-23 * ldmain.c (main): Initialize link_info.init_function andMark Mitchell1-0/+14
link_info.fini_function. * lexsup.c (OPTION_INIT): New macro. (OPTION_FINI): Likewise. (ld_options): Add descriptions for them. (parse_args): Handle them.
1999-06-09restore previous format of --help outputNick Clifton1-2/+4
1999-05-28Minor formatting changes.Nick Clifton1-4/+4
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1140