* gencode.c (main, gendefines): New -d option prints table of defines.
authorSteve Chamberlain <sac@cygnus>
Sat, 12 Feb 1994 06:02:09 +0000 (06:02 +0000)
committerSteve Chamberlain <sac@cygnus>
Sat, 12 Feb 1994 06:02:09 +0000 (06:02 +0000)
* interp.c (trap): Add a load of system calls.
(sim_memory_size): Now default to 8Mbyte.
        (PARANOID): Keep vector of registers with undefined contents.

sim/sh/run.c

index b8ac1c2..e409fb6 100644 (file)
@@ -25,6 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "bfd.h"
 #include "sysdep.h"
 
+extern printf();
+
 int
 main (ac, av)
      int ac;