aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/bits.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-16/+16
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
2022-01-01sim: ppc: drop natural typesMike Frysinger1-3/+3
These are almost entirely unused. For the very few places using them, replace with explicit signed types. This matches what was done in the common sim code.
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.
2002-01-04* bits.c (LSMASKED64): New inline function.Matthew Green1-0/+31
(LSEXTRACTED64): Likewise. * bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from sim/common/sim-bits.h (LSMASKED64, LSEXTRACTED64): New functions definitions. * Makefile.in (sim-bits.o): Remove target. * main.c (zalloc): Fix typo in error message.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+257
1999-04-16Initial creation of sourceware repositoryStan Shebs1-194/+0
1995-08-23Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au>Michael Meissner1-0/+194