aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-06-17 07:42:53 +0000
committerAndrew Cagney <cagney@redhat.com>1998-06-17 07:42:53 +0000
commit67574b9cea0b0d1a4f3846a7f49d154ab2b024bf (patch)
tree42bce42e276823917f040056bbf2076494fe8b63 /sim
parent40fad4934f815c4f260683a15bee008c559ce79e (diff)
downloadgdb-67574b9cea0b0d1a4f3846a7f49d154ab2b024bf.zip
gdb-67574b9cea0b0d1a4f3846a7f49d154ab2b024bf.tar.gz
gdb-67574b9cea0b0d1a4f3846a7f49d154ab2b024bf.tar.bz2
Re-do sim-inline's handling of external functions and variables so
that there really is only one instance of them.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 4d329b6..98e7362 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,21 @@
+Wed Jun 17 13:18:28 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-inline.h (EXTERN_*): Replace with EXTERN_*_P. Correct
+ documentation on how it works.
+
+ * sim-core.h, sim-core.c (sim_core_install, sim_core_attach,
+ sim_core_detach, sim_core_read_buffer, sim_core_write_buffer,
+ sim_core_set_xor, sim_core_xor_read_buffer,
+ sim_core_xor_write_buffer): Update.
+
+ * sim-events.h, sim-events.c (sim_events_install,
+ sim_events_watch_clock, sim_events_schedule_after_signal,
+ sim_events_schedule, sim_events_watch_sim, sim_events_watch_core,
+ sim_events_deschedule): Update.
+
+ * sim-fpu.h, sim-fpu.c (sim_fpu_zero, sim_fpu_one, sim_fpu_two,
+ sim_fpu_max32, sim_fpu_max64): Update.
+
Sat Jun 13 07:45:38 1998 Doug Evans <devans@fallis.cygnus.com>
* cgen-trace.c (trace_insn_fini): Redo cycle handling.