aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
AgeCommit message (Expand)AuthorFilesLines
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger4-1890/+91
2021-02-08sim/rx: enable build with warningsAndrew Burgess3-1/+8
2021-02-08sim/rx: avoid pointer arithmetic on void * pointersAndrew Burgess3-6/+18
2021-02-08sim/rx: add some missing includesAndrew Burgess3-2/+8
2021-02-08sim/rx: use PRIx64 in printf format stringAndrew Burgess2-2/+7
2021-02-08sim/rx: move some variable declarations to the start of the blockAndrew Burgess3-3/+11
2021-02-08sim/rx: provide a format string for printfAndrew Burgess2-4/+9
2021-02-08sim/rx: delete an unused functionAndrew Burgess2-9/+4
2021-02-08sim/rx: mark some functions as staticAndrew Burgess4-3/+9
2021-02-08sim/rx: fill in missing 'void' for empty argument listsAndrew Burgess7-9/+21
2021-02-08sim/rx: fix an issue where we try to modify a const stringAndrew Burgess2-2/+6
2021-02-08sim/rx: define sim_memory_mapAndrew Burgess2-0/+12
2021-02-06sim: common: switch AC_CONFIG_HEADERSMike Frysinger1-3/+2
2021-02-06sim: drop use of bfd/configure.hostMike Frysinger2-7/+15
2021-01-11sim: call SIM_AC_OPTION_WARNINGS(no) in remaining portsMike Frysinger3-2/+113
2021-01-11sim: clean up C11 header includesMike Frysinger4-18/+36
2021-01-09sim: clean up stale AC_PREREQ refsMike Frysinger2-14/+7
2021-01-08sim: require a C11 compilerMike Frysinger2-13/+57
2021-01-04sim: update bug URI to https://Mike Frysinger2-1/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker21-21/+21
2020-01-01Update copyright year range in all GDB files.Joel Brobecker21-21/+21
2019-09-19bfd_section_* macrosAlan Modra3-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker21-21/+21
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi4-548/+599
2018-06-18config: Sync with GCCSimon Marchi1-14/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker21-21/+21
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2-7/+15
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger2-2/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker21-21/+21
2016-07-27Wean gdb and sim off private libbfd.h headerAlan Modra2-3/+7
2016-04-27Fix a typo in the check for SNANs in the RX simulator.Nick Clifton2-1/+7
2016-01-10sim: move many common settings from CPPFLAGS to config.hMike Frysinger3-68/+124
2016-01-10sim: drop unused SIM_AC_OPTION_PACKAGESMike Frysinger2-7/+6
2016-01-10sim: allow the environment configure option everywhereMike Frysinger2-2/+28
2016-01-10sim: allow the assert configure option everywhereMike Frysinger2-2/+23
2016-01-10sim: drop targ-vals.def->nltvals.def indirectionMike Frysinger2-57/+5
2016-01-10sim: allow the inline configure option everywhereMike Frysinger2-3/+40
2016-01-10sim: drop --enable-sim-{regparm,stdcall} optionsMike Frysinger2-12/+6
2016-01-10sim: drop --enable-sim-cflags optionMike Frysinger2-23/+6
2016-01-09sim: drop common/cconfig.h in favor of a single config.hMike Frysinger3-3/+406
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2-2/+8
2016-01-04sim: punt x86-specific bswap logicMike Frysinger2-21/+6
2016-01-03sim: drop host endian configure optionMike Frysinger3-7/+246
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker21-21/+21
2015-12-26sim: punt WITH_DEVICES & tconfig.h supportMike Frysinger3-6/+6
2015-11-10Update the RX simulator to handle the latest opcode types.Nick Clifton2-1/+24
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-5/+5
2015-06-23sim: use AS_HELP_STRING everywhereMike Frysinger3-11/+24
2015-06-12sim: update configure.in->configure.ac docsMike Frysinger2-1/+5
2015-06-12sim: drop -DTRACE from configureMike Frysinger2-3/+7