aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
commit3f06498af4db5abb4e7e877ffbb487cd03897290 (patch)
treec15ad1cfa6cf705208d7382bf72a3e6ab80a624e /bfd/hosts
parent058eb7667b8ca3526ad6ab8f3fdc86a34d88412e (diff)
downloadfsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.zip
fsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.gz
fsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.bz2
changes for SVR3.2
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/hp300.h8
-rw-r--r--bfd/hosts/i386isc.h2
-rw-r--r--bfd/hosts/i386v.h2
3 files changed, 0 insertions, 12 deletions
diff --git a/bfd/hosts/hp300.h b/bfd/hosts/hp300.h
index 8e5cc63..e9d764a 100644
--- a/bfd/hosts/hp300.h
+++ b/bfd/hosts/hp300.h
@@ -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;
diff --git a/bfd/hosts/i386isc.h b/bfd/hosts/i386isc.h
index c16cf9c..67d74f7 100644
--- a/bfd/hosts/i386isc.h
+++ b/bfd/hosts/i386isc.h
@@ -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));
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index d6b0063..a971991 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -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));