aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-1214-15/+15
* sim: ppc: return register error when unhandledMike Frysinger2024-01-111-4/+2
* sim: ppc: rework defines.h to handle HAVE symbols defined to 0Mike Frysinger2024-01-101-1/+1
* sim: ppc: workaround uninitialized variable compiler warningsMike Frysinger2024-01-081-2/+2
* sim: ppc: unify igen filter modulesMike Frysinger2024-01-0310-171/+60
* sim: ppc: unify igen line number output modulesMike Frysinger2024-01-0312-665/+145
* sim: ppc: switch to common endian codeMike Frysinger2024-01-034-438/+0
* sim: ppc: rename local ALU SIGNED64 macrosMike Frysinger2024-01-031-6/+6
* sim: ppc: sync WITH_TARGET_{ADDRESS,CELL}_BITSIZE with common/Mike Frysinger2024-01-031-0/+8
* sim: ppc: hoist compilation up to top-levelMike Frysinger2024-01-032-581/+2
* sim: ppc: move libsim.a creation to top-levelMike Frysinger2024-01-032-14/+49
* sim: ppc: move main.o compilation to top-levelMike Frysinger2024-01-032-14/+14
* sim: ppc: hoist pk.h creation to top-levelMike Frysinger2024-01-023-33/+30
* sim: ppc: hoist hw.[ch] creation to top-levelMike Frysinger2024-01-022-35/+45
* sim: ppc: hoist igen execution to top-levelMike Frysinger2024-01-022-62/+64
* sim: ppc: merge configure logic into top-levelMike Frysinger2024-01-024-3261/+6
* sim: ppc: scope configure options to --enable-sim-ppc-xxxMike Frysinger2024-01-023-395/+398
* sim: ppc: standardize configure option processingMike Frysinger2024-01-022-248/+161
* sim: ppc: switch to AS_HELP_STRING for automatic formattingMike Frysinger2024-01-022-36/+51
* sim: ppc: drop now unused config.inMike Frysinger2024-01-021-19/+0
* sim: ppc: move defines.h generation to the top-levelMike Frysinger2024-01-022-8/+11
* sim: ppc: drop configure compiler checksMike Frysinger2024-01-022-1118/+1
* sim: ppc: drop custom config.h headerMike Frysinger2024-01-024-255/+50
* sim: ppc: stop including headers from gdb/Mike Frysinger2024-01-021-2/+1
* sim: ppc: move termios probes to top-levelMike Frysinger2024-01-023-273/+0
* sim: ppc: switch to AC_CACHE_CHECKMike Frysinger2024-01-022-61/+65
* sim: ppc: switch struct member checks to AC_CHECK_MEMBERMike Frysinger2024-01-022-68/+99
* sim: ppc: move termio defines to config.hMike Frysinger2024-01-024-15/+28
* sim: ppc: move struct statfs to top-levelMike Frysinger2024-01-023-71/+0
* sim: ppc: move long long test to top-levelMike Frysinger2024-01-023-651/+2
* sim: ppc: hoist sysv tests to top-levelMike Frysinger2024-01-023-189/+1
* sim: ppc: always compile in the sysv sem & shm device filesMike Frysinger2024-01-025-14/+46
* sim: ppc: change SysV sem & shm tests to compile-timeMike Frysinger2024-01-022-110/+87
* sim: ppc: merge System V semaphores checksMike Frysinger2024-01-022-83/+13
* sim: ppc: fix bad AC_CACHE_CHECK call with semunMike Frysinger2024-01-022-9/+4
* sim: ppc: delete unused build compile & link settingsMike Frysinger2024-01-021-3/+0
* sim: ppc: merge misc igen APIsMike Frysinger2024-01-019-286/+73
* sim: ppc: rework igen error to match commonMike Frysinger2024-01-0110-22/+25
* sim: ppc: rename igen max_insn_bit_sizeMike Frysinger2024-01-013-5/+5
* sim: ppc: unify igen filter_filename implementationsMike Frysinger2024-01-016-84/+4
* sim: ppc: replace filter_filename with lbasenameMike Frysinger2024-01-012-15/+8
* sim: ppc: hoist igen compilation into top-levelMike Frysinger2024-01-012-60/+64
* sim: ppc: drop build-config.h usageMike Frysinger2024-01-018-73/+0
* sim: ppc: simplify filter_host.c logicMike Frysinger2024-01-012-7/+19
* sim: ppc: drop unused host bitsize settingsMike Frysinger2024-01-013-5/+0
* sim: fix pervasive typoTom Tromey2024-01-014-21/+21
* sim: ppc: fix -Wshadow=local warningsMike Frysinger2023-12-221-3/+3
* sim: ppc: igen: fix -G handlingMike Frysinger2023-12-211-2/+9
* sim: ppc: fix -Wimplicit-fallthrough warningsMike Frysinger2023-12-211-1/+1
* sim: add ATTRIBUTE_FALLTHROUGH for local codeMike Frysinger2023-12-211-0/+3