aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-05-24 19:05:17 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-05-24 19:05:17 +0000
commit0c18e3f002e5029c8b0f05478ee9e13d1ad5a645 (patch)
treec3a640f6a45e7495f27ddc692dd5b269acb42665 /sim/ppc/ChangeLog
parent0293d5b019a65b8fb642554d0a8716bbba5d64c7 (diff)
downloadgdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.zip
gdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.tar.gz
gdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.tar.bz2
More changes for GO32 canadian cross builds
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 6b37e4c..df729b3 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,5 +1,15 @@
Fri May 24 10:08:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+ * configure.in (AC_STRUCT_ST_{BLKSIZE,BLOCKS,RDEV}): Use these
+ macros to determine whether or not the appropriate st_<xxx> fields
+ exist in the stat structure.
+ (AC_CHECK_FUNCS): Check for all unix system calls used, except for
+ the real basic ones like open, read, write, etc.
+ * config{.in,ure}: Regenerate.
+
+ * emul_netbsd.c: Add support for missing system calls, and/or
+ missing stat fields.
+
* hw_pal.c (WITH_STDIO): Redefine if O_NDELAY, F_GETFL, or F_SETFL
are not defined.
(scan_hw_pal): Do not cause syntax error if O_NDELAY, F_GETFL, or