diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-12 15:42:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-12 15:42:04 +0000 |
commit | f91ea8497661e80927b17cabda43af803e60391c (patch) | |
tree | b568bebd345c04df219493bd41412a2b8ee46d18 /binutils/ChangeLog | |
parent | f353eb8a51a81b3997cf97a7e02c5a7fdafb8a6e (diff) | |
download | gdb-f91ea8497661e80927b17cabda43af803e60391c.zip gdb-f91ea8497661e80927b17cabda43af803e60391c.tar.gz gdb-f91ea8497661e80927b17cabda43af803e60391c.tar.bz2 |
Based on patch from H. Peter Anvin <hpa@transmeta.com>:
* objcopy.c (struct section_list): Add copy field.
(sections_copied): New static variable.
(copy_options): Add "only-section".
(copy_usage): Mention -j and --only-section.
(find_section_list): Initialize copy field.
(is_strip_section): Check for copying sections.
(copy_object): Check sections_copied when calling filter_symbols.
(setup_section): Check for copying sections.
(copy_section): Likewise.
(copy_main): Handle -j/--only-section.
* binutils.texi, objcopy.1: Document -j/--only-section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4542a6d..56f98b1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,18 @@ 1999-06-12 Ian Lance Taylor <ian@zembu.com> + Based on patch from H. Peter Anvin <hpa@transmeta.com>: + * objcopy.c (struct section_list): Add copy field. + (sections_copied): New static variable. + (copy_options): Add "only-section". + (copy_usage): Mention -j and --only-section. + (find_section_list): Initialize copy field. + (is_strip_section): Check for copying sections. + (copy_object): Check sections_copied when calling filter_symbols. + (setup_section): Check for copying sections. + (copy_section): Likewise. + (copy_main): Handle -j/--only-section. + * binutils.texi, objcopy.1: Document -j/--only-section. + * configure.in: If frexp is not available, check in -lm. * configure: Rebuild. |