Age | Commit message (Expand) | Author | Files | Lines |
2016-01-10 | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 3 | -68/+124 |
2016-01-10 | sim: drop unused SIM_AC_OPTION_PACKAGES | Mike Frysinger | 2 | -7/+6 |
2016-01-10 | sim: allow the environment configure option everywhere | Mike Frysinger | 2 | -2/+28 |
2016-01-10 | sim: allow the assert configure option everywhere | Mike Frysinger | 2 | -2/+23 |
2016-01-10 | sim: drop targ-vals.def->nltvals.def indirection | Mike Frysinger | 2 | -57/+5 |
2016-01-10 | sim: allow the inline configure option everywhere | Mike Frysinger | 2 | -3/+40 |
2016-01-10 | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 2 | -12/+6 |
2016-01-10 | sim: drop --enable-sim-cflags option | Mike Frysinger | 2 | -23/+6 |
2016-01-09 | sim: drop common/cconfig.h in favor of a single config.h | Mike Frysinger | 3 | -3/+406 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 2 | -3/+8 |
2016-01-04 | sim: punt x86-specific bswap logic | Mike Frysinger | 2 | -21/+6 |
2016-01-03 | sim: use libiberty countargv in more places | Mike Frysinger | 2 | -2/+5 |
2016-01-03 | sim: drop host endian configure option | Mike Frysinger | 5 | -263/+238 |
2016-01-03 | sim: convert to bfd_endian | Mike Frysinger | 2 | -6/+10 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 11 | -11/+11 |
2015-12-26 | sim: punt WITH_DEVICES & tconfig.h support | Mike Frysinger | 3 | -6/+6 |
2015-07-24 | Remove leading/trailing white spaces in ChangeLog | H.J. Lu | 1 | -23/+23 |
2015-06-23 | sim: use AS_HELP_STRING everywhere | Mike Frysinger | 2 | -9/+18 |
2015-06-12 | sim: update configure.in->configure.ac docs | Mike Frysinger | 2 | -1/+5 |
2015-06-12 | sim: drop -DTRACE from configure | Mike Frysinger | 2 | -3/+7 |
2015-05-17 | sim: erc32: restore attribution | Mike Frysinger | 8 | -7/+33 |
2015-05-08 | Switch erc32 simulator copyright headers to FSF. | Joel Brobecker | 11 | -150/+158 |
2015-04-29 | Fix problems in the sim sources discovered by running the cppcheck static ana... | Nick Clifton | 2 | -3/+6 |
2015-04-24 | Fix typos in sim sources exposed by static analysis. | Nick Clifton | 2 | -1/+7 |
2015-04-19 | sim/erc32: Switched emulated memory to host endian order. | Jiri Gaisler | 7 | -210/+159 |
2015-04-13 | sim: fix the PKGVERSION define | Mike Frysinger | 2 | -2/+6 |
2015-04-02 | Regenerate configure in sim | H.J. Lu | 1 | -2/+2 |
2015-04-01 | Regenerate configure in sim | H.J. Lu | 1 | -4/+6 |
2015-04-01 | sim: update zlib handling | Mike Frysinger | 3 | -84/+17 |
2015-03-28 | sim/erc32: Fix a few compiler warnings | Jiri Gaisler | 3 | -10/+18 |
2015-03-28 | sim/erc32: Use memory_iread() function for instruction fetching. | Jiri Gaisler | 5 | -10/+42 |
2015-03-28 | sim: erc32: strip paren from return statements | Mike Frysinger | 7 | -80/+93 |
2015-03-24 | sim: erc32/h8300/m68hc11: trim unused functions | Mike Frysinger | 2 | -22/+4 |
2015-03-17 | sim/erc32: Removed type mismatch compiler warnings | Jiri Gaisler | 2 | -9/+19 |
2015-03-17 | sim/erc32: Added -v command line switch for verbose output | Jiri Gaisler | 5 | -12/+23 |
2015-03-16 | sim: rename tconfig.in to tconfig.h | Mike Frysinger | 3 | -10/+10 |
2015-03-16 | sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess | Jiri Gaisler | 10 | -56/+296 |
2015-03-14 | sim: make nrun the default run program | Mike Frysinger | 2 | -0/+5 |
2015-03-14 | sim: drop duplicate header checks | Mike Frysinger | 4 | -26/+15 |
2015-02-22 | sim/erc32: Use readline.h for readline types and functions. | Jiri Gaisler | 3 | -12/+8 |
2015-02-21 | sim/erc32: File loading via command line did not work | Jiri Gaisler | 1 | -1/+4 |
2015-02-21 | sim/erc32: Fix incorrect simulator performance report | Jiri Gaisler | 5 | -17/+39 |
2015-02-21 | sim/erc32: Remove unused defines in Makefile and switch off statistics | Jiri Gaisler | 2 | -1/+5 |
2015-02-21 | sim/erc32: Use fenv.h for host FPU access | Jiri Gaisler | 2 | -161/+35 |
2015-02-21 | sim/erc32: Perform pseudo-init if binary linked to non-zero address. | Jiri Gaisler | 4 | -0/+37 |
2015-02-21 | sim/erc32: Corrected wrong CPU implementation and version ID in psr | Jiri Gaisler | 2 | -1/+5 |
2015-02-21 | sim/erc32: Disassembly in stand-alone mode did not work. | Jiri Gaisler | 2 | -3/+19 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-19 | Fix --diable-shared --enable-plugins build breakage | Alan Modra | 2 | -2/+64 |
2014-08-15 | Regenerate sim configury. | Roland McGrath | 3 | -9/+52 |