bfd: aarch64: Avoid BTI stub for a PLT that has BTI
[binutils-gdb.git] / ld / ldexp.c
2023-08-02 Sam JamesRevert "2.41 Release sources"
2023-08-02 Nick Clifton2.41 Release sources
2023-07-17 Michael MatzAlso support '^=' in linker script expressions
2023-07-16 Alan ModraSupport NEXT_SECTION in ALIGNOF and SIZEOF
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-06-27 Alan Modra-z relro relaxation and ld script SIZEOF
2022-02-15 H.J. LuRevert "PR28824, relro security issues, x86 keep COMMON...
2022-02-13 Alan ModraDon't pass around expld.dataseg pointer
2022-02-13 Alan ModraPR28824, relro security issues, x86 keep COMMONPAGESIZE...
2022-02-13 Alan ModraPR28824, relro security issues
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-05-07 Alan Modramultiple definition warnings from script symbols
2021-03-31 Alan ModraUse bool in ld
2021-03-04 Jan Beulichld: don't generate base relocations in PE output for...
2021-02-21 Alan ModraWarn when a script redefines a symbol
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-16 Alan Modraconstify elfNN_bed
2020-06-24 H.J. Luld: Set non_ir_ref_regular on source for assignment
2020-03-13 Christian EggersFix several mix up between octets and bytes in ELF...
2020-03-04 Alan ModraRevert "PR25570, ld duplicate "warning: changing start...
2020-03-04 Alan ModraPR25570, ld duplicate "warning: changing start of section"
2020-01-28 Alan ModraDon't report symbol lookup failure in first phase of...
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
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-10-03 Nick Alcockbfd, ld: add CTF section linking
2019-08-10 Alan Modrastat_alloc casts
2019-03-06 Nick BowlerAllow the use of the ORIGIN and LENGTH attributes in...
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-10-08 Alan ModraSeparate header PT_LOAD for -z separate-code
2018-09-14 Maciej W. RozyckiLD: Always make a SEGMENT_START expression section...
2018-09-14 Maciej W. RozyckiLD: Avoid a division by zero page size with SEGMENT_STA...
2018-08-26 Alan ModraDelay evaluation of alignment expressions in output...
2018-07-17 Maciej W. RozyckiLD: Export relative-from-absolute symbol marking to BFD
2018-05-22 H.J. Luld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
2018-02-26 Alan Modrald error/warning messages
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-02-01 Simon MarchiFix compile time warnings building the binutils with...
2018-01-11 Andrew Burgessld: Remove unused expression state
2018-01-11 Andrew Burgessld: Fix issue where PROVIDE overrides defined symbol
2018-01-11 Andrew Burgessld: In map file use '=' in PROVIDE statements
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-28 Alan ModraCopying symbol type in ld script assignments
2017-11-13 H.J. Luld: Add fold_segment_align/fold_segment_relro_end/fold_...
2017-11-13 H.J. Luld: Update phase_enum/relro_enum and add seg_align_type
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-03 Alan Modratry_copy_symbol_type node_class check
2016-10-11 Alan ModraAlways descend into output section statements in lang_d...
2016-10-07 Alan ModraFold arithmetic integer expressions fallout
2016-10-04 Alan Modrald expression section
2016-10-04 Alan ModraFold arithmetic integer expressions
2016-07-20 Alan ModraEarly expression evaluation
2016-07-15 Thomas Preud'hommeAdd support for creating ELF import libraries
2016-07-05 Jan Beulichld: track linker-definedness of symbols
2016-06-14 Alan ModraFormatting fixes.
2016-01-01 Alan ModraCopyright update for binutils
2015-10-27 Alan ModraEvaluate __start_* and __stop_* symbol PROVIDE expressi...
2015-10-15 Simon DardisWhen evaluating a ternary operator in a linker script...
2015-09-18 Alan ModraDelay converting linker script defined symbols from...
2015-08-18 Alan ModraPPC64: Allow .TOC. in linker script to override backend...
2015-08-12 H.J. LuRemove trailing spaces in ld
2015-08-06 Alan ModraRevert ALIGN changes
2015-07-20 Alan ModraALIGN change affects standard scripts
2015-07-10 Alan ModraMake ALIGN(x) behave as ALIGN(.,x)
2015-04-22 Alan ModraRewrite relro adjusting code
2015-04-01 Alan ModraStart of relro segment adjustment
2015-01-28 Senthil Kumar SelvarajAllow symbols in MEMORY region specification
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-23 Alan ModraReport an error for script multiply defined symbols
2014-12-23 Alan ModraUse a symbol flag bit to mark linker defined symbols
2014-12-23 Alan ModraDon't PROVIDE over top of common symbols
2014-12-23 Alan ModraCorrect logic for "defined by object"
2014-12-23 Alan ModraMove support code for linker script DEFINED to ldexp.c
2014-06-07 Alan ModraPROVIDE in linker script vs. built-in symbols
2014-03-05 Alan ModraUpdate copyright years
2014-01-22 Alan ModraMake assignments to dot keep an empty output section.
2014-01-20 Alan ModraAllow self-assignment for absolute symbols defined...
2013-08-15 Nick Clifton * ldexp.c: Add LOG2CEIL() builtin function to linker...
2013-01-10 H.J. LuRemove trailing white spaces in ld
2012-12-17 Alan Modra PR ld/14962
2012-08-06 Maciej W. Rozycki bfd/
2012-06-15 Alan Modrald/
2012-06-11 H.J. LuDon't hardcode .got.plt into DATA_SEGMENT_RELRO_END...
2012-03-14 Alan Modra PR ld/13839
2012-03-08 Tristan Gingold2012-03-08 Tristan Gingold <gingold@adacore.com>
2012-02-22 Nick Clifton PR ld/13683
2012-02-17 Alan Modra PR ld/13343
2011-05-16 Nathan Sidwell * ldlang.c (print_assignment): Use the symbol's sectio...
2011-05-03 Alan Modra PR ld/12726
2011-01-21 Alan Modra * ldexp.c (fold_binary): Set result section for arithm...
2011-01-13 Alan Modra PR ld/12356
2011-01-13 Alan Modra PR ld/12356
2011-01-12 Alan Modra PR ld/12380
2010-12-20 Alan Modra * ld.texinfo (Expression Section): Describe treatment...
2010-12-20 Alan Modra PR ld/12001
2010-10-01 Alan Modra PR ld/12066
2010-08-19 Alan Modrabinutils/
next