Age | Commit message (Expand) | Author | Files | Lines |
1995-09-21 | Default stack creation; fixup last change. | Michael Meissner | 1 | -1/+5 |
1995-09-21 | enhance OEA behavior. | Michael Meissner | 3 | -9/+171 |
1995-09-20 | add maintainer-clean Makefile targets | Ian Lance Taylor | 6 | -2/+18 |
1995-09-20 | * run.c (sim_callback_write_stdout): New. | Steve Chamberlain | 3 | -1/+17 |
1995-09-19 | Mon Sep 18 18:42:27 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 4 | -36/+49 |
1995-09-15 | * gencode.c: Back up PC by 2 for breakpoints. | Stu Grossman | 2 | -8/+17 |
1995-09-10 | Sun Sep 10 10:23:56 1995 Michael Tiemann <tiemann@axon.cygnus.com> | Michael Tiemann | 1 | -0/+9 |
1995-09-10 | fix typo. | Michael Meissner | 1 | -1/+1 |
1995-09-08 | Update to new config scheme | Michael Meissner | 7 | -32/+978 |
1995-09-08 | * Makefile.in (install): Don't install in $(tooldir). | Ian Lance Taylor | 2 | -11/+3 |
1995-09-08 | * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL. | Ian Lance Taylor | 3 | -11/+28 |
1995-09-08 | * configure.in: Remove AC_PROG_INSTALL. | Ian Lance Taylor | 3 | -16/+20 |
1995-09-08 | * configure.in: Convert to use autoconf. | Ian Lance Taylor | 9 | -67/+1194 |
1995-09-08 | mention new config.in file | Ian Lance Taylor | 1 | -0/+1 |
1995-09-08 | * configure.in: Call AC_CONFIG_HEADER. Don't try to use | Ian Lance Taylor | 5 | -36/+75 |
1995-09-08 | Do not include sysdep.h, bfd no longer provides it | Michael Meissner | 5 | -10/+815 |
1995-09-07 | (Try to) Update to new bfd autoconf scheme. | J.T. Conklin | 5 | -47/+1069 |
1995-09-07 | (Try to) Update to new bfd autoconf scheme. | David Edelsohn | 5 | -38/+930 |
1995-09-06 | Fix brk system call. | Michael Meissner | 2 | -15/+42 |
1995-08-31 | * Makefile.in (run): Link in math library too. | Jeff Law | 1 | -0/+1 |
1995-08-31 | * interp.c (FPSCR, FPUL): Define. | Jeff Law | 3 | -6/+94 |
1995-08-31 | * gencode.c (gensim): abort if an unknown opcode is encountered. | Jeff Law | 2 | -9/+35 |
1995-08-25 | Only build PowerPC simulator if target is powerpc*-*-eabisim | Michael Meissner | 1 | -2/+2 |
1995-08-23 | Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au> | Michael Meissner | 36 | -20/+9971 |
1995-08-12 | For Sega/Hitachi, when simulator exits, check to see if it was because | Jim Wilson | 1 | -7/+20 |
1995-08-03 | Document FSF address updating of all files with FSF addresses, | Fred Fish | 1 | -0/+4 |
1995-08-03 | Remove Sanitize reference. | Fred Fish | 1 | -1/+0 |
1995-08-02 | Update FSF address. | Fred Fish | 5 | -19/+19 |
1995-07-05 | forgot to check this in | J.T. Conklin | 1 | -22/+19 |
1995-07-05 | * Makefile.in, configure.in: converted to autoconf. | J.T. Conklin | 3 | -0/+179 |
1995-07-05 | * Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files. | J.T. Conklin | 2 | -2/+6 |
1995-07-05 | * w65.mt: Removed. | J.T. Conklin | 3 | -4/+4 |
1995-07-05 | * arm.mt: Removed. | J.T. Conklin | 3 | -4/+4 |
1995-07-05 | * sh.mt: Removed. | J.T. Conklin | 3 | -5/+2 |
1995-07-05 | * h8300.mt: Removed. | J.T. Conklin | 3 | -5/+2 |
1995-07-05 | * Makefile.in (all, clean, distclean, mostlyclean, realclean, | J.T. Conklin | 1 | -13/+0 |
1995-07-05 | * Makefile.in, configure.in: converted to autoconf. | J.T. Conklin | 13 | -229/+1115 |
1995-07-01 | * interp.c (sim_open): If argument supplied, interpret as | Stan Shebs | 1 | -2/+9 |
1995-07-01 | * compile.c (sim_do_command): New function. | Stan Shebs | 1 | -0/+4 |
1995-06-30 | * wrapper.c (sim_do_command): New function. | Stan Shebs | 1 | -0/+9 |
1995-06-29 | * interp.c: (SYS_wait): Define as SYS_wait4 if available and | Fred Fish | 2 | -0/+15 |
1995-06-23 | * interp.c: Don't include sys/times.h or sys/param.h | Steve Chamberlain | 2 | -2/+4 |
1995-06-21 | * interp.c: (SIGBUS, SIGTERM): Define if not. | Steve Chamberlain | 3 | -14/+48 |
1995-06-20 | * compile.c (get_now): Don't do if win32. | Steve Chamberlain | 2 | -59/+130 |
1995-06-13 | * armos.c (ARMul_OSHandleSWI): New version to work with | Steve Chamberlain | 1 | -2/+2 |
1995-06-08 | * run.c (main): Grab return value from right register. | Steve Chamberlain | 2 | -3/+12 |
1995-05-25 | Unsanitize SH3 support. | Jim Wilson | 1 | -23/+0 |
1995-05-24 | Correct typo in all simulator configure.in files other than SH: ../bfd | Jim Wilson | 3 | -2/+6 |
1995-05-24 | Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 3 | -1/+73 |
1995-05-24 | Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 23 | -0/+5310 |