diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-01-13 15:41:00 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-01-13 15:41:00 +0000 |
commit | f0312d395b830bea0f17a279ad1a6d8009c46db0 (patch) | |
tree | a950546984735fab6bc1283fe5b739ab696b9909 /binutils/ChangeLog | |
parent | 6bdafbeb578394fd9fff6c45b15f71dd5678190b (diff) | |
download | fsf-binutils-gdb-f0312d395b830bea0f17a279ad1a6d8009c46db0.zip fsf-binutils-gdb-f0312d395b830bea0f17a279ad1a6d8009c46db0.tar.gz fsf-binutils-gdb-f0312d395b830bea0f17a279ad1a6d8009c46db0.tar.bz2 |
* objcopy.c: Include elf-bfd.h.
(is_strip_section): Don't strip debugging sections if
STRIP_NONDEBUG.
(setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
* objcopy.c (copy_section): Free relpp if relcount == 0.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 708682f..bd4883a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2004-01-12 Jakub Jelinek <jakub@redhat.com> + + * objcopy.c: Include elf-bfd.h. + (is_strip_section): Don't strip debugging sections if + STRIP_NONDEBUG. + (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections + ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS. + + * objcopy.c (copy_section): Free relpp if relcount == 0. + 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com> * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names. |