aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
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
2001-07-18* config/default.exp (WINDRES): Add.DJ Delorie12-0/+304
* binutils-all/windres/windres.exp: New. * binutils-all/windres/README: New. * binutils-all/windres/bmp1.bmp: New. * binutils-all/windres/bmpalign.rc: New. * binutils-all/windres/bmpalign.rsd: New. * binutils-all/windres/lang.rc: New. * binutils-all/windres/lang.rsd: New. * binutils-all/windres/msupdate: New. * binutils-all/windres/strtab1.rc: New. * binutils-all/windres/strtab1.rsd: New.
2001-07-17* resres.c (write_res_header): Align header size.DJ Delorie2-1/+8
(res_align_file): Calculate alignment correctly.
2001-07-17* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the moreDJ Delorie4-5/+14
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10.
2001-07-15Add Christian Groessler as maintainer for z8k port.Nick Clifton2-0/+5
2001-07-11Add notes about branch checkinsNick Clifton2-0/+16
2001-07-06And remove the seconf accidental patch commission.Nick Clifton1-26/+0
2001-07-06Remove patch accidentally checked in with readelf.c patchNick Clifton1-14/+6
2001-07-052001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston2-52/+7
* lib/utils-lib.exp (target_assemble): Remove duplicate copy. (default_target_assemble): Likewise.
2001-07-05Display the contents of a .debug.macinfo sectionNick Clifton5-17/+146
2001-07-052001-07-05 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+11
* objcopy.c (filter_symbols): Don't turn undefined symbols into local.
2001-07-032001-07-03 H.J. Lu <hjl@gnu.org>H.J. Lu3-110/+110
* doc/Makefile.am (addr2line.1): Use addr2line.pod instead of $@.pod. (ar.1): Likewise. (dlltool.1): Likewise. (nlmconv.1): Likewise. (nm.1): Likewise. (objcopy.1): Likewise. (objdump.1): Likewise. (ranlib.1): Likewise. (readelf.1): Likewise. (size.1): Likewise. (strings.1): Likewise. (strip.1): Likewise. (windres.1): Likewise. (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod. ($(DEMANGLER_NAME).1): Also substitute cxxfilt with $(DEMANGLER_NAME). (as.1): Removed. * doc/Makefile.in: Regenerated.
2001-07-03Change MIPS maintainer to Erci ChristopherNick Clifton2-1/+5
2001-07-01Support DWARF 2.1 tags, encodings, languages.Nick Clifton2-157/+177
2001-06-29Add DWARF 2.1 attributesNick Clifton2-1/+54
2001-06-28 * readelf.c (GET_DATA_ALLOC): Remove.Alan Modra2-346/+478
(GET_DATA): Remove. (get_data): New function combining above macros, with an extra test for zero size. Use get_data, and catch error return throughout file.
2001-06-25 * readelf.c (dump_relocations): Print "bad symbol index" ifAlan Modra2-33/+44
symtab == NULL with non-zero symtab_index. (process_relocs): Don't bomb if reloc section has no symsec.
2001-06-242001-06-24 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+9
* objcopy.c (strip_main): Revert the change made on 2001-05-30 by accident. (copy_main): Apply the the change made to strip_main on 2001-05-30 by accident.
2001-06-23 * unwind-ia64.c (unw_decode_x1): Add unused attribute forAndreas Jaeger2-7/+15
parameter 'code'. (unw_decode_x2): Likewise. (unw_decode_x3): Likewise. (unw_decode_x4): Likewise.
2001-06-232001-06-23 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+5
* MAINTAINERS: Add myself as M88k maintainer.
2001-06-22Add missing support for -o option.Nick Clifton2-3/+13