summaryrefslogtreecommitdiff
path: root/sim/ppc/words.h
Commit message (Collapse)AuthorAgeFilesLines
* * words.h (natural32): Define as "int".Mark Mitchell2006-01-251-1/+1
|
* * words.h (signed32): Define as "int".Mark Mitchell2006-01-241-2/+2
| | | | (unsigned32): Define as "unsigned int".
* Use HAVE_LONG_LONG to check if compiler supports long long instead of using ↵Manoj Iyer2005-04-201-0/+4
| | | | | | | | | | | __GNU__. 2005-04-18 Manoj Iyer <manjo@austin.ibm.com> * configure.ac: Added check for long long. * config.in: Regenerated. * configure: Regenerated. * words.h: Modified logic to check for HAVE_LONG_LONG instead of __GNUC__, added config.h header file.
* Initial revisionStan Shebs1999-04-161-0/+116