]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ppc/ChangeLog
More changes for GO32 canadian cross builds
[thirdparty/binutils-gdb.git] / sim / ppc / ChangeLog
index 6b37e4cac50e3650332dfffa1a2018891da932be..df729b32ce143fe4675e5d9d2184c0c587de05f5 100644 (file)
@@ -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