summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
* Add linker option to include local symbols in the linker map.Nick Clifton2023-05-101-2/+86
* Fix PR30358, performance with --sort-sectionMichael Matz2023-04-271-31/+61
* section-select: Fix performance problem (PR30367)Michael Matz2023-04-251-4/+12
* PR30343 infrastructureAlan Modra2023-04-201-8/+8
* Add --enable-linker-version option to bfd linker to add an entry in the .comm...Nick Clifton2023-03-151-2/+26
* Revert ld ASCII supportAlan Modra2023-03-101-53/+16
* Revert ld DIGEST supportAlan Modra2023-03-101-8/+0
* DIGEST: ldlang.*: add timestampUlf Samuelsson2023-03-071-0/+8
* PR30155, ld segfault in _bfd_nearby_sectionAlan Modra2023-02-241-13/+52
* Add support for the ASCII directive inside linker scripts.Nick Clifton2023-02-161-16/+53
* ASCIZ Command for output sectionUlf Samuelsson2023-02-141-0/+83
* Fix PR30079: abort on mingwMichael Matz2023-02-131-1/+2
* Re: Another fix for EFI generation with LTO enabledAlan Modra2023-01-311-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* enable-non-contiguous-regions warningsAlan Modra2022-12-211-8/+30
* Prevent an illegal memory access when comparing the prefix of a section name ...Nick Clifton2022-12-051-5/+21
* section-select: Fix exclude-file-3Michael Matz2022-11-301-3/+4
* section-select: Remove unused codeMichael Matz2022-11-301-507/+1
* section-select: Implement a prefix-treeMichael Matz2022-11-301-32/+316
* section-select: Completely rebuild matchesMichael Matz2022-11-301-0/+22
* section-select: Lazily resolve section matchesMichael Matz2022-11-301-1/+87
* Only use wild_sort_fastMichael Matz2022-11-281-177/+125
* Special case more simple patternsMichael Matz2022-11-281-32/+93
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-6/+6
* Re: Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-041-90/+44
* Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra2022-08-031-21/+22
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-17/+2
* Re: PowerPC64 .branch_lt addressAlan Modra2022-07-251-1/+0
* -z relro relaxation and ld script SIZEOFAlan Modra2022-06-271-1/+0
* Always free matching vector from bfd_check_format_matchesAlan Modra2022-06-161-1/+6
* ubsan: member access within null pointer of unionAlan Modra2022-04-131-1/+1
* ld: Add a before_plugin_all_symbols_read hookH.J. Lu2022-03-091-0/+2
* ld: Support customized output section typeFangrui Song2022-02-161-6/+49
* Don't pass around expld.dataseg pointerAlan Modra2022-02-131-14/+16
* PR28824, relro security issuesAlan Modra2022-02-131-7/+6
* Revert "elf: Remove the 1-page gap before the RELRO segment"Alan Modra2022-02-071-71/+18
* Revert "ld: Rewrite lang_size_relro_segment_1"Alan Modra2022-02-071-51/+44
* Set __ehdr_start rel_from_abs earlierAlan Modra2022-01-281-0/+1
* ld: Rewrite lang_size_relro_segment_1H.J. Lu2022-01-261-44/+51
* lang_size_relro_segment tidyAlan Modra2022-01-181-16/+4
* tweak __ehdr_start visibility and flags for check_relocsAlan Modra2022-01-181-5/+38
* elf: Remove the 1-page gap before the RELRO segmentH.J. Lu2022-01-131-18/+71
* ld: Initial DT_RELR supportH.J. Lu2022-01-121-1/+2
* Set SEC_ELF_REVERSE_COPY earlierAlan Modra2022-01-121-0/+10
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28673, input file 'gcov' is the same as output fileAlan Modra2021-12-081-1/+1
* Error on ld output file name matching input file nameAlan Modra2021-12-071-0/+16
* ASSERT in empty output section with addressAlan Modra2021-10-281-8/+10
* Change the linker's heuristic for computing the entry point for binaries so t...Nick Clifton2021-09-211-1/+9
* Allows linker scripts to set the SEC_READONLY flag.Luca Boccassi2021-07-211-0/+6