4199e3b866
Rather than hacking every backend to not discard dynamic relocations against an undefined hidden __ehdr_start, make it appear to be defined early. We want __ehdr_start hidden before size_dynamic_sections so that it isn't put in .dynsym, but we do need the dynamic relocations for a PIE or shared library with a non-PIC reference. Defining it early is wrong if we don't actually define the symbol later to its proper value. (In some cases we want to leave the symbol undefined, for example, when the ELF header isn't loaded, and we don't have this infomation available in before_allocation.) ld/ * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Define __ehdr_start before size_dynamic_sections and restore afterwards. ld/testsuite/ * ld-elf/ehdr_start-shared.d: New. * ld-elf/ehdr_start-userdef.d: xfail frv. * ld-elf/ehdr_start-weak.d: Likewise. * ld-elf/ehdr_start.d: Likewise.
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
2014-01-15 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-elf/ehdr_start-shared.d: New.
|
||
* ld-elf/ehdr_start-userdef.d: xfail frv.
|
||
* ld-elf/ehdr_start-weak.d: Likewise.
|
||
* ld-elf/ehdr_start.d: Likewise.
|
||
|
||
2014-01-14 Vidya Praveen <vidyapraveen@arm.com>
|
||
|
||
* lib/ld-lib.exp (default_ld_link): Remove support for ldflags.
|
||
(default_ld_simple_link): Likewise.
|
||
|
||
2014-01-10 Alan Modra <amodra@gmail.com>
|
||
|
||
* ld-x86-64/pr14207.d: Adjust.
|
||
|
||
2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-elf/binutils.exp (binutils_test): Check if GNU_RELRO segment
|
||
is generated.
|
||
|
||
2014-01-09 Vidya Praveen <vidyapraveen@arm.com>
|
||
|
||
* lib/ld-lib.exp (check_lto_shared_available): New check.
|
||
* ld-plugin/lto.exp: Use check_lto_shared_available.
|
||
|
||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/14207
|
||
PR ld/16322
|
||
PR binutils/16323
|
||
* ld-elf/pr16322.d: New file.
|
||
* ld-elf/pr16322.s: Likewise.
|
||
|
||
* ld-x86-64/pr14207.d: Expect PT_GNU_RELRO segment.
|
||
|
||
For older changes see ChangeLog-2013
|
||
|
||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|