diff options
author | Roland McGrath <roland@gnu.org> | 2012-06-22 16:52:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-06-22 16:52:33 +0000 |
commit | 62655c7b8bfc33e6c12694f439ff8f7e8da3005a (patch) | |
tree | 2fc1a9e0c105bc25a22178c74a63c9ef710651a1 /ld/NEWS | |
parent | c24ccbcea9fbbd866f17e8934105830dae0810fc (diff) | |
download | gdb-62655c7b8bfc33e6c12694f439ff8f7e8da3005a.zip gdb-62655c7b8bfc33e6c12694f439ff8f7e8da3005a.tar.gz gdb-62655c7b8bfc33e6c12694f439ff8f7e8da3005a.tar.bz2 |
bfd/
* elf.c (assign_file_positions_for_non_load_sections): Define
__ehdr_start symbol if it's referenced and there's a PT_LOAD
segment that covers both the file and program headers.
ld/
* NEWS: Mention __ehdr_start.
ld/testsuite/
* ld-elf/ehdr_start.s: New file.
* ld-elf/ehdr_start.d: New file.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ -*- text -*- +* Add a linker-provided symbol when producing ELF output, '__ehdr_start' + to point to the ELF file header (and nearby program headers) in the + program's memory image. + * Add support for S12X processor. * Add support for the VLE extension to the PowerPC architecture. @@ -103,7 +107,7 @@ Changes in 2.20: * Add support for Lattice Mico32 (lm32) architecture. -* Add CR16 ELF --embedded-relocs (used to embedded relocations into binaries +* Add CR16 ELF --embedded-relocs (used to embedded relocations into binaries for Embedded-PIC code) option. * Add to the PE/PE+ targets the support of two different kinds of |