aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
AgeCommit message (Collapse)AuthorFilesLines
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+2
* 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-11Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra1-1/+1
re-arrange header include order. Fix shadowing warnings in ldlang.h Fix compile errors in mpw-elfmips.c
2000-06-20Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra1-1/+1
Alexander Aganichev's fix for ieee.c
2000-06-15Correctly set SEC_READONLY for .text section.Alan Modra1-11/+12
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-1/+10
2000-05-23When deciding if ".text" section should be read-only, don't forget to resetNick Clifton1-10/+11
SEC_READONLY because it could be already set.
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton1-1/+2
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu1-6/+15
* ldmain.c (undefined_symbol): Take one more arg, fatal, to indicate if the undefined symbol is a fatal error or not. Don't delete the output file if "fatal" is false.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-9/+9
as appropriate. Fill in structure initializations.
1999-06-23 * ldmain.c (main): Initialize link_info.init_function andMark Mitchell1-1/+5
link_info.fini_function. * lexsup.c (OPTION_INIT): New macro. (OPTION_FINI): Likewise. (ld_options): Add descriptions for them. (parse_args): Handle them.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1300