aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2001-10-13support multiple options to the -w switchNick Clifton2-36/+45
2001-10-12 * readelf.c (get_section_type_name): Don't print SHT_ prefix forJakub Jelinek2-3/+8
LOPROC, LOOS and LOUSER.
2001-10-11 * MAINTAINERS: Update my email address.Joern Rennecke2-1/+5
2001-10-03 * binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'Thiemo Seufer2-1/+6
test.
2001-10-03Regenerate configure to include the gettext.m4 change. UpdateAlan Modra3-229/+245
opcodes/po/POTFILES.in
2001-10-02Add more detection of 64-bit DWARF sectionsNick Clifton2-2/+37
2001-10-02 * coffdump.c (PROGRAM_VERSION): Delete.Alan Modra9-214/+255
(main <'V'>): Call print_version. * srconv.c: Likewise. * sysdump.c: Likewise. * version.c (program_version): Remove. (print_version): Use BFD_VERSION_STRING. Just print the current year in copyright message. * addr2line.c (program_version): Remove unused declaration. * objdump.c (display_target_tables): Use BFD_VERSION_STRING in place of BFD_VERSION. * Makefile.am (Makefile): Depend on bfd/configure.in (cplus-dem.o): Depend on Makefile. Run "make dep-am" * Makefile.in: Regenerate.
2001-10-01Detect and warn about DWARF64 format .debug_arange sectionsNick Clifton2-0/+14
2001-09-30 * Makefile.am: Update dependencies with "make dep-am".Hans-Peter Nilsson3-55/+70
* Makefile.in: Regenerate.
2001-09-28 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.Richard Henderson2-3/+5
2001-09-26 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,Alan Modra4-99/+31
VA_CLOSE. (non_fatal): Likewise. * objdump.c (objdump_sprintf): Likewise. * readelf.c (error): Likewise. (warn): Likewise.
2001-09-25 * readelf.c (do_wide): New.Jakub Jelinek4-2/+128
(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-25 * readelf.c (print_vma): Print 8 digits of low hex value.Alan Modra2-1/+5
2001-09-24 * nlmconv.c: Fix warnings about unused attributes and functionAndreas Jaeger3-10/+19
prototypes. * strings.c: Add prototype for get_char.
2001-09-192000-09-19 H.J. Lu <hjl@gnu.org>H.J. Lu3-3/+21
* doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and $(srcdir)/cxxfilt.man. * doc/Makefile.in: Rebuild.
2001-09-19 * objcopy.c (copy_main): Correct rename-section string parsing.Alan Modra2-24/+25
Consolidate new_name parsing, and error messages.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu23-103/+191
2001-09-18 * ar.c (print_contents): Cast args of bfd_seek to the right types.Alan Modra4-9/+20
Replace bfd_read call with call to bfd_bread. (extract_file): Likewise. * objdump.c (dump_section_header): Cast section->filepos to unsigned long to suit printf format string. * readelf.c (process_section_headers): Similarly for sh_offset. (process_unwind): Likewise.
2001-09-14Add new command line option '--encoding' to stringsNick Clifton4-40/+146
2001-09-12* readelf.c (guess_is_rela, dump_relocations, get_machine_name,Alexandre Oliva2-9/+43
get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V, EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD. Removed EM_CYGNUS_ARC.
2001-09-05 * readelf.c: Include elf/h8 for H8 series definitions.Jeff Law4-1/+22
(guess_is_rela): H8 series if RELA. (dump_relocations): Handle H8 series relocations. * testsuite/binutils/all/readelf.exp: Expect readelf -wi to fail for the H8 series.
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher2-6/+9
Jason Eckhardt <jle@redhat.com> * mips-dis.c: Add support for bfd_mach_mipsisa32 and bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k, bfd_mach_mips64.
2001-08-29 * MAINTAINERS: Include ARC Maintainer.Peter Targett2-0/+5
2001-08-292001-08-29 Ben Elliston <bje@redhat.com>Ben Elliston2-1/+5
* stabs.c (stab_demangle_template): Initialise s4.
2001-08-27 * binutils-all/readelf.s-64: Adjust offsets for powerpc64. Don'tAlan Modra2-4/+10
use constructs like [45][08] when all combinations are not valid. Instead use (48|50) to explicitly state which values are correct.
2001-08-27 * readelf.c (dump_relocations): Recognise EM_PPC64.Alan Modra2-0/+5
2001-08-26 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.Thiemo Seufer2-0/+7
2001-08-252001-08-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+18
* nm.c (print_width): New. (display_rel_file): Set `print_width' according to bfd_sprintf_vma. (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2001-08-25 * binutils-all/readelf.exp: Don't regard mips*el-*-* as traditionalThiemo Seufer1-1/+1
mips. * gas/mips/mips.exp: Likewise. Use traditional testcases for mips${el}16-f if needed. * gas/mips/elempic.d: New file, testcase for little endian empic. * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump. * gas/mips/mips16-f.d: Use non-traditional symbol sorting. * gas/mips/mipsel16-f.d: Likewise. * gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16 relocations. * gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16 relocations, traditional variant.
2001-08-24* objcopy.c (use_alt_mach_code): New variable.Alexandre Oliva4-0/+43
(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-08-22 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.Thiemo Seufer2-0/+7
2001-08-212001-08-21 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+12
* binutils-all/readelf.r: Updated for the readelf change. * binutils-all/readelf.r-64: New for the readelf change.
2001-08-212001-08-21 H.J. Lu <hjl@gnu.org>H.J. Lu2-13/+49
* readelf.c (dump_relocations): Support ELF64 on 32bit hosts. (display_debug_info): Cast for 64bit hosts. (display_debug_frames): Likewise. (process_mips_specific): Likewise.
2001-08-21 * coffgrok.h: Add missing parameter for prototype of coff_grok.Andreas Jaeger8-14/+143
* sysdump.c: Add missing prototypes. * srconv.c: Likewise. * unwind-ia64.c: Likewise. * coffdump.c: Likewise. * sysinfo.y: Print prototypes, include <ansidecl.h>. * coffgrok.c: Add missing prototypes, include libiberty.h instead of declaring xcalloc.
2001-08-102001-08-10 H.J. Lu <hjl@gnu.org>H.J. Lu3-19/+41
* nm.c (print_value): Add one arg, bfd *. (print_value): Replace fprintf_vma with bfd_fprintf_vma. (print_symbol_info_bsd): Also pass `abfd' to print_value (). (print_symbol_info_sysv): Likewise. (print_symbol_info_posix): Likewise. * objdump.c (dump_section_header): Replace printf_vma with bfd_printf_vma. (print_section_stabs): Likewise. (dump_bfd_header): Likewise. (objdump_print_value): Replace sprintf_vma with bfd_sprintf_vma. (disassemble_bytes): Likewise. (dump_reloc_set): Likewise.
2001-08-10 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypesAndreas Jaeger3-242/+238
to build warnings. * configure: Regenerate.
2001-08-09 * readelf.c: Add missing prototypes.Alan Modra3-107/+62
* objdump.c: Likewise. Format existing prototypes.
2001-08-08* readelf.c (display_debug_info): Add to abbrev_offset the addendAlexandre Oliva2-0/+69
of any RELA relocation for the abbrev_offset memory location that refers to the .debug_abbrev section symbol.
2001-08-072001-08-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-8/+18
* readelf.c (process_file): Return 0 if OK, otherwise return 1. (main): Return process_file ().
2001-08-052001-08-05 Philip Blundell <philb@gnu.org>Phil Blundell2-3/+7
* doc/binutils.texi: Use "Thumb" not "THUMB".
2001-08-032001-08-03 John Healy <jhealy@redhat.com>John Healy2-0/+7
Patch suggested by Frank Eigler <fche@redhat.com>. * objdump.c (disassemble_data): Fill in section member of the disasm_info structure.
2001-08-03* configure.in: Added --with-windres option.DJ Delorie3-0/+12
* configure: Regenerated.
2001-08-01Use @command{name} for commands. Use @option{-opt} for options.Nick Clifton3-455/+475
Use @table @env for list of options. Remove spaces arround [ | ] in synopsis. Use 'GNU Development Tools' for the center title.
2001-07-31Implement new switch --rename-sectionNick Clifton4-51/+207
2001-07-30Change bug-gnu-utils@gcc.org to the mor obvious bug-binutils@gcc.orgNick Clifton3-2/+8
2001-07-29 * bucomm.c (list_supported_architectures): New function.Alan Modra4-0/+28
* bucomm.h (list_supported_architectures): Declare. * objdump.c (usage): Call the above.
2001-07-272001-07-27 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* binutils-all/windres/windres.exp: Don't set xfail for bmpalign (compare) on none-ix86/pe targets.
2001-07-252001-07-25 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+9
* objdump.c (SKIP_ZEROES): Only define it if it is not already defined. (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2001-07-242001-07-24 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+22
* binutils-all/windres/windres.exp: Set xfail on none-ix86/pe targets.
2001-07-19Change bug reporting email address.Nick Clifton3-88/+125