aboutsummaryrefslogtreecommitdiff
path: root/ld/ldexp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-14Revert "PR28824, relro security issues, x86 keep COMMONPAGESIZE relro"H.J. Lu1-4/+1
2022-02-13Don't pass around expld.dataseg pointerAlan Modra1-6/+12
2022-02-13PR28824, relro security issues, x86 keep COMMONPAGESIZE relroAlan Modra1-1/+4
2022-02-13PR28824, relro security issuesAlan Modra1-5/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-05-07multiple definition warnings from script symbolsAlan Modra1-0/+1
2021-03-31Use bool in ldAlan Modra1-62/+62
2021-03-04ld: don't generate base relocations in PE output for absolute symbolsJan Beulich1-0/+22
2021-02-21Warn when a script redefines a symbolAlan Modra1-6/+9
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-4/+4
2020-06-24ld: Set non_ir_ref_regular on source for assignmentH.J. Lu1-3/+7
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-1/+2
2020-03-04Revert "PR25570, ld duplicate "warning: changing start of section""Alan Modra1-1/+1
2020-03-04PR25570, ld duplicate "warning: changing start of section"Alan Modra1-1/+1
2020-01-28Don't report symbol lookup failure in first phase of linkingAlan Modra1-1/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+2
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+1
2019-08-10stat_alloc castsAlan Modra1-12/+12
2019-03-06Allow the use of the ORIGIN and LENGTH attributes in expressions inside MEMOR...Nick Bowler1-24/+20
2019-01-28PR24008, Wrong value of ternary expression in map fileAlan Modra1-38/+46
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-08Separate header PT_LOAD for -z separate-codeAlan Modra1-0/+1
2018-09-14LD: Always make a SEGMENT_START expression section-relativeMaciej W. Rozycki1-1/+3
2018-09-14LD: Avoid a division by zero page size with SEGMENT_START handlingMaciej W. Rozycki1-0/+1
2018-08-26Delay evaluation of alignment expressions in output sectionsAlan Modra1-2/+18
2018-07-17LD: Export relative-from-absolute symbol marking to BFDMaciej W. Rozycki1-0/+1
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+3
2018-02-26ld error/warning messagesAlan Modra1-22/+22
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-17/+17
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-02-01Fix compile time warnings building the binutils with clang.Simon Marchi1-2/+2
2018-01-11ld: Remove unused expression stateAndrew Burgess1-5/+3
2018-01-11ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess1-42/+46
2018-01-11ld: In map file use '=' in PROVIDE statementsAndrew Burgess1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-28PR22471, undefined reference to linker-defined symbolsAlan Modra1-39/+25
2017-11-28Copying symbol type in ld script assignmentsAlan Modra1-34/+17
2017-11-12ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_endH.J. Lu1-89/+105
2017-11-12ld: Update phase_enum/relro_enum and add seg_align_typeH.J. Lu1-22/+22
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-03try_copy_symbol_type node_class checkAlan Modra1-9/+5
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra1-1/+3
2016-10-07Fold arithmetic integer expressions falloutAlan Modra1-6/+8
2016-10-04ld expression sectionAlan Modra1-21/+29
2016-10-04Fold arithmetic integer expressionsAlan Modra1-0/+29
2016-07-20Early expression evaluationAlan Modra1-54/+29
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+1