summaryrefslogtreecommitdiff
path: root/sim/arm
AgeCommit message (Expand)Author
2021-05-16sim: riscv: move __int128 check to configureMike Frysinger
2021-05-14sim: callback: convert time interface to 64-bitMike Frysinger
2021-05-14sim: create header namespaceMike Frysinger
2021-05-04sim: add support for build-time ar & ranlibMike Frysinger
2021-05-03sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessarySimon Marchi
2021-05-01sim: nrun: add local strsignal prototypeMike Frysinger
2021-05-01sim: arm: move build logic to source filesMike Frysinger
2021-04-26sim: enable hardware support by defaultMike Frysinger
2021-04-26Fix a bug in the ARM emulator which would not allow 4 byte alignment for doub...Nick Clifton
2021-04-22Do not check for sys/time.h or sys/times.hTom Tromey
2021-04-22Remove and modernize dependencies in simTom Tromey
2021-04-22Require GNU makeTom Tromey
2021-04-21sim: regen against sim/m4/Mike Frysinger
2021-04-21sim: use -Werror when probing for supported warning flagsSimon Marchi
2021-04-18sim: switch to AC_CHECK_HEADERS_ONCEMike Frysinger
2021-04-18sim: switch to AC_CHECK_FUNCS_ONCE & merge a littleMike Frysinger
2021-04-12sim: cgen: move cgen_cpu_max_extra_bytes logic into the common codeMike Frysinger
2021-04-02sim: unify toolchain settingsMike Frysinger
2021-02-28sim: set up build-time compiler settingsMike Frysinger
2021-02-28sim: use AC_CHECK_TOOL to find arMike Frysinger
2021-02-28sim: require AC_PROG_CPP explicitlyMike Frysinger
2021-02-21sim: common: split up acinclude.m4 into individual m4 filesMike Frysinger
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger
2021-02-06sim: common: switch AC_CONFIG_HEADERSMike Frysinger
2021-02-06sim: drop use of bfd/configure.hostMike Frysinger
2021-01-11sim: clean up C11 header includesMike Frysinger
2021-01-09sim: clean up stale AC_PREREQ refsMike Frysinger
2021-01-09sim: enable -Werror by default for some archesMike Frysinger
2021-01-08sim: require a C11 compilerMike Frysinger
2021-01-04sim: include stdlib.h for atoi()Mike Frysinger
2021-01-04sim: stdlib.h for abs()Mike Frysinger
2021-01-04sim: update bug URI to https://Mike Frysinger
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-15Add support for the SDIV and UDIV instructions to the ARM simulator.Jens Bauer
2020-10-22sim: move ChangeLog entries into the correct filesAndrew Burgess
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert
2020-08-13[ARM, sim] Fix build failure with -Werror (PR26365)Luis Machado
2020-01-17Fix spelling errorsChristian Biesinger
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-06[ARM, sim] Fix build error and warningsLuis Machado
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi
2018-06-18config: Sync with GCCSimon Marchi
2018-01-02Fix compile time warning (in the ARM simulator) about a print statement with ...Nick Clifton
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-21[SIM, ARM] Fix build failureYao Qi
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-07-14Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton