aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1997-11-25 09:39:56 +0000
committerDoug Evans <dje@google.com>1997-11-25 09:39:56 +0000
commit7de19d317a12cb2d699e2adea1564300fe971372 (patch)
treeacf3259b9bb58fac0a4cc143c3313dbbbdba7bd2 /include/ChangeLog
parentf33673061fce208257e4c7039c32ddc46fd199e3 (diff)
downloadgdb-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/ChangeLog13
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.