aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
AgeCommit message (Collapse)AuthorFilesLines
2000-07-202000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+11
* ld.texinfo: Add documentation for --disable-new-dtags and --enable-new-dtags. * ldmain.c (main): Initialize link_info.new_dtags to false. * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add --disable-new-dtags and --enable-new-dtags. (gld_${EMULATION_NAME}_list_options): Likewise.
2000-07-20Add optional style argument to --demangle switch.Nick Clifton1-5/+12
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+15
* 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-06-20tic54x/ibmc54xdsp target for ld.Timothy Wall1-0/+18
2000-05-22Patch from Thomas de Lellis to implement --section-startNick Clifton1-0/+12
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton1-0/+10
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-04-25Note that output section data commands can only appear inside output sectionNick Clifton1-0/+10
descriptions and not between them.
2000-04-11Remove extraneous paragraph.Alan Modra1-6/+0
2000-02-29* ldgram.y (exclude_name_list): Don't require a comma to separateJim Blandy1-3/+3
list entries; the lexer considers commas to be valid part of a filename, so in something like `foo, bar' the comma is considered part of the first filename, `foo,'. * ld.texinfo: Update section on EXCLUDE_FILE lists.
2000-02-16Add LMA memory region functionality.Timothy Wall1-3/+6
2000-01-07Fix description of -n command line switchNick Clifton1-3/+4
2000-01-07Remind users about -Wl,Nick Clifton1-0/+14
2000-01-05 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.Catherine Moore1-6/+8
(name_list): New. * ld.texinfo (EXCLUDE_FILE): Update documentation. * ldgram.y (wildcard_spec): Support a list of excluded_files. (exclude_name_list): New. ldlang.c (walk_wild_section): Support list of excluded files. (print_wild_statement): Likewise. (lang_add_wild): Likewise. * ldlang.h (lang_wild_statement_type): Likewise. * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1999-09-09 * ld.texinfo: Fix arguments of @var to not contain punctuation.Andreas Schwab1-1/+1
1999-06-23 * ldmain.c (main): Initialize link_info.init_function andMark Mitchell1-0/+16
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-22document behaviour of dot inside sections.Nick Clifton1-0/+33
1999-06-21Add new command line switch --thumb-entry.Nick Clifton1-1/+10
1999-06-14Fix use of @item vs. @itemx.Andreas Schwab1-2/+2
1999-05-29 * ld.texinfo (Options): Clarify that options which refer to filesIan Lance Taylor1-7/+10
must be properly ordered.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+4305