aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/elf32.em
AgeCommit message (Expand)AuthorFilesLines
2016-05-28Return void from linker callbacksAlan Modra1-6/+3
2016-04-20Move ELF relocation check after lang_gc_sectionsH.J. Lu1-14/+0
2016-04-20Check ELF relocs after opening all input filesH.J. Lu1-0/+15
2016-03-01Speedup ELF orphan placement for relocatable linkH.J. Lu1-13/+20
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+4
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra1-2/+3
2015-10-28Orphan output section with multiple input sectionsAlan Modra1-14/+29
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu1-0/+1
2015-09-24Relative DT_RPATH/DT_RUNPATH vs. sysroot capable ld.Alan Modra1-2/+6
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-1/+6
2015-09-22Set DF_1_PIE in gld${EMULATION_NAME}_after_parseH.J. Lu1-9/+17
2015-09-22Solaris PIE supportRainer Orth1-0/+8
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-23/+27
2015-07-14Make default compression gABI compliantH.J. Lu1-1/+1
2015-06-28Remove COMPRESS_DEBUG_ZLIBH.J. Lu1-1/+1
2015-05-28Compact EH SupportCatherine Moore1-16/+47
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-0/+15
2015-04-09Remove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_ZH.J. Lu1-15/+7
2015-04-08Add ld_list_optionsH.J. Lu1-106/+6
2015-04-01Work around a GCC uninitialized warning bugH.J. Lu1-0/+5
2015-04-01Yet another warning fixAlan Modra1-1/+1
2015-04-01Fixes for a small number of compiler warningsEd Schouten1-1/+1
2015-02-06Document -z text, -z notext and -z textoffH.J. Lu1-0/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-24Don't create .eh_frame_hdr on shared lib bfdAlan Modra1-1/+4
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin1-0/+15
2014-08-18Return error status from bfd_elf_discard_info.Alan Modra1-3/+6
2014-06-13Make bfd.link_next field a unionAlan Modra1-3/+3
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie1-1/+2
2014-04-162014-04-16 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-0/+1
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY1-90/+6
2014-03-31This is a fix for PR ld/16744 which showed that an object file linked with -r...Nick Clifton1-1/+14
2014-03-14Remove search path from -l:namespec DT_NEEDEDAlan Modra1-22/+27
2014-03-05Update copyright yearsAlan Modra1-3/+1
2014-01-24Improve orphaned TLS section handlingH.J. Lu1-0/+6
2014-01-17Allow ld target customiser script to force on disk scripts.Alan Modra1-1/+1
2014-01-15Silence uninitialized warning on ehdr_start_saveH.J. Lu1-1/+1
2014-01-15non-PIC references to __ehdr_start in pie and sharedAlan Modra1-0/+20
2013-11-19Fix references to __ehdr_start when it cannot be definedRoland McGrath1-4/+19
2013-10-09ld/Roland McGrath1-3/+1
2013-05-03 gold/Maciej W. Rozycki1-0/+7
2013-05-03 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):Maciej W. Rozycki1-5/+7
2013-05-01 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):Maciej W. Rozycki1-1/+1
2013-04-26 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): TestAlan Modra1-6/+9
2013-04-04 * ldlang.c (load_symbols): Report "error adding symbols" onAlan Modra1-1/+1
2013-02-21bfd/Alan Modra1-13/+8
2013-02-18include/Alan Modra1-82/+75
2013-02-05Revert 2013-02-04, 2013-01-22 and 2013-01-21 changes.Alan Modra1-43/+2
2013-02-05Don't enable new dtags by default with -rpathH.J. Lu1-3/+34