aboutsummaryrefslogtreecommitdiff
path: root/sim/avr
AgeCommit message (Expand)AuthorFilesLines
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger4-1834/+35
2021-02-06sim: watchpoints: use common sim_pc_getMike Frysinger2-6/+4
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-30sim: watchpoints: change sizeof_pc to sizeof(sim_cia)Mike Frysinger2-1/+4
2021-01-11sim: clean up C11 header includesMike Frysinger4-18/+37
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-07sim: ChangeLog: move arch-specific entries into the arch dirMike Frysinger1-0/+23
2021-01-04sim: update bug URI to https://Mike Frysinger2-1/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker3-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker3-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker3-3/+3
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-02Update copyright year range in all GDB filesJoel Brobecker3-3/+3
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin2-7/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker3-3/+3
2016-10-18sim: avr: move changelog entries to subdirMike Frysinger1-0/+7
2016-07-19 Update PC when simulate break instruction.Denis Chertykov1-2/+1
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-2/+9
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: drop host endian configure optionMike Frysinger3-261/+232
2016-01-03sim: convert to bfd_endianMike Frysinger3-19/+25
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker3-3/+3
2015-12-27sim: unify sim-hloadMike Frysinger2-1/+4
2015-12-26sim: punt WITH_DEVICES & tconfig.h supportMike Frysinger3-6/+6
2015-12-15Fix invalid left shift of negative valueDominik Vogt2-1/+5
2015-11-22sim: avr: move global state to sim/cpu stateMike Frysinger3-134/+157
2015-11-22sim: avr: switch to common sim-regMike Frysinger2-4/+14
2015-11-16sim: sim-stop/sim-reason/sim-reg: move to common obj listMike Frysinger2-3/+5
2015-11-15sim: sim-close: unify sim_close logicMike Frysinger2-6/+4
2015-06-23sim: use AS_HELP_STRING everywhereMike Frysinger2-13/+28
2015-06-12sim: update configure.in->configure.ac docsMike Frysinger2-1/+5
2015-06-12sim: drop -DTRACE from configureMike Frysinger2-3/+7
2015-04-27sim: avr: Fix 'multiple definition of sim_{read,write}'Senthil Kumar Selvaraj2-1/+6
2015-04-18sim: unify SIM_CPU definitionMike Frysinger2-2/+4
2015-04-18sim: unify sim_cia definitionMike Frysinger2-1/+4
2015-04-17sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}Mike Frysinger2-3/+4