summaryrefslogtreecommitdiff
path: root/ld/lexsup.c
Commit message (Expand)AuthorAgeFilesLines
* ld whitespace fixesAlan Modra2017-10-121-21/+21
* Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton2017-08-111-0/+2
* Treat common symbol as undefined for --no-define-commonH.J. Lu2017-08-061-1/+1
* Correct "ld --help" to display "-z stack-size=SIZE"H.J. Lu2017-06-151-1/+1
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-061-0/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Implement and document --gc-keep-exportedfincs2016-12-161-0/+6
* lexsup.c (parse_args): Add break at end of default case.Nick Clifton2016-11-141-0/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+2
* Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton2016-09-141-0/+2
* Add support for creating ELF import librariesThomas Preud'homme2016-07-151-0/+5
* Allow a second -T<section>=<addr> to override a previous version on the same ...Nick Clifton2016-06-271-0/+1
* Check DEFAULT_LD_Z_RELRO for -z relro help messageH.J. Lu2016-06-241-1/+8
* Properly implement STT_COMMONH.J. Lu2016-02-261-0/+4
* Enable -Bsymbolic and -Bsymbolic-functions to PIEH.J. Lu2016-02-111-6/+5
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix reporting of command line options that need an argument, but which occur ...Nick Clifton2015-10-291-4/+25
* Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton2015-10-211-0/+7
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-0/+7
* ld: Extend options for altering orphan handling behaviour.Andrew Burgess2015-09-041-10/+17
* Remove link_info.picAlan Modra2015-08-191-3/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-19/+27
* ld: Add '--require-defined' command line option.Andrew Burgess2015-08-041-0/+6
* Don't set link_info.executable for "ld -r"H.J. Lu2015-07-291-1/+1
* Add new ld option: --print-memory-usageTristan Gingold2015-06-121-0/+6
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-141-0/+3
* Add ld_list_optionsH.J. Lu2015-04-081-0/+108
* Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton2015-04-071-0/+10
* Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath opt...Nick Clifton2015-02-231-1/+1
* Add --[no-]map-whole-files for gold compatibilityH.J. Lu2015-02-111-0/+6
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Implement --print-sysroot in ld.Hans-Peter Nilsson2014-10-171-0/+7
* * ldlang.h (struct lang_input_statement_flags): Add pushedUlrich Drepper2014-08-081-0/+23
* lexsup.c (parse_args): Check whether provided SONAME is emptyUlrich Drepper2014-06-301-1/+11
* Update copyright yearsAlan Modra2014-03-051-3/+1
* * ld.texinfo (-Tldata-segment): Describe.Alan Modra2013-01-141-0/+5
* Add fuse-ld= for GCC linker option compatibilityH.J. Lu2013-01-071-0/+3
* ld/Roland McGrath2012-12-181-3/+8
* Improve plugin error handlingH.J. Lu2012-12-031-3/+1
* include/Alan Modra2012-10-221-0/+7
* PR ld/14357Nick Clifton2012-07-131-1/+1
* ld/Alan Modra2012-05-261-113/+0
* 2012-03-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-261-1/+1
* * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra2012-03-051-15/+15
* PR ld/13343Alan Modra2012-02-171-7/+3
* * ldmain.c (main): Move code twiddling various config and link_infoAlan Modra2011-10-101-5/+65
* Implement ld --print-output-format.Roland McGrath2011-07-161-0/+6
* Fix spelling mistakes.Nick Clifton2011-06-021-2/+2
* * lexsup.c (parse_args): Only set report_plugin_symbols if pluginsJoseph Myers2011-03-231-1/+3
* Report plugin symbols for --verbose=N.H.J. Lu2011-03-041-2/+11