summaryrefslogtreecommitdiffstats
path: root/binutils/objcopy.c
Commit message (Collapse)AuthorAgeFilesLines
* Silently accept -d as an alias for -g for compatability with old BSD systems.Nick Clifton2000-08-141-1/+2
|
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-2/+11
|
* 2000-05-14 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-141-0/+5
| | | | | * objcopy.c (filter_symbols): Don't strip global symbols in relocatable object files.
* (setup_section): Add const and gettext calls for err.Alan Modra2000-05-081-7/+7
|
* Add --redefine-sym to objcopy.Alan Modra2000-04-051-44/+196
|
* Move translated part of bug report string back into .c files soAlan Modra2000-04-041-2/+2
| | | | xgettext can find it. Regnerate .pot files.
* Move bug report string to one place.Alan Modra2000-04-031-2/+2
|
* Overhaul --help output.Nick Clifton1999-11-221-31/+65
|
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-1/+4
| | | | | * objcopy.c (parse_flags): Handle "noload", "debug", and "share". * binutils.texi, objcopy.1: Document new flags.
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-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.
* Based on patch from H. Peter Anvin <hpa@transmeta.com>:Ian Lance Taylor1999-06-121-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.
* * objcopy.c (copy_archive): Preserve dates of archive members ifAndreas Schwab1999-05-271-0/+13
| | | | requested.
* 19990502 sourceware importRichard Henderson1999-05-031-0/+2029
OpenPOWER on IntegriCloud