* xcofflink.c: Numerous changes to get closer to a working XCOFF
[binutils-gdb.git] / sim /
1995-10-26 Michael MeissnerDelete *.i and *.out files for clean
1995-10-26 Michael MeissnerFix SWAP_8 and optimize it; print out the failing addre...
1995-10-22 Jim WilsonFix SH simulator to handle program exit correctly.
1995-10-21 Jim WilsonIndicate SIGILL instead of calling abort for default...
1995-10-20 Fred Fish*** empty log message ***
1995-10-16 Michael MeissnerMove counting of instructions into the semantic routines.
1995-10-16 Michael MeissnerSpeedups from Andrew
1995-10-13 Steve Chamberlain Add sim_set_callbacks.
1995-10-13 Michael MeissnerRename trace to ppc_trace; Remove extra static.
1995-10-13 Michael MeissnerFormat #instructions with commas
1995-10-12 Michael MeissnerPerformance tweaks
1995-10-12 Michael MeissnerInline most things except semantics which causes GCC...
1995-10-11 Michael MeissnerOctober 11th changes from Andrew
1995-10-10 Fred Fish * Makefile.in (BISONFLAGS): Remove macro.
1995-10-08 Peter Schauer * configure.in: Explicitly `exit 0' for broken shells.
1995-10-08 Michael MeissnerAdd set_sim_callbacks new needed by gdb.
1995-10-06 Michael MeissnerPrint exit status/signal number if -I
1995-10-06 Jim Wilson * interp.c (callback): Remove last change. It is...
1995-10-06 Jim Wilson * interp.c (trap, case SYS_utime): Cast second arg...
1995-10-06 Jim Wilson * common/run.c (main): Initialize the callbacks.
1995-10-05 Steve Chamberlainnew file.
1995-10-05 Steve Chamberlain * interp.c (callback): Initialize to default callback.
1995-10-03 Jason Molendarevert to stock autoconf 2.4 configure scripts.
1995-10-03 Stan ShebsNo ChangeLog to keep.
1995-10-02 Michael MeissnerAdd # in front of CPU number
1995-10-02 Michael Meissnerupdate usage message
1995-10-02 Michael Meissnerfix typo
1995-10-02 Michael MeissnerAdd support to count the number of instructions issued.
1995-10-02 Michael MeissnerAdd switch processing in gdb.
1995-10-01 Michael MeissnerMatch standalone printf_filtered to gdb prototype.
1995-10-01 Michael MeissnerFix prototype.
1995-09-30 Steve Chamberlainkeep common directory.
1995-09-28 Steve ChamberlainThu Sep 28 15:40:36 1995 steve chamberlain <sac@slash...
1995-09-28 Steve ChamberlainThu Sep 28 15:26:59 1995 steve chamberlain <sac@slash...
1995-09-21 Michael MeissnerDefault stack creation; fixup last change.
1995-09-21 Michael Meissnerenhance OEA behavior.
1995-09-20 Ian Lance Tayloradd maintainer-clean Makefile targets
1995-09-20 Steve Chamberlain * run.c (sim_callback_write_stdout): New.
1995-09-19 Steve ChamberlainMon Sep 18 18:42:27 1995 steve chamberlain <sac@slash...
1995-09-15 Stu Grossman * gencode.c: Back up PC by 2 for breakpoints.
1995-09-10 Michael TiemannSun Sep 10 10:23:56 1995 Michael Tiemann <tiemann...
1995-09-10 Michael Meissnerfix typo.
1995-09-08 Michael MeissnerUpdate to new config scheme
1995-09-08 Ian Lance Taylor * Makefile.in (install): Don't install in $(tooldir).
1995-09-08 Ian Lance Taylor * configure.in: Define CC_FOR_BUILD. Don't call AC_PR...
1995-09-08 Ian Lance Taylor * configure.in: Remove AC_PROG_INSTALL.
1995-09-08 Ian Lance Taylor * configure.in: Convert to use autoconf.
1995-09-08 Ian Lance Taylormention new config.in file
1995-09-08 Ian Lance Taylor * configure.in: Call AC_CONFIG_HEADER. Don't try...
1995-09-08 Michael MeissnerDo not include sysdep.h, bfd no longer provides it
1995-09-07 J.T. Conklin(Try to) Update to new bfd autoconf scheme.
1995-09-07 David Edelsohn (Try to) Update to new bfd autoconf scheme.
1995-09-06 Michael MeissnerFix brk system call.
1995-08-31 Jeff Law * Makefile.in (run): Link in math library too.
1995-08-31 Jeff Law * interp.c (FPSCR, FPUL): Define.
1995-08-31 Jeff Law * gencode.c (gensim): abort if an unknown opcode is...
1995-08-25 Michael MeissnerOnly build PowerPC simulator if target is powerpc*...
1995-08-23 Michael MeissnerAdd PowerPC simulator from Andrew Cagney <cagney@highla...
1995-08-12 Jim WilsonFor Sega/Hitachi, when simulator exits, check to see...
1995-08-03 Fred FishDocument FSF address updating of all files with FSF...
1995-08-03 Fred FishRemove Sanitize reference.
1995-08-02 Fred FishUpdate FSF address.
1995-07-05 J.T. Conklinforgot to check this in
1995-07-05 J.T. Conklin* Makefile.in, configure.in: converted to autoconf.
1995-07-05 J.T. Conklin* Makefile.in (distclean, mostlyclean, realclean):...
1995-07-05 J.T. Conklin* w65.mt: Removed.
1995-07-05 J.T. Conklin* arm.mt: Removed.
1995-07-05 J.T. Conklin* sh.mt: Removed.
1995-07-05 J.T. Conklin* h8300.mt: Removed.
1995-07-05 J.T. Conklin* Makefile.in (all, clean, distclean, mostlyclean,...
1995-07-05 J.T. Conklin* Makefile.in, configure.in: converted to autoconf.
1995-07-01 Stan Shebs * interp.c (sim_open): If argument supplied, interpret as
1995-07-01 Stan Shebs * compile.c (sim_do_command): New function.
1995-06-30 Stan Shebs * wrapper.c (sim_do_command): New function.
1995-06-29 Fred Fish * interp.c: (SYS_wait): Define as SYS_wait4 if availab...
1995-06-23 Steve Chamberlain * interp.c: Don't include sys/times.h or sys/param.h
1995-06-21 Steve Chamberlain * interp.c: (SIGBUS, SIGTERM): Define if not.
1995-06-20 Steve Chamberlain * compile.c (get_now): Don't do if win32.
1995-06-13 Steve Chamberlain * armos.c (ARMul_OSHandleSWI): New version to work...
1995-06-08 Steve Chamberlain * run.c (main): Grab return value from right register.
1995-05-25 Jim WilsonUnsanitize SH3 support.
1995-05-24 Jim WilsonCorrect typo in all simulator configure.in files other...
1995-05-24 Steve ChamberlainWed May 24 14:48:46 1995 Steve Chamberlain <sac@slash...
1995-05-24 Steve ChamberlainWed May 24 14:37:31 1995 Steve Chamberlain <sac@slash...
1995-05-24 Steve ChamberlainWed May 24 14:07:11 1995 Steve Chamberlain <sac@slash...
1995-04-24 Jason Molenda * configure.in: use ../../bfd/hosts/std-host...
1995-03-27 J.T. Conklin* run.c: parse arguments with getopt().
1995-02-28 Ian Lance Taylorfix configury
1995-02-28 Ian Lance TaylorSun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnu...
1995-01-22 Torbjorn GranlundChanges for PR 6203.
1995-01-19 Torbjorn GranlundFix for PR 6200 (SUBC problems).
1995-01-16 Steve Chamberlain * Makefile.in: Support W65.
1995-01-16 Steve Chamberlainnew files.
1995-01-16 Steve Chamberlain * Makefile.in: Support W65.
1995-01-16 Steve ChamberlainNew files.
1995-01-09 Stu Grossman * interp.c: Remove def of INLINE. This comes from...
1994-12-29 Steve Chamberlain * interp.c (BUSERROR): New macro.
1994-11-24 Steve Chamberlain * interp.c ([wr][bwl]at): New functions.
1994-06-28 Steve ChamberlainSpecify the file type.
1994-05-27 Steve Chamberlain * interp.c (trap): Fix irix incompatibility.
next