diff options
author | Alan Modra <amodra@gmail.com> | 2006-05-17 00:36:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-05-17 00:36:30 +0000 |
commit | dea5f36af568ff9a74118333671ac88e95f2ef52 (patch) | |
tree | 3096aa169b34307f9cc62deb0c787b50cdd95b06 /bfd/ChangeLog | |
parent | 74d8661a45c7c1c19b79b0b77279e650f20b066f (diff) | |
download | gdb-dea5f36af568ff9a74118333671ac88e95f2ef52.zip gdb-dea5f36af568ff9a74118333671ac88e95f2ef52.tar.gz gdb-dea5f36af568ff9a74118333671ac88e95f2ef52.tar.bz2 |
* elflink.c (elf_gc_sweep): Don't specially keep non-alloc,
non-load sections if they have relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fda2529..503d625 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-05-17 Alan Modra <amodra@bigpond.net.au> + + * elflink.c (elf_gc_sweep): Don't specially keep non-alloc, + non-load sections if they have relocs. + 2006-05-15 Paul Brook <paul@codesourcery.com> * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Rename ... |