aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2002-08-22Add Jeff Law as HPPA maintainerNick Clifton2-0/+6
2002-08-20 * readelf.c (parse_args): Change debug_dump_opt to static.Alan Modra2-1/+5
2002-08-17Revert previous delta - it was bogus.Nick Clifton2-7/+0
2002-08-16Put a newline after display an unknown dynamic type.Nick Clifton2-2/+14
2002-08-16Cope with demangling function names that include a double underscore.Nick Clifton2-23/+40
2002-08-15 * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,Alan Modra3-15/+22
tic80, tms320c30. * binutils-all/objcopy.exp (simple copy): Revise xfails.
2002-08-15 * readelf.c: Include elf/i370.h.Alan Modra2-0/+15
(dump_relocations): Handle EM_S370. (dynamic_segment_parisc_val): Print \n. (process_dynamic_segment <DT_BIND_NOW>): Here too.
2002-08-14oops - omitted from previous deltaNick Clifton1-0/+6
2002-08-14Replace 'gnu-new-abi' with 'gnu-v3'Nick Clifton3-15/+15
2002-08-14Don't warn about ALT use with non-VIRTKEY.Nick Clifton2-1/+6
2002-08-132002-08-13 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* objcopy.c (copy_object): Don't warn about the unsupported architecture unless the input target is defaulted or the output architecture is different from the input.
2002-08-09Updated Swedish translationNick Clifton2-117/+1022
2002-08-06Add myself as Alpha maintainer.Richard Henderson1-0/+1
2002-08-05 * prdbg.c (pr_fix_visibility): Remove assert.Alan Modra2-2/+4
2002-07-31Rename function arguments to avoid shadowing global symbols of the same name.Nick Clifton2-11/+18
2002-07-30 * readelf.c (OPTION_DEBUG_DUMP): Define.Jakub Jelinek3-5/+98
(options): Use it. (usage): Update help. (parse_args): Handle --debug-dump separately from -w. * doc/binutils.texi (readelf): Update documentation.
2002-07-25New translationsNick Clifton3-2071/+2755
2002-07-24oops - omitted from previous deltaNick Clifton1-1/+5
2002-07-24Update Spanish and Swedish translationsNick Clifton1-138/+405
2002-07-23 * Makefile.am: Run "make dep-am".Alan Modra3-19/+25
* Makefile.in: Regenerate.
2002-07-23update translations.Nick Clifton3-4/+9
2002-07-23 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.Alan Modra2-1/+5
2002-07-23 * budemang.c: Include config.h and string.h/strings.h.Alan Modra2-1/+8
2002-07-20 * budemang.c: Include string.h.Alan Modra2-0/+5
2002-07-18Add IP2K supportNick Clifton3-0/+22
2002-07-16Add 'Chnages in 2.13' to NEWS files.Nick Clifton2-2/+8
2002-07-10 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,Jakub Jelinek2-1/+117
DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*. (get_section_type_name): Handle SHT_GNU_LIBLIST. (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ, DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED. (process_gnu_liblist): New. (process_file): Call it. * elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define.
2002-07-02 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.Alan Modra3-2/+5
* Makefile.in: Regenerate.
2002-07-02 * budemang.c: New file, "demangle" function.Alan Modra10-226/+318
* budemang.h: New file. * addr2line.c (translate_addresses): Use "demangle". * nm.c (print_symname): Likewise. * objdump.c (objdump_print_symname): Likewise. (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro here since that obfuscates. * rdcoff.c: Don't #include demangle.h. * Makefile.am (CFILES): Add budemang.c, emul_aix.c, emul_vanilla.c. Remove emul_$(EMULATION).c. Sort. (HFILES): Add budemang.h. Sort. (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c. Run "make dep-am". * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2002-07-01include/elf:Jason Thorpe2-1/+22
2002-07-01 Matt Thomas <matt@3am-software.com> * Rename EF_* to EF_VAX_*. bfd: 2002-07-01 Matt Thomas <matt@3am-software.com> * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_* to EF_VAX_*. binutils: 2002-07-01 Matt Thomas <matt@3am-software.com> * readelf.c: Include "elf/vax.h". (guess_is_rela): Move EM_VAX from unknown to RELA case. (dump_relocations): Handle VAX relocations. (get_machine_flags): Handle VAX machine flags.
2002-06-30 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.Stephane Carrez2-0/+10
2002-06-26Rescind Tom Rix's maintainerships.Nick Clifton2-2/+4
2002-06-26 * nm.c (print_symname): When demangling, strip leading dots fromAlan Modra2-1/+28
symbol names to avoid confusing the demangler.
2002-06-262002-06-25 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+7
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
2002-06-21 * configure.in: Quote bu_cv_have_fopen64.Alan Modra3-4/+9
* configure: Regenerate.
2002-06-21 * configure.in: Check for strcoll.Alan Modra5-8/+35
* configure: Regenerate. * config.in: Regenerate. * nm.c (main): Set locale for LC_COLLATE category. (non_numeric_forward): Use strcoll if available.
2002-06-202002-06-20 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+6
* MAINTAINERS: Add self as fr30 and frv maintainer.
2002-06-192002-06-18 H.J. Lu (hjl@gnu.org)H.J. Lu2-23/+101
* nm.c: Include "elf/common.h". (extended_symbol_info): Add elfinfo, a pointer to elf_symbol_type. (SYM_SIZE): Use elfinfo if it is not NULL. (get_symbol_type): New function. (display_archive): Set print_width for each archive member. (display_file): Likewise. (display_rel_file): Don't set print_width here. (print_object_filename_sysv): Handle print_width. (print_archive_member_sysv): Likewise. (print_symbols): Pass (bfd_vma) 0 to print_symbol. (print_symbol): Set the elfinfo field in extended_symbol_info for ELF. (print_object_filename_sysv): Fix the output format. (print_symbol_info_sysv): Print type and section for ELF. 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr> * nm.c (print_size_symbols): Remove assignment, which makes the symbol's size equal to its value when --size-sort is used.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley5-0/+20
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-06-18binutils/Jakub Jelinek2-6/+14
* readelf.c (get_file_header): Only read the first section header if e_shoff is non-zero. bfd/ * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies e_shnum == 0. Only read the first section header if e_shoff is non-zero. Don't consider e_shstrndx if there are no sections.
2002-06-152002-06-15 H.J. Lu (hjl@gnu.org)H.J. Lu3-3/+24
* nm.c (print_size): New variable. Initialize to 0. (long_options): Add 'S'/"print-size". (main): Handle 'S'. (print_symbol_info_bsd): Print size only if print_size is not 0. * doc/binutils.texi: Document -S/--print-size.
2002-06-13Display the symbol's size and use it for sorting.Nick Clifton2-168/+160
2002-06-08 * Makefile.am: Run "make dep-am".Alan Modra4-23/+35
* Makefile.in: Regenerate. * doc/Makefile.in: Regnerate.
2002-06-08 * bucomm.c: Replace CONST with const.Alan Modra4-15/+21
* nm.c: Likewise. * objdump.c: Likewise.
2002-06-072002-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-9/+55
* readelf.c (DW_CFA_GNU_args_size): Don't define. (DW_CFA_GNU_negative_offset_extended): Likewise. (DW_CFA_GNU_window_save): Likewise. (display_debug_frames): Handle DW_CFA_offset_extended_sf, DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
2002-06-07When computing size of symbols for an ELF target use the internal size field.Nick Clifton2-6/+14
2002-06-06 * testsuite/binutils-all/objcopy.exp: clear xfail forJeff Law3-2/+9
"hppa*64*-*-hpux*". * testsuite/binutils-all/hppa/objdump.exp: Return if "*64*-*-*".
2002-06-05 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.Alan Modra2-2/+11
2002-06-03 * objdump.c: Fix formatting.Alan Modra2-9/+9
2002-05-30 * MAINTAINERS: Add self as M68k maintainer.Ben Elliston2-0/+5