common/sim-bits.h: Document ROTn macro.
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
1997-10-29  Andrew Cagneycommon/sim-bits.h: Document ROTn macro.
1997-10-28  Andrew CagneyAdd support for 16 byte quantities to sim-endian macro...
1997-10-28  Andrew CagneyImplement sim_core_{read,write}_word using sim_core_...
1997-10-27  Doug Evans * sim-endian.h: Disable 16 byte support.
1997-10-27  Doug Evans * sim-n-endian.h: Add TAGS entrys for 16 byte versions.
1997-10-27  Andrew CagneyAdd 128 bit transfers to sim core.
1997-10-24  Andrew CagneyAdd function sim_events_slip()
1997-10-22  Andrew CagneyAdd LMA_P and DO_WRITE arguments to sim/common/sim...
1997-10-22  Doug Evans* nrun.c (main): Exit if bfd_openr fails.
1997-10-22  Doug Evans * nrun.c (main): Remove useless test of name != NULL.
1997-10-21  Andrew CagneyPacify GCC -Wall
1997-10-21  Andrew CagneyDelete profile support from MIPS simulator, use sim...
1997-10-20  Andrew CagneyHave single bit macros return an unsigned result. Avoid...
1997-10-20  Andrew CagneyAdd 8 bit arithmetic to sim-alu.
1997-10-14  Andrew CagneyHandle core regions which start at a poorly aligned...
1997-10-14  Andrew Cagney* sim-alu.h (ALU64_HAD_OVERFLOW): Define.
1997-10-14  Andrew CagneyCorrect type of address argument for sim_core_{read...
1997-10-02  Andrew CagneyFix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.
1997-09-25  Andrew CagneyAdd/use SIM_AC_OPTION_BITSIZE.
1997-09-25  Stu Grossman * Make-common.in: New files sim-break.c, sim-break.h.
1997-09-23  Felix Lee * sim-events.c (SIM_EVENTS_POLL_RATE): poll...
1997-09-23  Andrew Cagney* Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assig...
1997-09-23  Felix Lee * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not...
1997-09-23  Andrew CagneyRemove need to update <targ>/Makefile.in when adding...
1997-09-22  Andrew CagneyEnable --alignment option, stop sim-options.c hardwirin...
1997-09-22  Andrew CagneyFix disabling of model code when simulator does not...
1997-09-22  Andrew CagneySimplify logic behind the generic configuration option...
1997-09-22  Andrew CagneyAdd support for --enable-sim-alignment to simulator...
1997-09-17  Andrew Cagney* sim-events.c (ETRACE): Use trace_printf not sim_io_pr...
1997-09-17  Andrew CagneyDefine MOVED macro, move sub-bitfield from XXX to YYY.
1997-09-17  Andrew CagneyAdd/test 8bit bit manipuation macros.
1997-09-16  Andrew CagneyAdd {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates...
1997-09-15  Andrew CagneyDetermine ARCHITECTURE from program if possible.
1997-09-15  Andrew Cagney * callback.c (os_write): divert stdout and...
1997-09-12  Andrew CagneyAdd profiling support to v850*.
1997-09-10  Andrew Cagneyo Wordwrap usage messages from sim-options
1997-09-10  Andrew CagneyAdd option architecture-info to list supported architec...
1997-09-10  Felix Lee * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1...
1997-09-09  David Edelsohn * nltvals.def: Regenerate.
1997-09-08  Andrew CagneyAdd/use LSEXTRACTED, MSEXTRACTED macros.
1997-09-05  Andrew CagneyRedo watchpoint code so that it target can specify...
1997-09-05  Andrew CagneyAdd sim_do_commandf - printf version of sim_do_command.
1997-09-05  Andrew CagneyDefine SIGNED64 and UNSIGNED64 macros - handle MSC...
1997-09-04  Andrew CagneyFinish implementation of sim-memopt.
1997-09-04  Andrew Cagneyo Add modulo argument to sim_core_attach
1997-09-04  David Edelsohn * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.
1997-09-04  David Edelsohn * gdbinit.in: New file.
1997-09-03  Andrew CagneyAdd support for suspending/resumeing the simulator...
1997-09-03  Andrew CagneyStanify error reporting memory overlaps.
1997-09-02  David Edelsohn(TAGS): Add support for "/* TAGS: foo */" marker.
1997-09-02  David Edelsohn * Makefile.in (TAGS): Add support for "/* TAGS: foo...
1997-09-01  Andrew CagneyUse sim_state_alloc to create common sim object.
1997-08-30  Andrew CagneyPassify GCC. Convert 0x0LL to something more portable...
1997-08-28  David Edelsohn * sim-options.c (standard_option_handler): Use xstrdup...
1997-08-28  Andrew CagneyAdd --target=BFDTARGET and --architecture=MACHINE options.
1997-08-27  Andrew CagneyFix doco on enable-sim-inline.
1997-08-27  Andrew CagneyAdd MSBIT* and LSBIT* macro's to sim-bits.h
1997-08-27  Andrew CagneyAdd ABFD argument to sim_create_inferior. Document.
1997-08-27  Andrew CagneySave a copy of argv, not just a pointer.
1997-08-25  Andrew CagneyAdd ABFD argument to sim_open call. Pass through to...
1997-08-14  David Edelsohn * callback.c (os_poll_quit): Make static.
1997-07-22  David Edelsohn * sim-n-core.h (sim_core_write_unaligned_N): Add missi...
1997-06-06  Andrew CagneyOpen in binary mode when available.
1997-06-05  Andrew CagneyVerify magic number of simulator struct.
1997-06-04  Andrew CagneyInitialize the sim-engine module.
1997-06-03  Andrew Cagneyo Fixes to repeated watchpoints
1997-05-27  Andrew CagneyFix watching PC for 64bit (mips) target.
1997-05-27  Andrew CagneyExtend xor-endian and per-cpu support in core module.
1997-05-23  Andrew CagneyPreliminary suport for xor-endian suport in core module.
1997-05-23  Andrew CagneyEnumerate longjmp's return type.
1997-05-22  Gavin Romig-KochChange longjmp param/setjmp return value used for simul...
1997-05-21  Andrew CagneyWatchpoint interface.
1997-05-19  Andrew CagneyMake simulator event-queue manager a bit more signal...
1997-05-19  Andrew Cagneyo Implement generic halt/restart/abort module.
1997-05-19  Andrew CagneyPacify gcc.
1997-05-17  Michael MeissnerTreat infinities like normal numbers for purposes of...
1997-05-16  Jeff Law * callback.c (os_close): Mark the descriptor...
1997-05-15  Andrew CagneyRemove some of the flake from the c80 floating point.
1997-05-15  Andrew CagneyMore floating point operations.
1997-05-12  Andrew Cagneyc80 simulator fixes.
1997-05-12  Andrew CagneyMatch commands like `(gdb) sim a b c' against options...
1997-05-08  Andrew CagneyAdd function sim_args_command() which takes a `(gdb...
1997-05-07  Andrew Cagneyo Clean-up tic80 fp tracing
1997-05-06  David Edelsohn * sim-profile.c (profile_uninstall): Likewise.
1997-05-06  David Edelsohn * sim-trace.c (trace_uninstall): Don't close a file...
1997-05-06  Michael MeissnerAdd semantic tracing to the tic80
1997-05-06  Michael MeissnerEnable --trace-linenum support
1997-05-05  Michael MeissnerAdd printf attribute support
1997-05-05  Andrew CagneyStart of implementation of a distributed (between proce...
1997-05-05  Andrew CagneyAdd flakey floating-point support to the TI c80 simulator.
1997-05-02  Andrew CagneyUpdate devo version of m32r sim to build with recent...
1997-05-02  David Edelsohn * sim-utils.c (sim_add_commas): New function.
1997-05-01  David Edelsohn * configure: Regenerated.
1997-05-01  David EdelsohnSigh. Put generated files with each cgen cpu.
1997-05-01  David Edelsohn * Makefile.in (sim-options_h): Define.
1997-05-01  David Edelsohn * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim...
1997-04-30  David Edelsohn * Make-common.in (clean targets): Undo patch of Apr...
1997-04-24  David Edelsohn * sim-module.h, sim-model.h, sim-profile.h: New files.
1997-04-24  David Edelsohn * run.c: Undo last exec_bfd patch.
1997-04-23  Michael MeissnerRestore exec_bfd, needed for v850 debug code
next
This page took 0.273723 seconds and 107 git commands to generate.