diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-04 08:26:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-04 08:26:38 +0000 |
commit | 6612555199a45a60bad366e8697bb53d3d128175 (patch) | |
tree | 56bf66c3b2bcfc1371a6fc784f4523e44d1e446a /binutils/ChangeLog | |
parent | 474d0d0c7af3f155a53223d1a4b6951aed2e30dc (diff) | |
download | gdb-6612555199a45a60bad366e8697bb53d3d128175.zip gdb-6612555199a45a60bad366e8697bb53d3d128175.tar.gz gdb-6612555199a45a60bad366e8697bb53d3d128175.tar.bz2 |
PR 4888
* objcopy.c (setup_section): Do modify section flags for ELF
STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
header rewrite by twiddling input section flags instead.
Simplify code setting SHT_NOBITS.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2e71518..2b88341 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2007-08-04 Alan Modra <amodra@bigpond.net.au> + + PR 4888 + * objcopy.c (setup_section): Do modify section flags for ELF + STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent + header rewrite by twiddling input section flags instead. + Simplify code setting SHT_NOBITS. + 2007-07-28 Christopher Faylor <me+binutils@cgf.cx> * MAINTAINERS: Update my email address. |