diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-10-12 21:56:19 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-10-12 21:56:19 +0000 |
commit | a77dc2cc26f789c3ee32ca4666750d27af07a6b9 (patch) | |
tree | 6ec27222509b02e59e9c587b0c304745151331d3 /ld/ChangeLog | |
parent | 8c008720ebce20b40126b31392808cfd5a2408bc (diff) | |
download | gdb-a77dc2cc26f789c3ee32ca4666750d27af07a6b9.zip gdb-a77dc2cc26f789c3ee32ca4666750d27af07a6b9.tar.gz gdb-a77dc2cc26f789c3ee32ca4666750d27af07a6b9.tar.bz2 |
bfd/
* elf32-xtensa.c (elf_xtensa_action_discarded): New.
(elf_backend_action_discarded): Define.
ld/
* emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Check
for linkonce XCC exception tables (".e" and ".h").
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f2b8ea3..77d813c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2006-10-12 Bob Wilson <bob.wilson@acm.org> + + * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Check + for linkonce XCC exception tables (".e" and ".h"). + 2006-10-11 Bob Wilson <bob.wilson@acm.org> * emulparams/elf32xtensa.sh (TEXT_PLT): Enable. |