summaryrefslogtreecommitdiff
path: root/ld/emultempl/elf32.em
Commit message (Expand)AuthorAgeFilesLines
* Rename elf32.em to elf.emAlan Modra2019-09-111-906/+0
* Move elf32.em and elf-generic.em functionsAlan Modra2019-09-111-2205/+32
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Rename lang_output_section_statement to lang_os_listAlan Modra2019-08-011-3/+3
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-231-0/+2
* ld -r: Don't merge with member of output section groupH.J. Lu2019-07-181-3/+6
* x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu2019-04-061-1/+0
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR24042, Global-buffer-overflow problem in output_rel_findAlan Modra2018-12-311-8/+12
* ehdr_start twiddlesAlan Modra2018-08-241-12/+16
* PR23566, false uninitialized warningAlan Modra2018-08-241-10/+3
* ld: Enable using separate linker script for -z relroAndreas Krebbel2018-07-181-1/+148
* Fix spelling mistakes.Nick Clifton2018-06-261-1/+1
* ld: Add --enable-separate-codeH.J. Lu2018-02-271-0/+1
* ld error/warning messagesAlan Modra2018-02-261-24/+24
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-10/+10
* 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