diff options
author | Doug Evans <dje@google.com> | 1997-11-25 09:39:56 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-25 09:39:56 +0000 |
commit | 7de19d317a12cb2d699e2adea1564300fe971372 (patch) | |
tree | acf3259b9bb58fac0a4cc143c3313dbbbdba7bd2 /include/ChangeLog | |
parent | f33673061fce208257e4c7039c32ddc46fd199e3 (diff) | |
download | gdb-7de19d317a12cb2d699e2adea1564300fe971372.zip gdb-7de19d317a12cb2d699e2adea1564300fe971372.tar.gz gdb-7de19d317a12cb2d699e2adea1564300fe971372.tar.bz2 |
* callback.h (struct stat): Move forward decl up.
(host_callback): Pass stat struct pointer to stat,fstat.
(CB_SYS_nnn): Reorganize.
(CB_SYSCALL): New members p1,p2.
(cb_host_to_target_stat): Delete fourth arg.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 875c48c..cda5da0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,16 @@ +Tue Nov 25 01:35:52 1997 Doug Evans <devans@seba.cygnus.com> + + * callback.h (struct stat): Move forward decl up. + (host_callback): Pass stat struct pointer to stat,fstat. + (CB_SYS_nnn): Reorganize. + (CB_SYSCALL): New members p1,p2. + (cb_host_to_target_stat): Delete fourth arg. + +Sat Nov 22 23:34:15 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC + argument. + Mon Nov 17 14:00:51 1997 Doug Evans <devans@seba.cygnus.com> * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map. |