]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - ld/ldlang.c
list Tom Tromey as GDB Global Maintainer
[thirdparty/binutils-gdb.git] / ld / ldlang.c
2018-07-04  H.J. Luld: Set non_ir_ref_regular for --undefined SYMBOL
2018-04-16  Alan ModraRemove sh5 and sh64 support
2018-02-26  Alan Modrald error/warning messages
2018-02-19  Maciej W. RozyckiLD: Support fixed-size sections some psABIs may require
2018-02-19  Alan ModraUse %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.
2018-02-19  Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-01-27  Alan ModraPR22751, LTO broken for libgcc libcalls
2018-01-11  Andrew Burgessld: Fix issue where PROVIDE overrides defined symbol
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-11-28  Alan ModraPR22471, undefined reference to linker-defined symbols
2017-11-13  H.J. Luld: Add ldlang_check_relro_region/update lang_find_relr...
2017-11-13  H.J. Luld: Add lang_size_relro_segment
2017-11-13  H.J. Luld: Update phase_enum/relro_enum and add seg_align_type
2017-11-07  Alan Modragas and ld pluralization fixes
2017-10-16  H.J. LuELF: Call check_relocs after opening all inputs
2017-10-12  Alan Modrald whitespace fixes
2017-10-11  Alan Modrald internationalization fixes
2017-10-01  Alan ModraPR21970, assertion failed when more than one overlay...
2017-09-02  Alan ModraLTO rescan archives
2017-08-24  Andrew Burgessld: Early detection of orphans we know will be discarded
2017-08-06  H.J. LuTreat common symbol as undefined for --no-define-common
2017-07-28  Andrew BurgessMake some improvements to how SORT_* specifiers and...
2017-06-16  Alan ModraRewrite __start and __stop symbol handling
2017-06-13  H.J. Luld: Don't define __start_SECNAME/__stop_SECNAME for -r
2017-06-13  H.J. LuAlways define referenced __start_SECNAME/__stop_SECNAME
2017-06-06  Andrew Burgessld: Allow section groups to be resolved as part of...
2017-05-18  Nick CliftonTreat a prefix of "$SYSROOT" in the same way as "=...
2017-04-04  Maciej W. RozyckiPR ld/21233: Avoid sweeping forced-undefined symbols...
2017-03-21  Tristan Gingoldld: check overflow only for allocated sections.
2017-03-14  H.J. LuUse addr_mask to check VMA and LMA
2017-03-13  Tristan Gingoldld: add an error in case of address space overflow.
2017-03-09  Andrew Burgessld: Track changes to default region LMA even for empty...
2017-03-09  Andrew Burgessld: better handling of lma region for orphan sections
2017-03-07  Alan ModraFix ld uninitialized read of script ASSERT data structure
2017-01-31  Nick CliftonFix buffer overflows in ld when printing translated...
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-21  Igor KudrinDo not add padding if an output section is marked as...
2016-11-27  Ambrogino ModiglianiFix spelling in comments in C source files (ld)
2016-11-04  Andrew Burgessld: Allow EXCLUDE_FILE to be used outside of the sectio...
2016-10-11  Alan ModraAlways descend into output section statements in lang_d...
2016-10-07  Alan ModraPass link_info to _bfd_merge_private_bfd_data
2016-09-30  Alan ModraMake bfd_error_handler_type like vprintf
2016-08-31  Alan ModraIgnore symbols defined in SHF_EXCLUDE sections
2016-07-16  Alan ModraDon't include libbfd.h outside of bfd, part 4
2016-07-16  Alan ModraDon't include libbfd.h outside of bfd, part 1
2016-06-14  Alan ModraFormatting fixes.
2016-06-14  Alan ModraDelete bfd_my_archive macro
2016-05-05  H.J. LuPass %E to einfo when bfd_section == NULL
2016-04-21  Nick CliftonAdd support for non-ELF targets to check their relocs.
2016-04-21  H.J. LuMove ELF relocation check after lang_gc_sections
2016-04-18  Matthew FortuneAdd new NOCROSSREFS_TO linker script command
2016-04-08  Alan ModraPR18452, ld allows overlapping sections
2016-04-08  Dan GisselquistShow sizes in linker map in target machine address...
2016-03-31  Alan ModraMore cases of missing TO_ADDR in ldlang.c
2016-03-30  Alan ModraPR18452, ld allows overlapping sections
2016-03-30  Alan ModraMissing TO_ADDR
2016-03-30  Alan ModraUse consistent test for .tbss sections in ldlang.c
2016-03-22  Nick CliftonImprove COFF/PE linker garbage collection by preventing...
2016-03-18  Senthil Kumar SelvarajFix possible failure in the AVR linker tests.
2016-01-01  Alan ModraCopyright update for binutils
2015-11-19  Alan ModraAccount for .tbss alignment when adjusting start of...
2015-10-29  Alan ModraRe: Orphan output section with multiple input sections
2015-10-27  Alan ModraEvaluate __start_* and __stop_* symbol PROVIDE expressi...
2015-09-18  Alan ModraDelay converting linker script defined symbols from...
2015-09-04  Andrew Burgessld: Extend options for altering orphan handling behaviour.
2015-08-18  H.J. LuAdd output_type to bfd_link_info
2015-08-04  Andrew Burgessld: Add '--require-defined' command line option.
2015-06-12  Tristan GingoldAdd new ld option: --print-memory-usage
2015-04-22  Alan ModraRewrite relro adjusting code
2015-04-10  Alan ModraMark _init and _fini for --gc-sections
2015-04-07  Alan ModraCast shift expression
2015-04-01  Alan ModraStart of relro segment adjustment
2015-02-27  Nick CliftonFixes a problem with the linker script parser not alway...
2015-02-14  Alan ModraPR ld/17973 LTO file syms
2015-01-29  H.J. LuRemove plugin_active_plugins_p()
2015-01-28  Alan ModraPowerPC64 changes for xlc
2015-01-28  Senthil Kumar SelvarajAllow symbols in MEMORY region specification
2015-01-20  Andrew Burgessld: Don't evaluate unneeded PROVIDE expressions.
2015-01-19  Alan ModraFix garbage collection of common symbols
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-12-23  Alan ModraMove support code for linker script DEFINED to ldexp.c
2014-10-15  Hans-Peter NilssonIf "=" is the first character in a ldscript input file...
2014-10-13  Alan ModraRun eh_frame optimisation for relocatable link
2014-08-14  Alan ModraLinker part of PR16563 fix
2014-08-12  Alan ModraFix non-ELF build breakage
2014-08-12  Alan ModraFix build breakage when ld plugins disabled
2014-07-03  Alan ModraReload --as-needed libraries inside groups
2014-07-01  Alan ModraDon't include sys/param.h
2014-06-13  Alan ModraDon't call bfd_link_hash_table_free
2014-06-13  Alan ModraMake bfd.link_next field a union
2014-05-27  DJ DelorieAdd new link-map-text hook and RX auto-vector support.
2014-05-24  Alan ModraLocalize varible to avoid warning
2014-05-20  Alan ModraRewrite ppc32 backend .sdata and .sdata2 handling
2014-05-10  Hans-Peter NilssonFix freeing of link_info.hash
2014-04-04  Alan ModraPad sections according to current script FILL.
2014-03-14  Alan ModraRemove search path from -l:namespec DT_NEEDED
2014-03-05  Alan ModraUpdate copyright years
2014-02-02  Sebastian HuberFix ALIGN_WITH_INPUT
2014-01-24  Alan ModraTLS orphan section placement
2014-01-22  Alan ModraDisplay the reference causing a shared library to be...
next