Display the symbol's size and use it for sorting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 574ced0521e7a35a8b26fbb12990f006d0a41c9d..dce7568180cb4b5e3de5fc4b39dcc1a125fff298 100644 (file)
@@ -1,3 +1,608 @@
+2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * nm.c (struct extended_symbol_info): New strcuture: Add the size
+       of the symbols to the information provided by the symbol_info
+       structure.
+       (print_symbols): Pass the symbol size to print_symbol.
+       (print_size_symbols): Pass the symbol size to print_symbol.
+       (print_symbol): Extra argument: The size of the symbol.  Store
+       this in the extended_symbol_info structure.
+       (print_symbol_info): Change type of info parameter to
+       extended_symbol_info.  Display the size, if known.
+       (print_symbol_info_posix): Likewise.
+       (print_symbol_info_sysv): Likewise.
+
+2002-06-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regnerate.
+
+       * bucomm.c: Replace CONST with const.
+       * nm.c: Likewise.
+       * objdump.c: Likewise.
+
+2002-06-07  H.J. Lu <hjl@gnu.org>
+
+       * 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-07  Elias Athanasopoulos  <eathan@otenet.gr>
+       
+       * nm.c: When computing size of symbols for an ELF target use the
+       internal size field.
+
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * testsuite/binutils-all/objcopy.exp: clear xfail for
+       "hppa*64*-*-hpux*".
+       * testsuite/binutils-all/hppa/objdump.exp: Return if
+       "*64*-*-*".
+
+2002-06-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
+
+2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * objdump.c: Fix formatting.
+
+2002-05-29  Ben Elliston  <bje@redhat.com>
+
+       * MAINTAINERS: Add self as M68k maintainer.
+
+2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
+
+       * readelf.c: Modified/Added DLX elf support.
+
+2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * arsup.c: Fix formatting.
+       * debug.c (debug_record_label): Add missing colon to error
+       message.
+       * ieee.c (parse_ieee_ty): Fix spelling typo.
+       * readelf.c (process_program_headers): Remove English assumption
+       about making a plural word.
+       (process_section_headers): Likewise.
+       (process_relocs): Allow quotes to be translated.
+       (process_unwind): Likewise,
+       (process_mips_specific): Improve error message.
+       (get_note_type): Fix spelling typo.
+
+       * configure.in (ALL_LINGUAS): Add sv
+       * po/sv.po: New file.
+
+2002-05-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
+       (unw_print_grmask): Likewise.
+       (unw_print_frmask): Likewise.
+
+2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * arsup.c: Remove ARGSUSED.
+       * debug.c: Likewise.
+       * ieee.c: Likewise.
+       * nlmconv.c: Likewise.
+       * prdbg.c: Likewise.
+       * stabs.c: Likewise.
+       * wrstabs.c: Likewise.
+
+2002-05-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * arlex.l: Use #include "" instead of <> for local header files.
+       * coffdump.c: Likewise.
+       * coffgrok.c: Likewise.
+       * nlmconv.c: Likewise.
+       * nlmheader.y: Likewise.
+       * srconv.c: Likewise.
+       * strings.c: Likewise.
+       * sysdump.c: Likewise.
+       * unwind-ia64.h: Likewise.
+       * windres.h: Likewise.
+       * winduni.h: Likewise.
+
+2002-05-24  Tom Rix  <trix@redhat.com>
+
+       * MAINTAINERS: Add self as the d10v maintainer.
+
+2002-05-24   TAMURA Kent <kent@netbsd.org>
+
+       * configure.in: Builds dlltool for i386-netbsdpe.
+       * configure: Regenerate.
+
+2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * size.c: Fix formatting.
+       * srconv.c: Likewise.
+       * stabs.c: Likewise.
+       * sysdump.c: Likewise.
+       * unwind-ia64.c: Likewise.
+       * wrstabs.c: Likewise.
+
+2002-05-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * readelf.c (get_segment_type): Add PT_TLS.
+       (get_elf_section_flags): Add SHF_TLS.
+       (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
+       (process_dynamic_segment): Use puts instead of printf.
+       (get_symbol_type): Support STT_TLS.
+       * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
+       SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
+       Add SEC_THREAD_LOCAL.
+
+2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * rdcoff.c: Fix formatting.
+       * rddbg.c: Likewise.
+       * readelf.c: Likewise.
+       * rename.c: Likewise.
+       * resbin.c: Likewise.
+       * resrc.c: Likewise.
+       * resres.c: Likewise.
+
+2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * filemode.c: Fix formatting.
+       * ieee.c: Likewise.
+       * is-ranlib.c: Likewise.
+       * is-strip.c: Likewise.
+       * maybe-ranlib.c: Likewise.
+       * maybe-strip.c: Likewise.
+       * nlmconv.c: Likewise.
+       * nm.c: Likewise.
+       * not-ranlib.c: Likewise.
+       * not-strip.c: Likewise.
+       * objcopy.c: Likewise.
+       * objdump.c: Likewise.
+
+2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * objdump.c (dump_headers): Fix output formatting for ELF32
+       architectures in a BFD64 enabled toolchain.
+
+2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * debug.c: Fix formatting.
+       * debug.h: Likewise.
+       * dlltool.c: Likewise.
+       * dllwrap.c: Likewise.
+       * emul_aix.c: Likewise.
+       * emul_vanilla.c: Likewise.
+
+2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * addr2line.c: Fix formatting.
+       * ar.c: Likewise.
+       * arsup.c: Likewise.
+       * arsup.h: Likewise.
+       * binemul.c: Likewise.
+       * binemul.h: Likewise.
+       * bucomm.c: Likewise.
+       * coffdump.c: Likewise.
+       * coffgrok.c: Likewise.
+       * coffgrok.h: Likewise.
+
+2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * MAINTAINERS: Add myself as the second AVR port maintainer.
+
+2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * MAINTAINERS: Update my email address.
+
+2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
+
+2002-05-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in: Replace `*pe' with `pe' throughout.
+       * configure: Regenerate.
+
+2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
+
+       * Makefile.am: Honour DESTDIR.
+       * Makefile.in: Regenerate.
+
+2002-05-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * dlltool.c (process_def_file): Add missing prototype.
+       (new_directive, assemble_file, main): Likewise.
+       (process_def_file, new_directive): Make static.
+       (inform): Rewrite using VA_FIXEDARG.
+       * dllwrap.c (mybasename): Add missing prototype.
+       (strhash, main): Likewise.
+       (inform): Rewrite using VA_FIXEDARG.
+       (warn): Likewise.
+       (cleanup_and_exit): Use old style function definition.
+       (strhash): Likewise.
+       * windres.c (define_resource): Use one memset to clear all of
+       struct res_resource.
+
+       * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
+       call to rules that need no lookahead.  Check for no lookahead.
+
+2002-05-06  Borut Razem  <borut.razem@siol.net>
+
+       * rclex.l (get_string): Correct "strings" list handling.
+       * resrc.c (read_rc_file): Discard strings.
+
+2002-05-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * ar.c (replace_members): Remove unused var.  Formatting fix.
+       * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
+
+       * MAINTAINERS: Sort port maintainers by CPU.
+
+2002-05-04  Bob Byrnes  <byrnes@curl.com>
+
+       * size.c (display_archive): Add last_arfile and code to close archives.
+
+2002-05-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * nm.c (print_symbol): Check returned filename from
+       bfd_find_nearest_line is non-NULL.
+
+2002-04-25  Elena Zannoni <ezannoni@redhat.com>
+    
+        * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
+
+2002-04-24  Christian Groessler <chris@groessler.org>
+
+       * MAINTAINERS: Changed my email address.
+
+2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * arparse.y: Fix syntax warning.
+
+2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * readelf.c (fetch_location_list): Remove unused function.
+
+       * readelf.c (process_corefile_note_segment): Catch corrupt notes
+       and display a warning message, then exit the loop.
+
+       * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
+
+2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * resrc.c (write_rc_dialog): If charset is non-default value
+       display all of the DIALOGEX parameters.
+
+2002-04-15  Eric Kohl <ekohl@rz-online.de>
+
+       * rcparse.y: Allow two to five parameter in FONT statement of 
+       DIALOGEX resources.
+       * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
+       resource data.
+        (res_to_bin_dialog): Likewise.
+       * windres.h: Added misssing charset variable to dialog_ex
+       structure.
+
+2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * rcparse.y: Set MEMFLAG_PURE by default.
+
+2002-04-09  Bernd Herd <info@herdsoft.com>
+
+       * rcparse.y: CLASS definitions in DIALOG resources 
+       are quoted.
+       Fix typo in BEDIT warning.
+       Don't add default dialog style when explicit style specified.
+       Add WS_CAPTION dialog style if CAPTION is specified.
+
+       * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
+       (handle_quotes) "\a" escape (used for right justified key
+       definitions in menus) is encodes as binary 8.
+
+       * resrc.c (write_rc_dialog): Print style even if it is 0.
+       (write_rc_directory): Fix overlooked sublang shift bug.
+       (bin_to_res_dialog): Don't print empty dialog caption.
+
+       * resbin.c (bin_to_res_dialog): Use signature to identify
+       DIALOGEX.
+
+       * windres.c (main): Set default LANGUAGE to english/us.
+
+2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
+
+       * resrc.c: print CLASS names in quotes
+
+2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * MAINTAINERS: Update my email address.
+
+2002-04-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Cope with absolute paths.
+       * Makefile.am (dep.sed): Subst TOPDIR.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-03-27  Peter Targett  <peter.targett@arc.com>
+
+       * MAINTAINERS: Update my email address.
+
+2002-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2002-03-20  Daniel Berlin  <dan@dberlin.org>
+
+       * readelf.c: Add support for displaying dwarf2 location lists.
+       (do_debug_loc, debug_loc_section, debug_loc_size): New.
+       (parse_args): Use 'O' as shorthand for displaying location list
+       section.
+       (process_section_headers): Handle debug_loc as well.
+       (load_debug_loc): New.
+       (free_debug_loc): New.
+       (fetch_location_list): New.
+       (display_debug_loc): New.
+       (display_debug_info): Call load_debug_loc and free_debug_loc.
+       (debug_displays): We can display .debug_loc now, too.
+       (usage): Update usage string.
+       (read_and_display_attr_value): Note location lists, but don't
+       display them inline.
+
+2002-03-18  Tom Rix  <trix@redhat.com>
+
+       * Makefile.am: Add binutils emulation support.
+       * configure.in: Same.
+       * configure.tgt: New file.  Same.
+       * ar.c (main): Use ar_emul_parse_arg.
+       (usage): Use ar_emul_usage.
+       (replace_members): Use ar_emul_replace, ar_emul_append.
+       * binemul.c: New file.  Define the binutils emulation
+       layer. Define default methods.
+       * binemul.h: New file.  Binutils emulation layer header file.
+       * emul_aix.c: New file.  AIX binutils emulation.
+       * emul_vanilla.c: New file. Default binutils emulation.
+       * Makefile.in: Regenerate.
+       * configure: Same.
+
+2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * README: Update some version numbers.
+
+2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * doc/binutils.texi (Target Selection): Fix LD crossreferences.
+       (Architecture Selection): Likewise.
+
+2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
+
+       * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
+       generating .exp file.
+
+2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * readelf.c (dump_relocations): Fix typo.
+
+2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * NEWS: Mark 2.12 branch.
+
+2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
+
+       * readelf.c (dump_relocations): Display 2nd and 3rd reloc 
+       types for 64-bit MIPS.  Narrow some fields for 80-char 
+       output.
+       (dump_relocations): Change spelling from 'unrecognised' 
+       to 'unrecognized'.
+       (decode_ARM_machine_flags): Likewise.
+       (parse_args): Likewise.
+       (read_and_display_attr_value): Likewise.
+       (display_debug_section): Likewise.
+
+2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * NEWS: Mention support for MMIX.
+
+2002-02-13  Matt Fredette  <fredette@netbsd.org>
+
+       * readelf.c (get_machine_flags): Recognize EF_M68000.
+
+2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * MAINTAINERS: Added self as MN10300 co-maintainer.
+
+2002-02-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
+       DT_PPC64_OPDSZ.
+
+2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
+
+       * MAINTAINERS: List myself as branch maintainer.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+       * objcopy.c: Update copyright date.
+       * doc/Makefile.in: Regenerate.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * nlmconv.c: Back out localtime PARAMS change.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (MKDIR): Define.
+       (copy_archive): Make name_list.name const.  Use MKDIR.
+       Handle duplicate files in archives by making more temp dirs.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * coffdump.c: Include "getopt.h" after "bucomm.h"
+       so that macros are defined correctly.
+       * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
+       prototype.  Prototype main.
+       * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
+
+2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * MAINTAINERS: Added self as SH co-maintainer.
+
+2002-02-05  Nick Clifton <nickc@redhat.com>
+
+       * po/tr.po: Updated translation.
+
+2002-02-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * nm.c (print_value): Mark abfd unused.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * unwind-ia64.c (unw_decoder): Change second argument
+       to unsigned int, to match function prototypes.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * objdump.c: Include "getopt.h" after "bucomm.h" so that
+       __GNU_LIBRARY__ will be defined.
+       * size.c: Likewise.
+
+2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure: Regenerated.
+
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/Makefile.am (install): Depend on install-info.
+       * doc/Makefile.in: Regenerate.
+
+2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
+
+       * objcopy.c (strip_usage): Document -d as an alias
+       --strip-debug.
+
+       * size.c (usage): Document [-t | --totals] options.
+       (long_options): Add --totals option.
+       (main): If the [-t | --totals] option is specified and
+       the output format is Berkeley-style, print the total
+       text, data, and bss sizes of all objects listed.
+       (print_berkeley_format): If the [-t | --totals] option
+       is specified, track the total text, data, and bss
+       sizes.
+       * doc/binutils.texi (size): Document [-t | --totals] options.
+       (strip): Document -d as an alias for --strip-debug.
+       * NEWS: Mention new feature of size.
+
+2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+       * po/es.po: Updated version.
+
+2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * addr2line.c (usage): Update text to provide verbose
+       description of the command line options.
+       * ar.c (usage): Update text to provide verbose
+       description of the command line options.
+       (main): Accept -h and -H when running as ranlib.
+       * coffdump.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * dlltool.c (main): Accept -H as an alias for --help.
+       * nlmconv.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * nm.c (usage): Replace OPTIONS with option(s).
+       (main): Accept -H as an alias for --help.
+       * objcopy.c (strip_main): Accept -H as an alias for --help.
+       * objdump.c (main): Accept -v as an alias for --verbose.
+        * readelf.c (usage): Adjust format to match style used in
+       other binutils.
+       * size.c (usage): Update text to provide verbose description
+       of the command line options.
+       (main): Accept -v, -h and -H as command line options.
+       * srconv.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * strings.c (main): Accept -H and -v as command line options.
+       (usage): Update text to provide verbose description of the
+       command line options.
+       * sysdump.c (show_usage): Update text to provide verbose
+       description of the command line options.
+       * windres.c (usage): Adjust format to match style used in
+       other binutils.
+
+       * coffdump.c: Fix formatting.
+       * nlmconv.c: Fix formatting.
+       * srconv.c: Fix formatting.
+       * sysdump.c: Fix formatting.
+
+2002-01-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-01-18  Andreas Jaeger  <aj@suse.de>
+
+       * version.c (print_version): Update year.
+
+2002-01-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_machine_name): Handle EM_PPC64.
+       (guess_is_rela): Here too.
+
+2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/binutils.pot: Regenerate.
+       * po/fr.po: Regenerate.
+       * po/tr.po: Regenerate.
+
+2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/tr.po: Import new version.
+
+2002-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (get_ppc64_dynamic_type): New.
+       (get_dynamic_type): Call it.
+
+2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * objcopy.c (copy_usage): Use "options" instead of "switches".
+        (strip_usage): Use "options" instead of "switches".
+       * doc/binutils.texi (dlltool):  Refer to "options" instead of
+        "switches".
+
+2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       * MAINTAINERS: Add self as co-maintainer for the ARM code.
+
+2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: Import from translation project.
+       * configure.in (ALL_LINGUAS): Add es.
+       * configure: Regenerate.
+
+2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * readelf.c (get_netbsd_elfcore_note_type): Use
+       NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
+
 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * readelf.c: Update copyright years.
        (usage): Document new feature of --wide switch.
        * doc/binutils.texi (objdump): Document additional behaviour of
        --wide.
-       
+
 2001-12-18  Michael Snyder  <msnyder@redhat.com>
 
        * objcopy.c (copy_file): Accept corefiles (format bfd_core).
This page took 0.072801 seconds and 4 git commands to generate.