* rdcoff.c: Fix formatting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index ff01d21899b480dff6e78c290b70acbbbdea50ad..1ffdaa321c71f0b3807000ff5c6641d5141dc685 100644 (file)
@@ -1,7 +1,176 @@
+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>
 
This page took 0.042406 seconds and 4 git commands to generate.