From 9d3b470184e853552b53e3f882de257664982e95 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 1 Oct 1995 00:48:15 +0000 Subject: [PATCH] Fix prototype. --- sim/ppc/ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index d2d2c5fc88..ed02c77fb7 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,12 +1,21 @@ +Sat Sep 30 20:47:05 1995 Michael Meissner + + * sim_callbacks.h (printf_filtered): Correct prototype. + Thu Sep 21 16:26:49 1995 Michael Meissner + * device_tree.c (OEA_MEMORY_SIZE): Define if not defined to + 0x100000. + (clayton_memory_size): Define as OEA_MEMORY_SIZE. + * std-config.h (WITH_TRACE): Default to 1 now. * psim.c (write_stack_arguments): Don't write any stack arguments if OEA. * main.c (main): Switch to using getopt. Make -p also set - trace_semantics. + trace_semantics. Make -a turn on all trace flags. Make -C turn + on console tracing. * device_tree.c (create_option_device_node): Assume a program is OEA if the start address is < 4096, not just == 0.