Return void from linker callbacks
[external/binutils.git] / bfd / elflink.c
2016-05-28 Alan ModraReturn void from linker callbacks
2016-05-25 H.J. LuSkip an archive element if not added by linker
2016-05-17 Maciej W. RozyckiLD/ELF: Unify STB_GNU_UNIQUE handling
2016-05-13 Alan ModraSet dynamic tag VMA and size from dynamic section when...
2016-05-13 Alan Modrald -z combreloc elf_link_sort_relocs
2016-05-06 H.J. LuStrip global symbol defined in discarded section
2016-04-27 Alan ModraCache result of scan for __start_* and __stop_* sections
2016-04-26 H.J. LuAlways count the NULL entry in dynamic symbol table
2016-04-22 H.J. LuExclude linker created file from dynobj
2016-04-22 H.J. LuSet dynobj to a normal input file if possible
2016-04-21 H.J. LuDon't check relocations in excluded sections
2016-04-20 H.J. LuCheck ELF relocs after opening all input files
2016-04-14 Nick CliftonFix copying Solaris binaries with objcopy.
2016-04-05 Maciej W. RozyckiELF/LD: Avoid producing hidden and internal dynamic...
2016-04-01 Alan ModraPR19886, --as-needed regression
2016-03-11 Dan GisselFix some places where octet to byte conversions are...
2016-03-09 H.J. LuDon't create dynamic sections when relocatable
2016-03-08 H.J. LuGroup common symbol checking together
2016-03-04 H.J. LuTreat common symbol in executable as definition
2016-02-26 H.J. LuProperly implement STT_COMMON
2016-02-24 H.J. LuUpdate symbol version for symbol from linker script
2016-02-23 H.J. LuMake linker assigned symbol dynamic only for shared...
2016-02-23 H.J. LuAlways create dynsym section with dynamic sections
2016-02-18 H.J. LuAlways create dynamic sections for -E/--dynamic-list
2016-02-01 H.J. LuDon't add DT_NEEDED for unmatched symbol
2016-01-21 Nick CliftonFix unexpected failures in the linker testsuite for...
2016-01-01 Alan ModraCopyright update for binutils
2015-12-22 Yury UsishchevARM: Fix exidx coverage for relocatable builds.
2015-10-28 Alan ModraOrphan output section with multiple input sections
2015-10-23 Alan ModraHandle __start_* and __stop_* symbols in --gc-sections
2015-10-22 Alan ModraRe: Always keep sections marked with SEC_KEEP
2015-10-22 H.J. LuAlways keep sections marked with SEC_KEEP
2015-10-15 H.J. LuFix typos in comments in _bfd_elf_merge_symbol
2015-10-12 H.J. LuSkip the unversioned definition after the default version
2015-10-05 H.J. LuDon't re-export common symbols
2015-09-30 Alan ModraRevert "Also check e_machine when merging sections"
2015-09-30 H.J. LuAlso check e_machine when merging sections
2015-09-30 Alan ModraConsistency check for merge sections
2015-09-23 Nick CliftonAdd support for files that contain multiple symbol...
2015-09-20 Rich FelkerAdd --no-dynamic-linker option to ld, for static PIE use
2015-09-18 Alan ModraRemove one unnecessary iteration in insertion sort
2015-09-16 Alan ModraFix slowdown in ld -r for most common case of out-of...
2015-08-31 Alan ModraMore "Make asection->id and asection->index unsigned"
2015-08-26 Alan ModraUse stable sort for ld -r relocs
2015-08-19 Alan ModraAdd bfd_link_pde, and simplify some tests of link_info...
2015-08-18 H.J. LuReturn reloc_class_ifunc for reloc against IFUNC
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-08-12 H.J. LuRemove trailing spaces in bfd
2015-08-10 H.J. LuReplace hidden with versioned in elf_link_hash_entry
2015-08-07 H.J. LuProperly merge hidden versioned symbol
2015-07-30 H.J. LuDon't change the default symbol for relocatable link
2015-07-29 H.J. LuDon't set link_info.executable for "ld -r"
2015-07-25 H.J. LuSkip missing symbol version section check for executable
2015-07-09 Catherine Moore2015-07-09 Catherine Moore <clm@codesourcery.com>
2015-06-25 H.J. LuUse strtab with GC and suffix merging for .strtab
2015-05-28 Catherine MooreCompact EH Support
2015-04-15 H.J. LuAdd --compress-debug-sections=[none|zlib|zlib-gnu|zlib...
2015-04-14 H.J. LuAdd -z noextern-protected-data to ld for ELF/x86
2015-04-13 H.J. LuDon't check object claimed by plugin
2015-04-10 H.J. LuAdd extern_protected_data and set it for x86
2015-04-10 Alan ModraDowngrade linker error on protected symbols in .dynbss...
2015-04-10 Alan ModraRevert "Add extern_protected_data and set it for x86"
2015-03-27 Alan ModraRelax PR 15228 protected visibility restriction
2015-03-26 H.J. LuSkip gc-sections if relocation is incompatible
2015-03-25 Senthil Kumar SelvarajGarbage collecting debug sections
2015-03-06 Nick CliftonFix an undefined 32-bit right shift by replacing it...
2015-03-05 Nick CliftonFix a potentially undefined right shift by replacing...
2015-03-05 H.J. LuAdd extern_protected_data and set it for x86
2015-02-19 Alan Modratidy _bfd_elf_define_linkage_sym
2015-02-19 Alan ModraStrip undefined symbols from .symtab
2015-02-17 Alan ModraProperly place the NULL STT_FILE symbol revistited
2015-02-16 H.J. LuProperly place the NULL STT_FILE symbol
2015-02-14 Alan ModraPR ld/17973 LTO file syms
2015-02-09 Alan ModraDon't segfault or assert on NULL tls_sec
2015-02-09 Alan Modraelflink.c whitespace, formatting and a plugin symbol...
2015-02-06 H.J. LuProperly mark the plugin symbol undefined
2015-02-03 H.J. LuMark the plugin symbol undefined
2015-01-19 Alan ModraFix garbage collection of common symbols
2015-01-19 Alan ModraFallout from recent bfd_reloc_outofrange changes
2015-01-15 Alan ModraOmit section dynsyms for any linker created section
2015-01-15 Alan ModraFix ARM fail of gap test
2015-01-12 Terry GuoFix GDB crash caused by discarding grouped debug sections
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-31 H.J. LuAssign file position for .strtab only if needed
2014-12-23 Alan ModraUse a symbol flag bit to mark linker defined symbols
2014-12-15 H.J. LuCheck corrupt input
2014-12-12 Alan ModraSet bfd_error in _bfd_elf_adjust_dynamic_copy
2014-12-12 Alan ModraCopy relocations against protected symbols
2014-12-09 Alan ModraDon't sort ld -r relocs for mips
2014-12-04 Alan ModraSort relocs output by ld -r
2014-11-30 Alan ModraDon't output symbol version definitions for non-DT_NEED...
2014-10-13 Alan ModraRun eh_frame optimisation for relocatable link
2014-09-10 Alan ModraMove ELF section headers to end of object file
2014-08-27 H.J. LuDon't attach dynamic sections to input from ld --just...
2014-08-22 Alan ModraIndex PowerPC64 linker generated .eh_frame in .eh_frame_hdr
2014-08-18 Alan ModraPR 17287, DT_NEEDED of unneeded libraries affects ...
2014-08-18 Alan ModraReturn error status from bfd_elf_discard_info.
2014-08-14 Alan ModraLinker part of PR16563 fix
2014-08-12 Alan ModraChange ld "notice" interface for better handling of...
2014-08-05 Alan ModraFix LTO vs. COFF archives
next