* dlltool.c (gen_def_file): Put demangled name comments on
[binutils-gdb.git] / binutils / ChangeLog
index f6c232d050f109c7954fb1ed1104186057e4a6fe..7fce8769c7e061d7071fc4a9c7bd91bd9342e515 100644 (file)
@@ -1,3 +1,89 @@
+2003-03-22  Danny Smith  <dannysmith@users.sourceforge,net>
+
+       * dlltool.c (gen_def_file): Put demangled name comments on
+       own line preceding export name.
+
+2003-03-17  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
+       printf for emitting new lines.
+
+2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
+
+       * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
+       the symbol's value when --size-sort is used, unless -S is used.
+       doc/binutils.texi (--size-sort): For non-bsd formats both the
+       value and size of the symbols are displayed.
+       
+2003-03-13  Nick Clifton  <nickc@redhat.com>
+
+       * po/da.po: Update.
+
+2003-03-12  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Remove Peter Targett as ARC maintainer.
+
+2003-03-10  Ben Elliston  <bje@wasabisystems.com>
+
+       * MAINTAINERS: Update my mail address.
+
+2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
+
+       * stabs.c (BYTES_IN_WORD): Remove definition.
+       * wrstabs.c (BYTES_IN_WORD): Likewise.
+
+2003-03-04  Nick Clifton  <nickc@redhat.com>
+
+       * nm.c (main): Print a warning message if --size-sort and
+       --undefined-only are used together.
+
+2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
+
+       * nm.c (print_symbol): Remove check for undefined_only.
+       
+2003-03-03  Nick Clifton  <nickc@redhat.com>
+
+       * po/da.po: Installed latest translation.
+
+2003-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * README: Update binutils references to 2.13.
+       Add paragraph about using --disable-nls.
+
+2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
+
+       * doc/binutils.texi (nm --size-sort): Update.
+
+2003-02-21  James E Wilson  <wilson@tuliptree.org>
+
+       * MAINTAINERS: Update email address.
+
+2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
+
+       * readelf.c (get_ia64_dynamic_type): New function.
+       (dynamic_segment_ia64_val): New function.
+       (get_dynamic_type): If machine type is EM_IA_64 call
+       get_ia64_dynamic_val.
+       (get_ia64_section_type_name): Handle sections with types in the
+       SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
+       (get_dynamic_flags): If machine type is EM_IA_64 call
+       dynamic_segment_ia64_val.
+
+2003-02-21  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
+       section title capitalization more consistent.  Update descriptions
+       of various options to be consistent with the code.  Fix errors and
+       incomplete list in the description of c++filt format options.  Remove
+       information about the linker.  Change to be more polite about poor
+       bug reports.  Replace FDL appendix with include of fdl.texi.
+       * doc/fdl.texi: New file.
+
+2003-02-21  Roger Sayle  <roger@eyesopen.com>
+
+       * objcopy.c (filter_symbols): Fix compilation problems with
+       HP-UX's C compiler.
+
 2003-02-19  Christopher Faylor  <cgf@redhat.com>
 
        * rclex.l (handle_quotes): Fix minor formatting problems introduced in