mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +08:00
changes for SVR3.2
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
Mon Apr 19 06:09:41 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* bfd-in.h: Insert comment about SVR3 compiler warnings.
|
||||
|
||||
* hosts/{hp300,i386isc,i386v}.h: Remove unused #defines of {r,}index
|
||||
(bfd uses strchr and the broken SVR3.2 cpp loses with the defines).
|
||||
|
||||
* libbfd.c: bfd_put*: Remove casts to bfd_vma.
|
||||
|
||||
Fri Apr 16 17:49:27 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
@ -33,14 +33,6 @@ rename(from, to)
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Might not need these. Leave them out for now.
|
||||
*
|
||||
#include <string.h>
|
||||
#define index(s,c) strchr(s,c)
|
||||
#define rindex(s,c) strrchr(s,c)
|
||||
*/
|
||||
|
||||
/* EXACT TYPES */
|
||||
typedef char int8e_type;
|
||||
typedef unsigned char uint8e_type;
|
||||
|
@ -28,8 +28,6 @@
|
||||
#define bzero(s,n) memset(s,0,n)
|
||||
|
||||
#include <string.h>
|
||||
#define index(s,c) strchr(s,c)
|
||||
#define rindex(s,c) strrchr(s,c)
|
||||
|
||||
#ifndef DONTDECLARE_MALLOC
|
||||
extern PTR EXFUN(malloc,(unsigned));
|
||||
|
@ -26,8 +26,6 @@
|
||||
#define bzero(s,n) memset(s,0,n)
|
||||
|
||||
#include <string.h>
|
||||
#define index(s,c) strchr(s,c)
|
||||
#define rindex(s,c) strrchr(s,c)
|
||||
|
||||
#ifndef DONTDECLARE_MALLOC
|
||||
extern PTR EXFUN(malloc,(unsigned));
|
||||
|
Reference in New Issue
Block a user