From: Fred Fish Date: Fri, 25 Oct 1991 06:09:15 +0000 (+0000) Subject: Remove prototype for dwarfwarn(). Breaks with . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b662acae40cd779b2002e312b136c7038d1bce32;p=binutils-gdb.git Remove prototype for dwarfwarn(). Breaks with . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4fd2a5ac685..4bd0d49b44b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 24 23:06:40 1991 Fred Fish (fnf at cygnus.com) + + * dwarfread.c: Remove prototype for dwarfwarn. Does not work + with . + Thu Oct 24 09:33:44 1991 John Gilmore (gnu at cygnus.com) * stack.c (frame_command): Always print. Use new diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 54323fd5c17..24d9c8c8285 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -301,8 +301,7 @@ static int numutypes; /* Max number of user type pointers */ more intuitive, since it can be used for both static and external definitions. */ -static void -EXFUN (dwarfwarn, (char *fmt DOTS)); +static void dwarfwarn (); /* EXFUN breaks with (FIXME)*/ static void EXFUN (scan_partial_symbols, (char *thisdie AND char *enddie));