diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-05 16:22:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-05 16:22:45 +0000 |
commit | cf3d9e7e57eae22b4f2c5e009a210572f1655c56 (patch) | |
tree | 676a92ddfa92f99d6a779bf1aa6d2812a99e172c /sim/ppc/ChangeLog | |
parent | 056833cfad85cac07055a68b0a5a840b8b28d39a (diff) | |
download | gdb-cf3d9e7e57eae22b4f2c5e009a210572f1655c56.tar.gz |
Fixes for NetBSD 1.5. NetBSD has been renumbering/renaming its
SYS_* interfaces.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index c299d54f2fb..8fee13a4d9a 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,13 @@ +2001-03-04 Andrew Cagney <ac131313@redhat.com> + + * emul_netbsd.c [WITH_NetBSD_HOST]: Include <sys/mount.h> and + <errno.h>. + (do_stat): Only do SYS test when SYS_stat defined. + (do_sigprocmask): Ditto for SYS_sigprocmask. + (do_fstat): Ditto for SYS_fstat. + (do_getdirentries): Ditto for SYS_getdirentries. + (do_lstat): Ditto for SYS_lstat. + 2001-01-15 Geoffrey Keating <geoffk@redhat.com> * emul_netbsd.c (do_open): Translate the flag parameter to the |