]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/dlltool.c
* dlltool.c (process_def_file): Add missing prototype.
authorAlan Modra <amodra@gmail.com>
Sun, 5 May 2002 23:25:27 +0000 (23:25 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 5 May 2002 23:25:27 +0000 (23:25 +0000)
commite80ff7de61a36e1f05da73ff3f2cddb39c7ba591
tree14fadbfa703daa8d9fb3f6e953c142ecd09f498f
parent405c98a4e3e0a6c0d9380852e2e82dbeca7edf56
* 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/dlltool.c
binutils/dllwrap.c
binutils/windres.c