summaryrefslogtreecommitdiff
path: root/ld/ldexp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Early expression evaluationAlan Modra2016-07-201-54/+29
* Add support for creating ELF import librariesThomas Preud'homme2016-07-151-0/+1
* ld: track linker-definedness of symbolsJan Beulich2016-07-051-1/+1
* Formatting fixes.Alan Modra2016-06-141-15/+16
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Evaluate __start_* and __stop_* symbol PROVIDE expressions earlyAlan Modra2015-10-271-2/+5
* When evaluating a ternary operator in a linker script, copy the symbol flags.Simon Dardis2015-10-151-11/+35
* Delay converting linker script defined symbols from absoluteAlan Modra2015-09-181-3/+52
* PPC64: Allow .TOC. in linker script to override backend calculated valueAlan Modra2015-08-181-0/+1
* Remove trailing spaces in ldH.J. Lu2015-08-121-1/+1
* Revert ALIGN changesAlan Modra2015-08-061-49/+31
* ALIGN change affects standard scriptsAlan Modra2015-07-201-24/+39
* Make ALIGN(x) behave as ALIGN(.,x)Alan Modra2015-07-101-2/+10
* Rewrite relro adjusting codeAlan Modra2015-04-221-1/+1