summaryrefslogtreecommitdiff
path: root/ld/ldexp.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* -z relro relaxation and ld script SIZEOFAlan Modra2022-06-271-3/+11
* Revert "PR28824, relro security issues, x86 keep COMMONPAGESIZE relro"H.J. Lu2022-02-141-4/+1
* Don't pass around expld.dataseg pointerAlan Modra2022-02-131-6/+12
* PR28824, relro security issues, x86 keep COMMONPAGESIZE relroAlan Modra2022-02-131-1/+4
* PR28824, relro security issuesAlan Modra2022-02-131-5/+7
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* multiple definition warnings from script symbolsAlan Modra2021-05-071-0/+1
* Use bool in ldAlan Modra2021-03-311-62/+62
* ld: don't generate base relocations in PE output for absolute symbolsJan Beulich2021-03-041-0/+22
* Warn when a script redefines a symbolAlan Modra2021-02-211-6/+9
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* constify elfNN_bedAlan Modra2020-12-161-4/+4
* ld: Set non_ir_ref_regular on source for assignmentH.J. Lu2020-06-241-3/+7
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-1/+2
* Revert "PR25570, ld duplicate "warning: changing start of section""Alan Modra2020-03-041-1/+1
* PR25570, ld duplicate "warning: changing start of section"Alan Modra2020-03-041-1/+1
* Don't report symbol lookup failure in first phase of linkingAlan Modra2020-01-281-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-1/+2
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+1
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-0/+1
* stat_alloc castsAlan Modra2019-08-101-12/+12
* Allow the use of the ORIGIN and LENGTH attributes in expressions inside MEMOR...Nick Bowler2019-03-061-24/+20
* PR24008, Wrong value of ternary expression in map fileAlan Modra2019-01-281-38/+46
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Separate header PT_LOAD for -z separate-codeAlan Modra2018-10-081-0/+1
* LD: Always make a SEGMENT_START expression section-relativeMaciej W. Rozycki2018-09-141-1/+3
* LD: Avoid a division by zero page size with SEGMENT_START handlingMaciej W. Rozycki2018-09-141-0/+1
* Delay evaluation of alignment expressions in output sectionsAlan Modra2018-08-261-2/+18
* LD: Export relative-from-absolute symbol marking to BFDMaciej W. Rozycki2018-07-171-0/+1
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+3
* ld error/warning messagesAlan Modra2018-02-261-22/+22
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-17/+17
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Fix compile time warnings building the binutils with clang.Simon Marchi2018-02-011-2/+2
* ld: Remove unused expression stateAndrew Burgess2018-01-111-5/+3
* ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess2018-01-111-42/+46
* ld: In map file use '=' in PROVIDE statementsAndrew Burgess2018-01-111-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* PR22471, undefined reference to linker-defined symbolsAlan Modra2017-11-281-39/+25
* Copying symbol type in ld script assignmentsAlan Modra2017-11-281-34/+17
* ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_endH.J. Lu2017-11-121-89/+105
* ld: Update phase_enum/relro_enum and add seg_align_typeH.J. Lu2017-11-121-22/+22
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* try_copy_symbol_type node_class checkAlan Modra2016-12-031-9/+5
* Always descend into output section statements in lang_do_assignmentsAlan Modra2016-10-111-1/+3
* Fold arithmetic integer expressions falloutAlan Modra2016-10-071-6/+8
* ld expression sectionAlan Modra2016-10-041-21/+29
* Fold arithmetic integer expressionsAlan Modra2016-10-041-0/+29