summaryrefslogtreecommitdiff
path: root/sim/ppc/hw_pal.c
Commit message (Collapse)AuthorAgeFilesLines
* sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
| | | | | | | We have many uses of unistd.h that are unprotected by HAVE_UNISTD_H, so this is more formalizing the reality that we require this header. Since we switched to gnulib, it guarantees that a unistd.h exists for us to include, so we're doubly OK.
* sim: clean up C11 header includesMike Frysinger2021-01-111-9/+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.
* [sim] Update old contact info in GPL license noticesJoel Brobecker2012-12-191-2/+1
| | | | | | sim/ChangeLog: Update old contact info in GPL license notices.
* Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker2012-12-191-1/+1
| | | | | | gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+366
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-385/+0
|
* New simulator changes from AndrewMichael Meissner1996-07-231-37/+77
|
* Allow psim to be built on go32Michael Meissner1996-05-241-1/+9
|
* Fix INLN in bugapi to read a full lineMichael Meissner1996-05-061-0/+337