Display the symbol's size and use it for sorting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 7aa4fad2e45ee3258df0a84b7dd8ae943188aaee..dce7568180cb4b5e3de5fc4b39dcc1a125fff298 100644 (file)
@@ -1,3 +1,236 @@
+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.
This page took 0.027942 seconds and 4 git commands to generate.