aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/device_table.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11sim: clean up C11 header includesMike Frysinger1-3/+0
Since we require C11 now, we can assume many headers exist, and clean up all of the conditional includes. It's not like any of this code actually accounted for the headers not existing, just whether we could include them. The strings.h cleanup is a little nuanced: it isn't in C11, but every use of it in the codebase will include strings.h only if string.h doesn't exist. Since we now assume the C11 string.h exists, we'll never include strings.h, so we can delete it.
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/+310
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1398/+0
1996-06-03Abort if we find the program has an .interp sectionMichael Meissner1-980/+103
1996-03-29Add --enable-sim-stdio to make console I/O use stdio, not printf_filtered ↵Michael Meissner1-415/+720
and polling input
1996-01-10Latest changes from AndrewMichael Meissner1-1/+1
1996-01-08Latest cagney updateMichael Meissner1-19/+47
1995-12-15Changes from AndrewMichael Meissner1-0/+1942