aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/emul_generic.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-2/+2
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
2021-05-29sim: ppc: avoid shadowing errnoMike Frysinger1-2/+2
If the OS headers define the "errno" symbol, it breaks some of these funcs that were using "int errno" itself. Rename local vars to "err" to avoid that, and delete the old "extern int errno".
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-0/+1
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/+178
1999-04-16Initial creation of sourceware repositoryStan Shebs1-158/+0
1996-01-10Latest changes from AndrewMichael Meissner1-0/+158