diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-09-22 08:03:42 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2010-09-22 08:03:42 +0000 |
commit | d48749734084702ffe2a535ece1d52f9aa6ac168 (patch) | |
tree | 2ea43369c4bb6ce6e18889adeb102c77ffdad5a0 /ld/ChangeLog | |
parent | cb2f80e68a7419ff24651d89699459e6973539d5 (diff) | |
download | gdb-d48749734084702ffe2a535ece1d52f9aa6ac168.zip gdb-d48749734084702ffe2a535ece1d52f9aa6ac168.tar.gz gdb-d48749734084702ffe2a535ece1d52f9aa6ac168.tar.bz2 |
2010-09-22 Kai Tietz <kai.tietz@onevision.com>
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add
idata to orphan set.
* emultempl/pep.em: Likewise.
* scripttempl/armcoff.sc: Separate idata
and add __IAT_start__ and __IAT_end__ labels.
* scripttempl/pe.sc: Likewise.
* scripttempl/pep.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8f706c6..c7169e0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2010-09-22 Kai Tietz <kai.tietz@onevision.com> + + * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add + idata to orphan set. + * emultempl/pep.em: Likewise. + * scripttempl/armcoff.sc: Separate idata + and add __IAT_start__ and __IAT_end__ labels. + * scripttempl/pe.sc: Likewise. + * scripttempl/pep.sc: Likewise. + 2010-09-20 David S. Miller <davem@davemloft.net> * emulparams/elf32_sparc.sh: Set NOP to 0x01000000 |