* 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.
This commit is contained in:
Stu Grossman 1993-04-20 06:11:51 +00:00
parent 9583b29548
commit 8171711b53
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Mon Apr 19 23:03:08 1993 Stu Grossman (grossman@cygnus.com)
* 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.
Mon Apr 19 18:52:52 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
* aoutx.h (translate_from_native_sym_flags): Check that the

View File

@ -8,6 +8,8 @@
#include <sys/stat.h>
#include <malloc.h>
#define HOST_IRIX4
#if 0
#include <ctype.h>
#include <sys/file.h>