aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/elf32.em
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Rename elf32.em to elf.emAlan Modra1-906/+0
2019-09-11Move elf32.em and elf-generic.em functionsAlan Modra1-2205/+32
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-01Rename lang_output_section_statement to lang_os_listAlan Modra1-3/+3
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-0/+2
2019-07-18ld -r: Don't merge with member of output section groupH.J. Lu1-3/+6
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu1-1/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-31PR24042, Global-buffer-overflow problem in output_rel_findAlan Modra1-8/+12
2018-08-24ehdr_start twiddlesAlan Modra1-12/+16
2018-08-24PR23566, false uninitialized warningAlan Modra1-10/+3
2018-07-18ld: Enable using separate linker script for -z relroAndreas Krebbel1-1/+148
2018-06-26Fix spelling mistakes.Nick Clifton1-1/+1
2018-02-27ld: Add --enable-separate-codeH.J. Lu1-0/+1
2018-02-26ld error/warning messagesAlan Modra1-24/+24
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-10/+10
2018-01-12Add -z undefs option to the ELF linker.Nick Clifton1-0/+2
2018-01-11ld: Add "-z separate-code" option to ELF linkerH.J. Lu1-9/+91
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-09ld: Reformat emultempl/elf32.emH.J. Lu1-4/+7
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-1/+2
2017-10-12Set dynamic_undefined_weak to zero for static PIEsAlan Modra1-0/+7
2017-10-12_bfd_elf_link_hash_hide_symbol calls in generic ELF codeAlan Modra1-32/+34
2017-10-11ld internationalization fixesAlan Modra1-18/+19
2017-08-11Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton1-0/+4
2017-08-03ELF checks for orphan placementAlan Modra1-29/+47
2017-08-02Check ELF section header only for ELF outputH.J. Lu1-1/+2
2017-08-02Revert the last change to emultempl/elf32.emH.J. Lu1-2/+0
2017-08-02Fix seg-fault when trying to place non-ELF orphan sections.Nick Clifton1-0/+2
2017-06-26Don't attach linker created section to --just-syms bfdAlan Modra1-4/+6
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-57/+0
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-4/+60
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-1/+45
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+2
2017-03-11Add sysroot for ld -rpath searchAlan Modra1-0/+2
2017-03-11Rewrite add_sysrootAlan Modra1-53/+96
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-02Fix seg-fault linking corrupt binary.Nick Clifton1-3/+3
2016-11-27Fix spelling in comments in .em files (ld)Ambrogino Modigliani1-2/+2
2016-11-24Fix snafu parsing $ORIGIN.Nick Clifton1-1/+1
2016-11-07Fix infinite loop when processing rpath tokens.Nick Clifton1-27/+48
2016-11-04Remove support for $PLATFORM in rpath search paths.Nick Clifton1-30/+7
2016-10-11Add support to the static linker for the tokens accepted by the dynamic linke...Nick Clifton1-0/+151
2016-09-29Don't merge 2 sections with different SHF_EXCLUDEH.J. Lu1-1/+8
2016-09-22Report failed attempts to locate DT_NEEDED files when --verbose is in effect.Nick Clifton1-1/+5
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton1-9/+18
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+14
2016-06-22ld: Add a linker configure option --enable-relroH.J. Lu1-0/+1
2016-05-28Return void from linker callbacksAlan Modra1-6/+3