Change the linker's heuristic for computing the entry point for binaries so that...
[binutils-gdb.git] / ld / ldlang.c
2021-09-21 Nick CliftonChange the linker's heuristic for computing the entry...
2021-07-21 Luca BoccassiAllows linker scripts to set the SEC_READONLY flag.
2021-04-12 Alan ModraPR27719, lang_mark_undefineds trashes memory
2021-03-31 Alan ModraUse bool in ld
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-20 Alan ModraDWARF LTO debug sections vs. .stabstr
2021-03-03 Alan Modra--gc-sections with groups and start/stop syms
2021-03-01 Alan ModraWeak references to __start_/__stop_ symbols
2021-02-04 Nick Alcocklibctf, ld: fix symtypetab and var section population...
2021-01-18 Alan ModraPR26378, sections initialised only by linker scripts...
2021-01-13 Alan ModraSHF_LINK_ORDER fixup_link_order in ld
2021-01-13 Alan ModraRemove sflag_info param from wild callback functions
2021-01-04 H.J. Luelf: Allow mixed ordered/unordered inputs for non-reloc...
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-24 Alan ModraPR27100, final link failed: bad value
2020-11-25 Alan ModraDuplicate output sections in scripts
2020-11-20 Nick Alcockbfd, include, ld, binutils, libctf: CTF should use...
2020-11-20 Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-10-16 Andrew Burgessld: Allow symbols from PROVIDE to be use in MEMORY...
2020-08-27 Nick Alcockbinutils, ld: dequote libctf error messages
2020-08-27 Nick Alcocklibctf, binutils, include, ld: gettextize and improve...
2020-07-28 Alan ModraMore just-syms changes
2020-07-22 Nick Alcockld: do not produce one empty output .ctf section for...
2020-07-22 Nick Alcockld: new options --ctf-variables and --ctf-share-types
2020-07-22 Egeyar Bagciogluld: Reformat CTF errors into warnings.
2020-07-22 Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-07-22 H.J. Luld: Properly override the IR definition
2020-07-20 Alan ModraPR26265, Spurious 'gc-sections requires ... when -...
2020-06-26 Nick Alcockbinutils, ld: work with --disable-libctf
2020-06-23 Alan ModraPR26150, Assertion when asm() defines global symbols...
2020-06-21 Alan ModraDo without ld ENABLE_PLUGINS
2020-06-03 Fangrui Songld: Add --export-dynamic-symbol and --export-dynamic...
2020-05-19 Alan ModraUse bfd_get_filename throughout ld
2020-05-18 Douglas B RuppShow AIX gc'd symbol address adjustments in map file
2020-05-01 Alan ModraPR25882, .gnu.attributes are not checked for shared...
2020-04-22 Fangrui SongFor relative paths in INPUT() and GROUP(), search the...
2020-03-18 Christophe LyonNon-contiguous memory regions support: Avoid calls...
2020-03-13 Christophe LyonAdd support for non-contiguous memory regions
2020-03-05 Alan ModraReduce --warn-section-align output
2020-03-04 Alan ModraPR25570, ld duplicate "warning: changing start of section"
2020-03-04 Alan ModraRevert "PR25570, ld duplicate "warning: changing start...
2020-03-04 Alan ModraPR25570, ld duplicate "warning: changing start of section"
2020-02-26 Alan ModraIndent labels
2020-02-07 H.J. LuELF: Discard a section if any of its linked-to sections...
2020-01-22 Yuri ChornoivanPR25417, Fix minor typos
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-12-26 Alan ModraAvoid ubsan bug complaining about &p->field
2019-12-05 Alan ModraRe: PR25244, --print-memory-usage, division by zero...
2019-12-05 Alan ModraPR25244, --print-memory-usage, division by zero if...
2019-11-25 Alan ModraPass section when available to bfd_octets_per_byte
2019-11-25 Christian EggersIntroduce new section flag: SEC_ELF_OCTETS
2019-11-06 Christian Eggersld: Fix printed sizes in map file
2019-10-09 Alan ModraPR25081, Discrepancy between VMA and LMA after ALIGN
2019-10-03 Nick Alcockbfd, ld: add CTF section linking
2019-09-25 Alan ModraSORT_BY_INIT_PRIORITY
2019-09-20 Alan Modrabfd macro conversion to inline functions, section
2019-09-20 Alan Modrabfd macro conversion to inline functions
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan ModraConstify target name, reloc name, and carsym name
2019-09-13 Alan ModraAlways add input_statement to statement_list
2019-09-12 Alan ModraLOAD in linker map file
2019-09-12 Alan ModraPR24981, Hit assertion failure in ld/ldlang.c:7504
2019-09-11 Alan ModraMove elf32.em and elf-generic.em functions
2019-08-10 Alan Modrastat_alloc casts
2019-08-10 Alan Modralang_input_statement_type next pointers
2019-08-06 Alan ModraLTO object insertion point
2019-08-06 Alan ModraPR24873, gcc -flto objects result in --start-group...
2019-08-01 Alan ModraPR24806, Linking with -T inside --start-group/--end...
2019-08-01 Alan ModraRename lang_output_section_statement to lang_os_list
2019-07-13 Alan ModraPR24786, wrong LMA if first section in overlay is empty
2019-04-11 Faraz Shahbazkerld: Add --no-print-map-discarded option
2019-03-21 Alan ModraAdd SORT_NONE to .init and .fini in scripts
2019-03-20 Alan ModraFix some dlx fails
2019-01-27 Alan ModraPR24008, Wrong value of ternary expression in map file
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-11-29 Thomas Preud'hommeDocument purpose of each ld statement lists
2018-10-29 Alan ModraReport scripts and libraries searched for ld --trace
2018-10-20 Alan ModraRelax a -r --gc-sections requirement
2018-10-08 H.J. LuELF: Properly group and place orphan note sections
2018-10-08 Alan Modrald insert_os_after ignoring first assignment
2018-10-03 H.J. LuELF: Group and sort output note sections by section...
2018-09-19 Alan ModraPR23648, Symbols based on MEMORY regions confuse -...
2018-08-31 H.J. Luld: Lookup section in output with the same name
2018-08-26 Alan ModraDelay evaluation of alignment expressions in output...
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
next