aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
AgeCommit message (Expand)AuthorFilesLines
2021-04-21sim: regen against sim/m4/Mike Frysinger2-9/+13
2021-04-21sim: use -Werror when probing for supported warning flagsSimon Marchi2-1/+5
2021-04-18sim: switch to AC_CHECK_HEADERS_ONCEMike Frysinger1-52/+47
2021-04-18sim: switch to AC_CHECK_FUNCS_ONCE & merge a littleMike Frysinger2-25/+52
2021-04-12sim: cgen: move cgen_cpu_max_extra_bytes logic into the common codeMike Frysinger2-1/+5
2021-04-02sim: unify toolchain settingsMike Frysinger3-153/+162
2021-02-28sim: set up build-time compiler settingsMike Frysinger1-9/+10
2021-02-28sim: use AC_CHECK_TOOL to find arMike Frysinger1-3/+93
2021-02-28sim: require AC_PROG_CPP explicitlyMike Frysinger2-142/+145
2021-02-21sim: common: split up acinclude.m4 into individual m4 filesMike Frysinger4-11/+34
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger4-1834/+35
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: clean up C11 header includesMike Frysinger3-16/+35
2021-01-09sim: clean up stale AC_PREREQ refsMike Frysinger1-14/+3
2021-01-09sim: enable -Werror by default for some archesMike Frysinger2-5/+7
2021-01-08sim: require a C11 compilerMike Frysinger2-13/+57
2021-01-04sim: include stdlib.h for atoi()Mike Frysinger2-0/+5
2021-01-04sim: stdlib.h for abs()Mike Frysinger2-0/+5
2021-01-04sim: update bug URI to https://Mike Frysinger2-1/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker7-7/+7
2020-12-15Add support for the SDIV and UDIV instructions to the ARM simulator.Jens Bauer4-19/+132
2020-10-22sim: move ChangeLog entries into the correct filesAndrew Burgess1-0/+4
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert1-2/+2
2020-08-13[ARM, sim] Fix build failure with -Werror (PR26365)Luis Machado2-12/+38
2020-01-17Fix spelling errorsChristian Biesinger2-1/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker7-7/+7
2019-12-06[ARM, sim] Fix build error and warningsLuis Machado6-67/+71
2019-01-01Update copyright year range in all GDB files.Joel Brobecker6-6/+6
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi4-547/+598
2018-06-18config: Sync with GCCSimon Marchi1-14/+18
2018-01-02Fix compile time warning (in the ARM simulator) about a print statement with ...Nick Clifton2-1/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker6-6/+6
2017-09-21[SIM, ARM] Fix build failureYao Qi2-1/+8
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 Frysinger4-3/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker6-6/+6
2016-07-14Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton3-4/+13
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 Frysinger3-23/+27
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 Frysinger3-51/+41
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-3/+8
2016-01-04sim: punt x86-specific bswap logicMike Frysinger2-21/+6
2016-01-03sim: parse_args: display getopt error ourselvesMike Frysinger2-3/+5