aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
AgeCommit message (Collapse)AuthorFilesLines
2001-05-22Improve Solaris compatabilityNick Clifton1-0/+1
2001-04-13* ld.texinfo: Document --fatal-warnings.J.T. Conklin1-1/+6
* ld.1: Regenerate. * ldmisc.c (vfinfo): Set flag to inhibit making executable if warnings have been turned into errors. * lexsup.c (OPTION_WARN_FATAL): Define. (ld_options): Entry for --fatal-warnings. (parse_args): Handle OPTION_WARN_FATAL. * ld.h (ld_config_type): Add fatal_warnings field.
2001-03-262001-03-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-1/+1
* binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
2001-03-25Automate generate on man pagesNick Clifton1-9/+94
2001-03-17 * emultempl/elf32.em (OPTION_GROUP): New macro.Ulrich Drepper1-45/+54
Add new option Bgroup to longopts. (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs. (gld*_list_options): Add -Bgroup and -z defs. * ld.1: Document -Bgroup and -z defs. * ld.texinfo: Likewise.
2001-03-13Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton1-0/+2
2001-01-14Extend "ld --unique" functionality.Alan Modra1-7/+9
2001-01-072001-01-07 Philip Blundell <philb@gnu.org>Phil Blundell1-1/+1
* ld.texinfo (Bug Reporting): Update email address for reports.
2000-12-28Requre that long options starting with 'o' only accept a double dash prefix.Nick Clifton1-7/+14
2000-12-26Add --no-default-excludes option for PE targetsNick Clifton1-1/+1
2000-12-12* ld.texinfo: Add notes about --whole-archive and gcc.DJ Delorie1-0/+6
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton1-0/+13
2000-11-06Add GNU Free Documentation LicenseNick Clifton1-9/+13
2000-11-06Add GNU Free Documentation LicenseNick Clifton1-24/+380
2000-10-17Added new option --target-help.Chandra Chavva1-0/+4
2000-09-27.plt stub for lazy linking, --stub-group-size=N ld switch,Alan Modra1-0/+33
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
2000-09-05--split-by-reloc, --split-by-file extensions. --unique option.Alan Modra1-6/+15
2000-08-252000-08-24 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+2
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't check -rpath nor LD_RUN_PATH for cross link. * ld.texinfo: Document the change.
2000-08-222000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after LD_LIBRARY_PATH for native linker. Display the needed DSO if trace_file_tries is non-zero. (gld${EMULATION_NAME}_try_needed): Report the needed DSO found if trace_file_tries is non-zero. * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH. * News: Mention it.
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