aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-04-20 06:11:51 +0000
committerStu Grossman <grossman@cygnus>1993-04-20 06:11:51 +0000
commit8171711b534e9f1307a785dcda6b2d5e64e2e9f6 (patch)
tree742330ac0a310bcea67b16ab5986d95c28e0f5b6 /bfd/hosts
parent9583b29548ca9634a751b3e06007c8bacbbdd96f (diff)
downloadfsf-binutils-gdb-8171711b534e9f1307a785dcda6b2d5e64e2e9f6.zip
fsf-binutils-gdb-8171711b534e9f1307a785dcda6b2d5e64e2e9f6.tar.gz
fsf-binutils-gdb-8171711b534e9f1307a785dcda6b2d5e64e2e9f6.tar.bz2
* bfd.c: Add sgi_core_data to tdata union.
* coff-mips.c: Add Irix 4.x core file support. * hosts/irix4.h: #define HOST_IRIX4.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/irix4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/irix4.h b/bfd/hosts/irix4.h
index 1ae0a58..c9a15fd 100644
--- a/bfd/hosts/irix4.h
+++ b/bfd/hosts/irix4.h
@@ -8,6 +8,8 @@
#include <sys/stat.h>
#include <malloc.h>
+#define HOST_IRIX4
+
#if 0
#include <ctype.h>
#include <sys/file.h>