aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ld-decode.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01sim: ppc: merge misc igen APIsMike Frysinger1-0/+1
The common igen code provides the same misc APIs as the ppc version, so delete the ppc code and pull in the common one. There is one minor difference: the ppc code has a unique dumpf function. The common code switched to lf_printf for the same functionality, but since that requires changes throughout the igen codebase, delay that cleanup for now so we can merge the rest.
2024-01-01sim: ppc: rework igen error to match commonMike Frysinger1-1/+1
Switch to an ERROR macro and tweak the error signature to match the common igen version in preparation for merging the two implementations.
2022-10-19sim/ppc: fix warnings related to printf format stringsAndrew Burgess1-1/+1
This commit is a follow on to: commit 182421c9d2eea8c4877d983a2124e591f0aca710 Date: Tue Oct 11 15:02:08 2022 +0100 sim/ppc: fixes for arguments to printf style functions where commit 182421c9d2ee addressed issues with printf format arguments that were causing the compiler to give an error, this commit addresses issues that caused the compiler to emit a warning. This commit is mostly either changing the format string to match the argument, or in some cases, excess, unused arguments are removed.
2021-10-31sim: ppc: constify strings in igen toolingMike Frysinger1-1/+1
2021-06-09sim: cleanup obsolete NULL fallbackMike Frysinger1-3/+0
We require C11 which defines NULL, so drop the inconsistent set of fallback defines in the codebase.
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
sim/ChangeLog: Update old contact info in GPL license notices.
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+155
1999-04-16Initial creation of sourceware repositoryStan Shebs1-144/+0
1997-02-11New version from Andrew; Portability fixes on top of thatMichael Meissner1-0/+144