aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/hw_ide.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-10/+10
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
2021-05-15sim: ppc: clean up various warningsMike Frysinger1-2/+2
A random grab bag of minor fixes to enable -Werror for this port. Cast address vars to long when the format was using %l. Use %zu with sizeof operations. Add const to a bunch of strings. Trim unused variables. Fix sizeof call to calculate target storage and not the pointer itself.
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/+869
1999-04-16Initial creation of sourceware repositoryStan Shebs1-869/+0
1996-12-10New revision from AndrewMichael Meissner1-0/+869