Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-06 | sim: ppc: migrate to standard uintXX_t types | Mike Frysinger | 1 | -7/+7 | |
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides. | |||||
2021-09-09 | sim: ppc: enable use of gnulib | Mike Frysinger | 1 | -0/+3 | |
All other sim arches are using this now, so finish up the logic in the ppc arch to enable gnulib usage here too. | |||||
2021-01-11 | sim: clean up C11 header includes | Mike Frysinger | 1 | -6/+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 notices | Joel Brobecker | 1 | -2/+1 | |
sim/ChangeLog: Update old contact info in GPL license notices. | |||||
2012-12-19 | Update sim copyright headers from GPLv2-or-later to GPLv3-or-later. | Joel Brobecker | 1 | -1/+1 | |
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+404 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -382/+0 | |
1996-02-21 | Update to 1995-02-20 release | Michael Meissner | 1 | -31/+75 | |
1995-11-28 | Add determining when we do not have enough writeback slots; Do not do model ↵ | Michael Meissner | 1 | -3/+8 | |
specific handling if not printing out the information | |||||
1995-11-16 | Delete old functional_unit support; Add --enable-sim-model-issue; Monitor ↵ | Michael Meissner | 1 | -19/+0 | |
branch prediction success | |||||
1995-11-15 | More model specific changes | Michael Meissner | 1 | -8/+34 | |
1995-11-02 | Use autoconf correctly; provide more stats with -I | Michael Meissner | 1 | -50/+45 | |
1995-10-13 | Format #instructions with commas | Michael Meissner | 1 | -10/+41 | |
1995-10-02 | Add # in front of CPU number | Michael Meissner | 1 | -1/+1 | |
1995-10-02 | Add support to count the number of instructions issued. | Michael Meissner | 1 | -0/+300 | |