aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Collapse)AuthorFilesLines
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-2/+11
2000-05-142000-05-14 H.J. Lu (hjl@gnu.org)H.J. Lu1-0/+5
* objcopy.c (filter_symbols): Don't strip global symbols in relocatable object files.
2000-05-08(setup_section): Add const and gettext calls for err.Alan Modra1-7/+7
2000-04-05Add --redefine-sym to objcopy.Alan Modra1-44/+196
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-2/+2
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-2/+2
1999-11-22Overhaul --help output.Nick Clifton1-31/+65
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-1/+4
* objcopy.c (parse_flags): Handle "noload", "debug", and "share". * binutils.texi, objcopy.1: Document new flags.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-10/+16
as appropriate. Add variable initializations. Add casts. * objdump.c (disassemble_bytes): Change j to bfd_vma. * readelf.c (process_syminfo): Change i to unsigned int. (display_debug_info): Change abbrev_number to unsigned long. (process_mips_specific): Change fcnt to size_t.
1999-06-12 Based on patch from H. Peter Anvin <hpa@transmeta.com>:Ian Lance Taylor1-7/+32
* 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.
1999-05-27 * objcopy.c (copy_archive): Preserve dates of archive members ifAndreas Schwab1-0/+13
requested.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+2029