diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-05 08:22:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-05 08:22:27 +0000 |
commit | 91bb255c67ce378e25576a12e6b24929c45c92fc (patch) | |
tree | 9e6bf98bdd502886db12dbfb86ad1f2db13d24a2 /binutils/ChangeLog | |
parent | a0d64f3a09dd00e54a3d0310d36e5e24084cefbd (diff) | |
download | gdb-91bb255c67ce378e25576a12e6b24929c45c92fc.zip gdb-91bb255c67ce378e25576a12e6b24929c45c92fc.tar.gz gdb-91bb255c67ce378e25576a12e6b24929c45c92fc.tar.bz2 |
PR binutils/3166
* objcopy.c (is_strip_section): Do not treat group sections as debugging sections.
* doc/binutils.texi (--only-keep-debug): Document that this switch is only intended for use on fully linked files.
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 184f0b1..b36b875 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2006-09-05 Nick Clifton <nickc@redhat.com> + + PR binutils/3166 + * objcopy.c (is_strip_section): Do not treat group sections as + debugging sections. + * doc/binutils.texi (--only-keep-debug): Document that this switch + is only intended for use on fully linked files. + 2006-09-01 Nick Clifton <nickc@redhat.com> PR binutils/3146 |