From 67574b9cea0b0d1a4f3846a7f49d154ab2b024bf Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 17 Jun 1998 07:42:53 +0000 Subject: [PATCH] Re-do sim-inline's handling of external functions and variables so that there really is only one instance of them. --- sim/common/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4d329b6a604..98e7362e08b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,21 @@ +Wed Jun 17 13:18:28 1998 Andrew Cagney + + * 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 * cgen-trace.c (trace_insn_fini): Redo cycle handling. -- 2.30.2