mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
fix ANSI decl conflicts
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
Thu Jul 29 18:38:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* config/ho-sunos.h: remove some old function decls that conflict
|
||||||
|
w/ ANSI, and which weren't needed anyway
|
||||||
|
|
||||||
|
Wed Jul 28 16:34:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||||
|
|
||||||
|
* config/obj-elf.h (obj_frob_symbol): Renamed from tc_frob_symbol,
|
||||||
|
and disabled since it breaks Ian's new symbol-value code.
|
||||||
|
|
||||||
|
* expr.c (integer_constant): Accept more digits if BFD64.
|
||||||
|
|
||||||
Wed Jul 28 11:30:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Wed Jul 28 11:30:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* config/tc-m68k.c (m68k_ip): If we have a normal constant when we
|
* config/tc-m68k.c (m68k_ip): If we have a normal constant when we
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#if !defined(__GNUC__) && (__STDC__ != 1)
|
#if !defined(__GNUC__) && (__STDC__ != 1)
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#else
|
#else
|
||||||
extern int memset ();
|
extern char* memset ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */
|
/* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */
|
||||||
@ -46,11 +46,8 @@ extern int _flsbuf ();
|
|||||||
extern int fclose ();
|
extern int fclose ();
|
||||||
extern int fgetc ();
|
extern int fgetc ();
|
||||||
extern int fprintf ();
|
extern int fprintf ();
|
||||||
extern int fread ();
|
|
||||||
extern int free ();
|
extern int free ();
|
||||||
extern int perror ();
|
|
||||||
extern int printf ();
|
extern int printf ();
|
||||||
extern int rewind ();
|
|
||||||
extern int setvbuf ();
|
extern int setvbuf ();
|
||||||
extern int sscanf ();
|
extern int sscanf ();
|
||||||
extern int strcmp ();
|
extern int strcmp ();
|
||||||
|
Reference in New Issue
Block a user