Browse Source

Remove prototype for dwarfwarn(). Breaks with <varargs.h>.

gdb-4_18-branch
Fred Fish 35 years ago
parent
commit
b662acae40
  1. 5
      gdb/ChangeLog
  2. 3
      gdb/dwarfread.c

5
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 <varargs.h>.
Thu Oct 24 09:33:44 1991 John Gilmore (gnu at cygnus.com)
* stack.c (frame_command): Always print. Use new

3
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 <varargs.h> (FIXME)*/
static void
EXFUN (scan_partial_symbols, (char *thisdie AND char *enddie));

Loading…
Cancel
Save