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