aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+3
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-4/+12
2017-06-12ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu1-2/+2
2017-06-06ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki1-1/+1
2017-04-27Change _bfd_elf_link_setup_gnu_properties to bfd *H.J. Lu1-2/+2
2017-04-27Constify elf_backend_eh_frame_address_sizeAlan Modra1-2/+2
2017-04-27Edit .eh_frame symbolsAlan Modra1-1/+9
2017-04-26PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki1-0/+4
2017-04-23PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.Alan Modra1-3/+5
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+58
2017-03-05Align eh_frame FDEs according to their encodingAlan Modra1-1/+5
2017-02-16hppa -z relro againAlan Modra1-0/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU BFD supportDimitar Dimitrov1-0/+1
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-0/+3
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-0/+2
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-0/+5
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-0/+4
2016-11-01Add support for RISC-V architecture.Nick Clifton1-0/+1
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-2/+3
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra1-1/+1
2016-09-28Fix seg-fault in the linker introduced by the previous delta.Akihiko Odaki1-20/+18
2016-09-26PowerPC .gnu.attributesAlan Modra1-0/+2
2016-09-23Delete relocations associatesd with deleted exidx entries.Akihiko Odaki1-0/+8
2016-08-26Several fixes related to ARC PIE support.Cupertino Miranda1-0/+1
2016-08-13Correct .dynsym sh_infoAlan Modra1-0/+1
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+7
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu1-1/+1
2016-06-11Use size_t rather than bfd_size_typeAlan Modra1-5/+5
2016-06-07PowerPC VLEAlan Modra1-0/+9
2016-06-02Revert PR16467 changeAlan Modra1-3/+5
2016-05-28Return void from linker callbacksAlan Modra1-6/+5
2016-05-13ld -z combreloc reloc sortingAlan Modra1-2/+2
2016-05-06Strip global symbol defined in discarded sectionH.J. Lu1-1/+2
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton1-7/+9
2016-04-27Cache result of scan for __start_* and __stop_* sectionsAlan Modra1-0/+3
2016-04-26Always count the NULL entry in dynamic symbol tableH.J. Lu1-2/+2
2016-04-20Check ELF relocs after opening all input filesH.J. Lu1-0/+2
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton1-0/+11
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu1-1/+2
2016-02-15Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton1-3/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-22ARM: Fix exidx coverage for relocatable builds.Yury Usishchev1-0/+5
2015-12-02addr2line vs. inlined C functions called from C++Alan Modra1-1/+1
2015-10-23Handle __start_* and __stop_* symbols in --gc-sectionsAlan Modra1-1/+1
2015-09-23Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton1-3/+11
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu1-0/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-2/+2
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu1-4/+13
2015-08-10Replace hidden with versioned in elf_link_hash_entryH.J. Lu1-2/+11