aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-03sim: use libiberty countargv in more placesMike Frysinger2-6/+6
2016-01-03sim: drop host endian configure optionMike Frysinger3-261/+232
2016-01-03sim: convert to bfd_endianMike Frysinger3-18/+23
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker6-6/+6
2015-12-30sim: arm/d10v/h8300/m68hc11/microblaze/mips/mn10300/moxie/sh/v850: convert to...Mike Frysinger2-10/+14
2015-12-27sim: unify sim-hloadMike Frysinger2-1/+4
2015-12-26sim: punt WITH_DEVICES & tconfig.h supportMike Frysinger3-6/+6
2015-12-25sim: arm: delete unused codeMike Frysinger23-3651/+34
2015-12-15Fix invalid left shift of negative valueDominik Vogt3-28/+33
2015-11-15sim: sim-close: unify sim_close logicMike Frysinger2-7/+4