Fix prototype.
authorMichael Meissner <gnu@the-meissners.org>
Sun, 1 Oct 1995 00:48:15 +0000 (00:48 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Sun, 1 Oct 1995 00:48:15 +0000 (00:48 +0000)
sim/ppc/ChangeLog

index d2d2c5f..ed02c77 100644 (file)
@@ -1,12 +1,21 @@
+Sat Sep 30 20:47:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * sim_callbacks.h (printf_filtered): Correct prototype.
+
 Thu Sep 21 16:26:49 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
+       * 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.