summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-2/+2
* Faster string mergingMichael Matz2023-01-201-0/+7
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* enable-non-contiguous-regions warningsAlan Modra2022-12-211-16/+4
* bfd: Discard symbol regardless of warning flagTorbjörn SVENSSON2022-12-201-5/+5
* Get rid of SEC_ELF_COMPRESSAlan Modra2022-12-061-1/+1
* Re: ld: Always output local symbol for relocatable linkAlan Modra2022-11-221-4/+1
* ld: Always call elf_backend_output_arch_local_symsH.J. Lu2022-11-171-2/+1
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-0/+52
* ld: Always output local symbol for relocatable linkH.J. Lu2022-11-081-1/+2
* Support multiple .eh_frame sectionsJojo R2022-11-041-0/+7
* asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra2022-08-051-4/+4
* PR29355, ld segfaults with -r/-q and custom-named section .rela*Alan Modra2022-07-121-4/+4
* Fix the sorting algorithm for reloc entriesTomoaki Kawada2022-06-181-2/+10
* Replace bfd_hostptr_t with uintptr_tAlan Modra2022-05-271-2/+1
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-14/+2
* Tidy warn-execstack handlingAlan Modra2022-05-201-1/+1
* Add a linker warning when creating potentially dangerous executable segments....Nick Clifton2022-05-031-1/+1
* Emit a note warning the user that creating an executable stack because of a m...Nick Clifton2022-04-251-2/+6
* Add linker warning for when it creates an executable stack.Nick Clifton2022-04-201-5/+45
* ld: Add a before_plugin_all_symbols_read hookH.J. Lu2022-03-091-1/+6
* ld: Keep indirect symbol from IR if referenced from shared objectH.J. Lu2022-02-131-3/+2
* Detect .eh_frame_hdr earlier for SIZEOF_HEADERSAlan Modra2022-02-051-1/+1
* Move DT_RELR tag setting to elflink.cAlan Modra2022-01-131-5/+48
* Re: Set SEC_ELF_REVERSE_COPY earlierAlan Modra2022-01-131-3/+4
* ld: Add glibc dependency for DT_RELRH.J. Lu2022-01-121-0/+86
* elf: Add size_relative_relocs and finish_relative_relocsH.J. Lu2022-01-121-0/+8
* ld: Initial DT_RELR supportH.J. Lu2022-01-121-0/+11
* elf: Pass need_layout to _bfd_elf_map_sections_to_segmentsH.J. Lu2022-01-121-1/+2
* Set SEC_ELF_REVERSE_COPY earlierAlan Modra2022-01-121-26/+16
* ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu2022-01-071-4/+19
* Move elf_backend_always_size_sections earlierAlan Modra2022-01-071-15/+15
* ld: Improve thin archive member error messageH.J. Lu2022-01-041-2/+3
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* elf: Don't set version info on unversioned symbolsH.J. Lu2021-09-191-1/+2
* SHT_SYMTAB_SHNDX handlingAlan Modra2021-09-021-14/+10
* PTR_ADD and NPTR_ADD for bfd.hAlan Modra2021-09-021-11/+12
* ld: Change indirect symbol from IR to undefinedH.J. Lu2021-08-271-6/+17
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-0/+4
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-23/+67
* elf: Correct DT_TEXTREL warning in PDEH.J. Lu2021-06-191-0/+3
* PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra2021-06-111-0/+2
* elf: Always append ".COUNT" to local symbolsH.J. Lu2021-05-051-20/+19
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-14/+14
* elf_backend_archive_symbol_lookupAlan Modra2021-04-121-14/+14
* C99 bfd configuryAlan Modra2021-04-051-2/+0
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-5/+5
* Use bool in bfdAlan Modra2021-03-311-887/+887
* asan: linker.c:2294:8: runtime error: load of value 253Alan Modra2021-03-301-3/+3
* ELF output symbol hooks int vs. bfd_booleanAlan Modra2021-03-291-13/+4