Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / bfd / elflink.c
2023-11-10 Nick CliftonAdd ability to change linker warning messages into...
2023-10-09 Nick CliftonFix: A potential bug of null pointer dereference
2023-08-31 H.J. Luelf: Check DT_SYMTAB only on non-IR object
2023-08-08 Alan ModraRename bfd_bread and bfd_bwrite
2023-06-29 H.J. Lubfd: Improve nm and objdump without section header
2023-06-07 Nick CliftonAdd extra linker warning message about discrepancies...
2023-03-31 H.J. Lulto: Don't add indirect symbols for versioned aliases...
2023-02-23 Alan ModraTest SEC_HAS_CONTENTS before reading section contents
2023-01-20 Michael MatzFaster string merging
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-12-21 Alan Modraenable-non-contiguous-regions warnings
2022-12-20 Torbjörn SVENSSONbfd: Discard symbol regardless of warning flag
2022-12-06 Alan ModraGet rid of SEC_ELF_COMPRESS
2022-11-21 Alan ModraRe: ld: Always output local symbol for relocatable...
2022-11-17 H.J. Luld: Always call elf_backend_output_arch_local_syms
2022-11-15 Indu Bhagatbfd: linker: merge .sframe sections
2022-11-09 H.J. Luld: Always output local symbol for relocatable link
2022-11-04 Jojo RSupport multiple .eh_frame sections
2022-08-05 Alan Modraasan: ppc64_elf_get_synthetic_symtab heap buffer overflow
2022-07-12 Alan ModraPR29355, ld segfaults with -r/-q and custom-named secti...
2022-06-18 Tomoaki KawadaFix the sorting algorithm for reloc entries
2022-05-27 Alan ModraReplace bfd_hostptr_t with uintptr_t
2022-05-27 Alan ModraRemove use of bfd_uint64_t and similar
2022-05-20 Alan ModraTidy warn-execstack handling
2022-05-03 Nick CliftonAdd a linker warning when creating potentially dangerou...
2022-04-25 Nick CliftonEmit a note warning the user that creating an executabl...
2022-04-20 Nick CliftonAdd linker warning for when it creates an executable...
2022-03-10 H.J. Luld: Add a before_plugin_all_symbols_read hook
2022-02-14 H.J. Luld: Keep indirect symbol from IR if referenced from...
2022-02-05 Alan ModraDetect .eh_frame_hdr earlier for SIZEOF_HEADERS
2022-01-13 Alan ModraMove DT_RELR tag setting to elflink.c
2022-01-13 Alan ModraRe: Set SEC_ELF_REVERSE_COPY earlier
2022-01-12 H.J. Luld: Add glibc dependency for DT_RELR
2022-01-12 H.J. Luelf: Add size_relative_relocs and finish_relative_relocs
2022-01-12 H.J. Luld: Initial DT_RELR support
2022-01-12 H.J. Luelf: Pass need_layout to _bfd_elf_map_sections_to_segments
2022-01-12 Alan ModraSet SEC_ELF_REVERSE_COPY earlier
2022-01-08 H.J. Luld: Extract _bfd_elf_link_iterate_on_relocs
2022-01-07 Alan ModraMove elf_backend_always_size_sections earlier
2022-01-04 H.J. Luld: Improve thin archive member error message
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-09-19 H.J. Luelf: Don't set version info on unversioned symbols
2021-09-02 Alan ModraSHT_SYMTAB_SHNDX handling
2021-09-02 Alan ModraPTR_ADD and NPTR_ADD for bfd.h
2021-08-28 H.J. Luld: Change indirect symbol from IR to undefined
2021-07-09 H.J. Luelf: Add GNU_PROPERTY_1_NEEDED check
2021-07-08 H.J. Luld: Limit cache size and add --max-cache-size=SIZE
2021-06-19 H.J. Luelf: Correct DT_TEXTREL warning in PDE
2021-06-11 Alan ModraPR27952, Disallow ET_DYN DF_1_PIE linker input
2021-05-06 H.J. Luelf: Always append ".COUNT" to local symbols
2021-04-12 Alan Modraconvert elf_link_hash macros to inline functions
2021-04-12 Alan Modraelf_backend_archive_symbol_lookup
2021-04-05 Alan ModraC99 bfd configury
2021-04-01 Martin LiskaUse startswith more for strncmp function calls.
2021-03-31 Alan ModraUse bool in bfd
2021-03-30 Alan Modraasan: linker.c:2294:8: runtime error: load of value 253
2021-03-29 Alan ModraELF output symbol hooks int vs. bfd_boolean
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-19 H.J. Luelf: Handle .gnu.debuglto_.debug_* sections
2021-03-03 Alan Modra--gc-sections with groups and start/stop syms
2021-03-01 Alan ModraPR27451, -z start_stop_gc
2021-02-25 Alan ModraPR27441, inconsistency in weak definitions
2021-02-04 Alan ModraPR27311, (symbol from plugin): undefined reference...
2021-02-03 Alan ModraRe: PR27311, ld.bfd (symbol from plugin): undefined...
2021-02-03 Alan ModraPR27311 again, ld.bfd (symbol from plugin): undefined...
2021-02-02 Alan ModraPR27311, ld.bfd (symbol from plugin): undefined reference
2021-01-29 Alan ModraPR27271, c6x-uclinux-ld segfaults linking ld-uClibc...
2021-01-28 Alan ModraPR27259, SHF_LINK_ORDER self-link
2021-01-18 H.J. Luld/elf: Ignore section symbols when matching linkonce...
2021-01-16 Alan ModraPR26002 undefined symbol VER_NDX_GLOBAL vs. VER_NDX_LOCAL
2021-01-13 Alan ModraSHF_LINK_ORDER fixup_link_order in ld
2021-01-09 H.J. Luelf: Verify section size for mixed ordered/unordered...
2021-01-07 H.J. LuELF: Don't generate unused section symbols
2021-01-05 Alan Modrais_relocatable_executable --exclude-libs failure
2021-01-04 H.J. Luelf: Allow mixed ordered/unordered inputs for non-reloc...
2021-01-04 Alan ModraPR26822, How to prevent a STT_FILE with absolute path...
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-18 H.J. Luelf: Copy elf_gnu_osabi_retain only for relocatable...
2020-12-16 Alan Modraelflink.c constify
2020-12-15 Vivek Das MohapatraHandle -z unique/-z nounique in ld
2020-12-04 Alan ModraPR26978, Inconsistency for strong foo@v1 and weak foo@@v1
2020-12-01 Alan ModraPR26979, Visibility of undefined foo@v1 should constrai...
2020-11-26 H.J. Luelf: Get the real kept section
2020-11-20 Nick Alcockbfd, include, ld, binutils, libctf: CTF should use...
2020-11-18 Jozef LawrynowiczSupport SHF_GNU_RETAIN ELF section flag
2020-11-01 Alan ModraPR26806, Suspected linker bug with LTO
2020-10-02 H.J. LuAllow note sections to be discarded when they are linke...
2020-09-12 H.J. Luelf: Add -z unique-symbol to avoid duplicated local...
2020-09-08 Alan ModraPR26580, Size and alignment of commons vs as-needed...
2020-09-04 Alan ModraAllow plugin syms to mark as-needed shared libs needed
2020-08-27 Alan ModraPR26469 UBSAN: elflink.c:8742 shift exponent 6148914691...
2020-08-22 H.J. Luelf: Keep only one '@' for undefined versioned symbols
2020-07-31 Alan ModraPR26314, Linking LTO objects with symbols from static...
2020-07-29 Maciej W. RozyckiMIPS: Make the IRIX naming of local section symbols...
2020-07-29 Maciej W. RozyckiMIPS/LD: Set symtab's `sh_info' correctly for IRIX...
2020-07-29 Alan ModraDon't segfault on discarded section dynsyms
2020-07-28 Alan ModraPR25022 testcase segfault for generic ELF linker targets
2020-07-20 Alan ModraPR26265, Spurious 'gc-sections requires ... when -...
2020-07-14 Markus BöckPR26198 MinGW failure to link regular object file and...
2020-06-23 H.J. LuELF: Add _bfd_elf_add_dynamic_tags
next