aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/words.h
diff options
context:
space:
mode:
authorManoj Iyer <manjo@austin.ibm.com>2005-04-20 14:43:55 +0000
committerManoj Iyer <manjo@austin.ibm.com>2005-04-20 14:43:55 +0000
commit30e6617391a69a824f8493843c0ad5eb76923ca3 (patch)
tree6e3fc929c6669b071a301a21d77874f0cb2799e8 /sim/ppc/words.h
parent55e08f71a9aabef35b7892ffd25aca884bcb3c4a (diff)
downloadgdb-30e6617391a69a824f8493843c0ad5eb76923ca3.zip
gdb-30e6617391a69a824f8493843c0ad5eb76923ca3.tar.gz
gdb-30e6617391a69a824f8493843c0ad5eb76923ca3.tar.bz2
Use HAVE_LONG_LONG to check if compiler supports long long instead of using __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.
Diffstat (limited to 'sim/ppc/words.h')
-rw-r--r--sim/ppc/words.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/words.h b/sim/ppc/words.h
index 1c18df4..5bf2490 100644
--- a/sim/ppc/words.h
+++ b/sim/ppc/words.h
@@ -44,6 +44,10 @@
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* bit based */
typedef char natural8;
typedef short natural16;