aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/run.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-18Delete w65 directory.Andrew Cagney1-131/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+131
1999-04-16Initial creation of sourceware repositoryStan Shebs1-131/+0
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1-1/+1
return actual size of register, 0 if not applicable, -1 of legacy implementation.
1995-09-08 * configure.in: Convert to use autoconf.Ian Lance Taylor1-1/+10
* configure: New file, built by autoconf. * acconfig.h: New file. * config.in: New file, built by autoheader. * Makefile.in: Various changes for new configure script. Also: (INSTALL): Go up two levels, not one. (ALLOCA, MALLOC, OPCODES): Remove. (gencode): Use $(CC_FOR_BUILD). (case.o): Remove. (run.o, interp.o): Depend upon config.h. * interp.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h>, <time.h>, and <unistd.h> if they exist. * run.c: Include "config.h". Don't include "sysdep.h". Include <stdlib.h> if it exists. Include "getopt.h". Declare printf if necessary.
1995-08-02Update FSF address.Fred Fish1-2/+2
1995-03-27* run.c: parse arguments with getopt().J.T. Conklin1-17/+30
1995-01-16New files.Steve Chamberlain1-0/+109