aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12ld whitespace fixesAlan Modra1-21/+21
2017-08-11Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton1-0/+2
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu1-1/+1
2017-06-15Correct "ld --help" to display "-z stack-size=SIZE"H.J. Lu1-1/+1
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess1-0/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-16Implement and document --gc-keep-exportedfincs1-0/+6
2016-11-14 lexsup.c (parse_args): Add break at end of default case.Nick Clifton1-0/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+2
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton1-0/+2
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+5
2016-06-27Allow a second -T<section>=<addr> to override a previous version on the same ...Nick Clifton1-0/+1
2016-06-24Check DEFAULT_LD_Z_RELRO for -z relro help messageH.J. Lu1-1/+8
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+4
2016-02-11Enable -Bsymbolic and -Bsymbolic-functions to PIEH.J. Lu1-6/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-29Fix reporting of command line options that need an argument, but which occur ...Nick Clifton1-4/+25
2015-10-21Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton1-0/+7
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-0/+7
2015-09-04ld: Extend options for altering orphan handling behaviour.Andrew Burgess1-10/+17
2015-08-19Remove link_info.picAlan Modra1-3/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-19/+27
2015-08-04ld: Add '--require-defined' command line option.Andrew Burgess1-0/+6
2015-07-29Don't set link_info.executable for "ld -r"H.J. Lu1-1/+1
2015-06-12Add new ld option: --print-memory-usageTristan Gingold1-0/+6
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-0/+3
2015-04-08Add ld_list_optionsH.J. Lu1-0/+108
2015-04-07Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton1-0/+10
2015-02-23Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath opt...Nick Clifton1-1/+1
2015-02-11Add --[no-]map-whole-files for gold compatibilityH.J. Lu1-0/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-10-17Implement --print-sysroot in ld.Hans-Peter Nilsson1-0/+7
2014-08-08 * ldlang.h (struct lang_input_statement_flags): Add pushedUlrich Drepper1-0/+23
2014-06-30 lexsup.c (parse_args): Check whether provided SONAME is emptyUlrich Drepper1-1/+11
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-01-14 * ld.texinfo (-Tldata-segment): Describe.Alan Modra1-0/+5
2013-01-07Add fuse-ld= for GCC linker option compatibilityH.J. Lu1-0/+3
2012-12-18ld/Roland McGrath1-3/+8
2012-12-03Improve plugin error handlingH.J. Lu1-3/+1
2012-10-22include/Alan Modra1-0/+7
2012-07-13 PR ld/14357Nick Clifton1-1/+1
2012-05-26ld/Alan Modra1-113/+0
2012-03-262012-03-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2012-03-05 * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra1-15/+15
2012-02-17 PR ld/13343Alan Modra1-7/+3
2011-10-10 * ldmain.c (main): Move code twiddling various config and link_infoAlan Modra1-5/+65
2011-07-16Implement ld --print-output-format.Roland McGrath1-0/+6
2011-06-02Fix spelling mistakes.Nick Clifton1-2/+2
2011-03-23 * lexsup.c (parse_args): Only set report_plugin_symbols if pluginsJoseph Myers1-1/+3
2011-03-04Report plugin symbols for --verbose=N.H.J. Lu1-2/+11