summaryrefslogtreecommitdiff
path: root/ld/emultempl/elf32.em
Commit message (Expand)AuthorAgeFilesLines
* Fix x86: Enable -z separate-code by defaultusers/hjl/pr22845/masterH.J. Lu2018-02-141-0/+1
* Add -z undefs option to the ELF linker.Nick Clifton2018-01-121-0/+2
* ld: Add "-z separate-code" option to ELF linkerH.J. Lu2018-01-111-9/+91
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* ld: Reformat emultempl/elf32.emH.J. Lu2017-11-091-4/+7
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-1/+2
* Set dynamic_undefined_weak to zero for static PIEsAlan Modra2017-10-121-0/+7
* _bfd_elf_link_hash_hide_symbol calls in generic ELF codeAlan Modra2017-10-121-32/+34
* ld internationalization fixesAlan Modra2017-10-111-18/+19
* Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton2017-08-111-0/+4
* ELF checks for orphan placementAlan Modra2017-08-031-29/+47
* Check ELF section header only for ELF outputH.J. Lu2017-08-021-1/+2
* Revert the last change to emultempl/elf32.emH.J. Lu2017-08-021-2/+0
* Fix seg-fault when trying to place non-ELF orphan sections.Nick Clifton2017-08-021-0/+2
* Don't attach linker created section to --just-syms bfdAlan Modra2017-06-261-4/+6
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-57/+0
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-4/+60
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-1/+45
* ld: Support ELF GNU program propertiesH.J. Lu2017-04-031-0/+2
* Add sysroot for ld -rpath searchAlan Modra2017-03-111-0/+2
* Rewrite add_sysrootAlan Modra2017-03-111-53/+96
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix seg-fault linking corrupt binary.Nick Clifton2016-12-021-3/+3
* Fix spelling in comments in .em files (ld)Ambrogino Modigliani2016-11-271-2/+2
* Fix snafu parsing $ORIGIN.Nick Clifton2016-11-241-1/+1
* Fix infinite loop when processing rpath tokens.Nick Clifton2016-11-071-27/+48
* Remove support for $PLATFORM in rpath search paths.Nick Clifton2016-11-041-30/+7
* Add support to the static linker for the tokens accepted by the dynamic linke...Nick Clifton2016-10-111-0/+151
* Don't merge 2 sections with different SHF_EXCLUDEH.J. Lu2016-09-291-1/+8
* Report failed attempts to locate DT_NEEDED files when --verbose is in effect.Nick Clifton2016-09-221-1/+5
* Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton2016-09-141-9/+18
* Add support for creating ELF import librariesThomas Preud'homme2016-07-151-0/+14
* ld: Add a linker configure option --enable-relroH.J. Lu2016-06-221-0/+1
* Return void from linker callbacksAlan Modra2016-05-281-6/+3
* Move ELF relocation check after lang_gc_sectionsH.J. Lu2016-04-201-14/+0
* Check ELF relocs after opening all input filesH.J. Lu2016-04-201-0/+15
* Speedup ELF orphan placement for relocatable linkH.J. Lu2016-03-011-13/+20
* Properly implement STT_COMMONH.J. Lu2016-02-261-0/+4
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Re: Orphan output section with multiple input sectionsAlan Modra2015-10-291-2/+3
* Orphan output section with multiple input sectionsAlan Modra2015-10-281-14/+29
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-221-0/+1
* Relative DT_RPATH/DT_RUNPATH vs. sysroot capable ld.Alan Modra2015-09-241-2/+6
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-1/+6
* Set DF_1_PIE in gld${EMULATION_NAME}_after_parseH.J. Lu2015-09-221-9/+17
* Solaris PIE supportRainer Orth2015-09-221-0/+8
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-23/+27
* Make default compression gABI compliantH.J. Lu2015-07-141-1/+1
* Remove COMPRESS_DEBUG_ZLIBH.J. Lu2015-06-281-1/+1