From: Steve Chamberlain Date: Sat, 12 Feb 1994 06:02:09 +0000 (+0000) Subject: * gencode.c (main, gendefines): New -d option prints table of defines. X-Git-Tag: gdb-4_18~15521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aff8146d2fdfd62e068756c37d0e54bd8edf6b2;p=thirdparty%2Fbinutils-gdb.git * gencode.c (main, gendefines): New -d option prints table of defines. * interp.c (trap): Add a load of system calls. (sim_memory_size): Now default to 8Mbyte. (PARANOID): Keep vector of registers with undefined contents. --- diff --git a/sim/sh/run.c b/sim/sh/run.c index b8ac1c23aca..e409fb66c0c 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -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;