aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2003-08-11Add ability for readelf to parse archivesNick Clifton1-0/+2
2003-07-22* objdump.c: New command line option --debugging-tags.Nick Clifton1-0/+3
* doc/binutils.texi: Document new command line option. * prdbg.c: Code to print the debug info as tags compatible with ctags. * budbg.h: Adjust prototype. * NEWS: Mention new switch
2003-06-26Add --only-keep-debug switchNick Clifton1-0/+6
2003-06-25Correct spelling of "relocatable".Alan Modra1-1/+1
2003-06-12Add new switch to objcopy: --add-gnu-debuglink=<file>Nick Clifton1-0/+4
Allows packages to be shipped in two forms, a stripped executable and debug info file.
2003-06-03Return 'n' if section flags are SEC_HAS_CONTENTS && SEC_READONLY.Nick Clifton1-0/+4
2003-03-24Add --info command line switchNick Clifton1-0/+2
2003-01-04 * readelf.c (guess_is_rela): Handle EM_IQ2000.Stan Cox1-0/+2
(get_machine_name): Likewise. (dump_relocations): Likewise. * NEWS: Mention IQ2000 support.
2002-12-23Add support for 'S' encoding to strings - display 8-bit characters.Nick Clifton1-0/+2
2002-12-13Added --prefix-symbols <prefix> option to rename all symbols by adding theNick Clifton1-0/+3
given prefix to the begining of the symbol name. This is useful to provide name space seperation regardless of how the object file was created. Added --prefix-sections <prefix> and --prefix-alloc-sections <prefix> options to rename all sections (or all sections with the alloc flag set) by adding the given prefix to the begining of the symbol name.
2002-12-10Add support for displaying extension to DWARF2 used by Unified Parallel CNick Clifton1-0/+3
compiler.
2002-12-08 * NEWS: Mention that bfd no longer declares a "boolean" type.Alan Modra1-3/+7
2002-07-18Add IP2K supportNick Clifton1-0/+3
2002-07-16Add 'Chnages in 2.13' to NEWS files.Nick Clifton1-2/+4
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+2
From Catherine Moore: * readelf.c (elf/frv.h): #include it. (guess_is_rela): Support EM_CYGNUS_FRV. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
2002-02-20Mark 2.12 branchNick Clifton1-0/+2
2002-02-15 * NEWS: Mention support for MMIX.Hans-Peter Nilsson1-0/+2
2002-01-25Add --totals option to sizeNick Clifton1-0/+2
2001-09-25 * readelf.c (do_wide): New.Jakub Jelinek1-0/+3
(options): Add --wide. (usage, parse_args): Likewise. (process_program_headers): Put each segment on a single line if --wide is given. (process_section_headers): Put each section on a single line if --wide is given. * doc/binutils.texi: Document it. * NEWS: Likewise.
2001-09-14Add new command line option '--encoding' to stringsNick Clifton1-0/+2
2001-08-24* objcopy.c (use_alt_mach_code): New variable.Alexandre Oliva1-0/+4
(OPTION_ALT_MACH_CODE): Define. (copy_options): Added --alt-machine-code. (copy_main): Handle it. (copy_object): Switch to alternate machine code if requested. * doc/binutils.texi: Document new option. * NEWS: Likewise.
2001-07-31Implement new switch --rename-sectionNick Clifton1-0/+2
2001-07-05Display the contents of a .debug.macinfo sectionNick Clifton1-0/+3
2001-06-09 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.Alan Modra1-1/+5
2001-05-30Add command line switches to objcopy to provide lists of symbols in filesNick Clifton1-0/+4
2001-04-27Add openRISC support in opcodesNick Clifton1-0/+2
2001-03-13Add --binary-architecture switch to objcopy to allow the output architectureNick Clifton1-0/+5
to be set when the input file type is binary.
2001-02-18Add PDP-11 supportNick Clifton1-0/+2
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton1-2/+5
2000-11-03Add --srec-len and --srec-forceS3 switches to objcopyNick Clifton1-0/+3
2000-09-14Add support for the MIPS32Nick Clifton1-0/+2
2000-08-24 * NEWS: Mention support for CRIS.Hans-Peter Nilsson1-0/+2
2000-08-142000-08-14 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+2
* NEWS: Mention i860 support.
2000-04-05Add --redefine-sym to objcopy.Alan Modra1-3/+5
2000-02-08Fix bug in interlisting option, added --file-start-context option.Timothy Wall1-0/+4
1999-06-16Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1-0/+5
disassembler Add support for register name set selection ot ARM disassembler.
1999-06-12 Based on patch from H. Peter Anvin <hpa@transmeta.com>:Ian Lance Taylor1-0/+3
* 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-27break long lineIan Lance Taylor1-2/+2
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+163