diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-09-16 04:23:19 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-09-16 04:23:19 +0000 |
commit | 4c8e8a7ee091749d21a6f1ef57f75faa190860fd (patch) | |
tree | 22b9ab5bc37bf9103758642f6f389576b6d3d1a3 /binutils/ChangeLog | |
parent | 1a766c6843ce0005fee23633b3b30c98e81a7b07 (diff) | |
download | gdb-4c8e8a7ee091749d21a6f1ef57f75faa190860fd.zip gdb-4c8e8a7ee091749d21a6f1ef57f75faa190860fd.tar.gz gdb-4c8e8a7ee091749d21a6f1ef57f75faa190860fd.tar.bz2 |
Remove the group section if all members are removed.
binutils/
2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/13180
* objcopy.c (is_strip_section_1): New.
(is_strip_section): Use it. Remove the group section if all
members are removed.
binutils/testsuite/
2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/13180
* binutils-all/group-6.d: New.
* binutils-all/group-6.s: Likewise.
* binutils-all/objcopy.exp: Run group-6 for ELF targrts.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4f6d032..144dbff 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2011-09-15 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/13180 + * objcopy.c (is_strip_section_1): New. + (is_strip_section): Use it. Remove the group section if all + members are removed. + 2011-09-08 Nick Clifton <nickc@redhat.com> * po/ja.po: Updated Japanese translation. |