diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-11-03 18:52:52 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-11-03 18:52:52 +0000 |
commit | e78c4c7ea8ad3d53902aa5e23f414ee06d150880 (patch) | |
tree | 01f552838bda5c82f5955553dbe0b8d9c7d428dd /ld/ChangeLog | |
parent | 9bc9e927792511e2c1997ffcf7cd605cd1eb2ea2 (diff) | |
download | gdb-e78c4c7ea8ad3d53902aa5e23f414ee06d150880.zip gdb-e78c4c7ea8ad3d53902aa5e23f414ee06d150880.tar.gz gdb-e78c4c7ea8ad3d53902aa5e23f414ee06d150880.tar.bz2 |
* emulparams/elf32xtensa.sh (NO_REL_RELOCS): Set.
* scripttempl/elfxtensa.sc (NO_REL_RELOCS, NO_RELA_RELOCS)
(NON_ALLOC_DYN): Import changes from elf.sc.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3fec7a5..8c40f0e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2008-11-03 Bob Wilson <bob.wilson> + + * emulparams/elf32xtensa.sh (NO_REL_RELOCS): Set. + * scripttempl/elfxtensa.sc (NO_REL_RELOCS, NO_RELA_RELOCS) + (NON_ALLOC_DYN): Import changes from elf.sc. + 2008-10-25 Nick Clifton <nickc@redhat.com> PR 6945 |