diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2001-01-15 23:24:30 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2001-01-15 23:24:30 +0000 |
commit | 8bc2b2d7155a6a124ed0d90a938cbbafb41b7797 (patch) | |
tree | 569e01464e8e90acf158362e9865b26a1edc50a0 /sim/ppc/ChangeLog | |
parent | f0743af220c4355ee5b1f4e2c09d741f46a6535d (diff) | |
download | gdb-8bc2b2d7155a6a124ed0d90a938cbbafb41b7797.tar.gz |
* emul_netbsd.c (do_open): Translate the flag parameter to the
open syscall to the numbers supported by the host.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 52e6685a143..c299d54f2fb 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-15 Geoffrey Keating <geoffk@redhat.com> + + * emul_netbsd.c (do_open): Translate the flag parameter to the + open syscall to the numbers supported by the host. + 2000-12-12 Geoffrey Keating <geoffk@redhat.com> * sim-endian.h: Don't have parameters on macro definitions which |