56 Commits (4cb3152d95f08b054e5b74f0cc5c8dff019b3a8a)

Author SHA1 Message Date
John Baldwin 5c887dd5f6 Honor an existing CC_FOR_BUILD in the environment for sim. 9 years ago
Jozef Lawrynowicz 3819af136d Fix simulation of MSP430's open system call. 9 years ago
Mike Frysinger 5357150c97 sim: unify symbol table handling 10 years ago
Mike Frysinger ce39bd3890 sim: move many common settings from CPPFLAGS to config.h 10 years ago
Mike Frysinger e19418e02e sim: drop unused SIM_AC_OPTION_PACKAGES 10 years ago
Mike Frysinger 16f7876d71 sim: allow the environment configure option everywhere 10 years ago
Mike Frysinger 35656e9521 sim: allow the assert configure option everywhere 10 years ago
Mike Frysinger 99d8e87993 sim: drop targ-vals.def->nltvals.def indirection 10 years ago
Mike Frysinger 347fe5bb86 sim: allow the inline configure option everywhere 10 years ago
Mike Frysinger 0dc73ef7c3 sim: drop --enable-sim-{regparm,stdcall} options 10 years ago
Mike Frysinger 22be3fbeac sim: drop --enable-sim-cflags option 10 years ago
Mike Frysinger 936df7568a sim: drop common/cconfig.h in favor of a single config.h 10 years ago
Mike Frysinger 2e3d4f4d5d sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly 10 years ago
Mike Frysinger 402cf05346 sim: msp430: drop duplicate sim_load_file call 10 years ago
Mike Frysinger 70d3944832 sim: msp430: switch to common disassembler tracing 10 years ago
Mike Frysinger 9bbf6f91c6 sim: punt x86-specific bswap logic 10 years ago
Mike Frysinger 0cb8d8513c sim: drop host endian configure option 10 years ago
Mike Frysinger 1ac72f0659 sim: convert to bfd_endian 10 years ago
Mike Frysinger 5d01527536 sim: aarch64/msp430: fix disassembler usage 10 years ago
Mike Frysinger 5e744ef887 sim: unify sim-hload 11 years ago
Mike Frysinger 1b393626ce sim: punt WITH_DEVICES & tconfig.h support 10 years ago
Dominik Vogt 1d19cae752 Fix invalid left shift of negative value 10 years ago
Nick Clifton f7584f0560 Add support for MSP430 F5 hardware multiply. 11 years ago
Mike Frysinger 797eee4264 sim: sim-stop/sim-reason/sim-reg: move to common obj list 11 years ago
Mike Frysinger 6e4f085c7f sim: sim-close: unify sim_close logic 11 years ago
Mike Frysinger fa8f87e53b sim: trace: add a basic cpu register class 11 years ago
Mike Frysinger 8d0978fb4b sim: use AS_HELP_STRING everywhere 11 years ago
Mike Frysinger 7d5c6c43ca sim: syscall: add common sim_syscall helpers 11 years ago
Mike Frysinger 61a0c964e6 sim: syscall: unify memory helpers 11 years ago
Mike Frysinger 306f4178ef sim: update configure.in->configure.ac docs 11 years ago
Mike Frysinger a348708291 sim: drop -DTRACE from configure 11 years ago
Mike Frysinger 5b064994f0 sim: msp430: use new common trace print helpers 11 years ago
Mike Frysinger c1d8560ea5 sim: msp430: delete unused trace macros 11 years ago
Mike Frysinger 20bca71d82 sim: unify SIM_CPU definition 11 years ago
Mike Frysinger 7e83aa92f2 sim: unify sim_cia definition 11 years ago
Mike Frysinger 034685f9ce sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 11 years ago
Mike Frysinger 78e9aa70fe sim: unify sim-cpu usage 11 years ago
Mike Frysinger bf12d44ee0 sim: fix the PKGVERSION define 11 years ago
Mike Frysinger 122bbfb52a sim: move sim-engine.o/sim-hrw.o to the common list 11 years ago
Mike Frysinger 1a8faa2aa6 sim: clean up SIM_EXTRA_OBJS references 11 years ago
Mike Frysinger aadc9410ba sim: update zlib handling 11 years ago
Mike Frysinger 80fc77e6c1 sim: bfin/msp430: drop run-sim.h include 11 years ago
Mike Frysinger ae7d0cac8c sim: rename tconfig.in to tconfig.h 11 years ago
Mike Frysinger c1e768db52 sim: msp430: use common warnings options 12 years ago
Mike Frysinger 465fb143c8 sim: make nrun the default run program 11 years ago
Nick Clifton 10d602c7f9 Fix the detection of illegal memory accesses in the MSP430 simulator. 11 years ago
Alan Modra 2974be626b Fix --diable-shared --enable-plugins build breakage 12 years ago
Nick Clifton 180eb0634c Replace static variables in the MSP430 simulator with fields in the cpu state structure. 12 years ago
Roland McGrath faa743bb1b Regenerate sim configury. 12 years ago
Nick Clifton aef392c4ae Fix a small but in the emulation of the MSP430 hardware multiply. 12 years ago