oops, missing changelog entry
authorAlan Modra <amodra@gmail.com>
Mon, 6 May 2002 07:55:16 +0000 (07:55 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 6 May 2002 07:55:16 +0000 (07:55 +0000)
* 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.

binutils/ChangeLog

index a7ee0adc3da8658d2ed346078d988328b92dfc63..2c2b5379314a7a5b5c412767aae7390e70a714eb 100644 (file)
@@ -1,7 +1,20 @@
 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
-       calls to rules that need no lookahead.  Check for no lookahead.
+       call to rules that need no lookahead.  Check for no lookahead.
 
 2002-05-06  Borut Razem  <borut.razem@siol.net>
 
This page took 0.028273 seconds and 4 git commands to generate.