projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea9cdf6
)
defs.h (TARGET_LONG_LONG_BIT): New macro.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:05:38 +0000
(23:05 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:05:38 +0000
(23:05 +0000)
gdb/defs.h
patch
|
blob
|
history
diff --git
a/gdb/defs.h
b/gdb/defs.h
index 57635f15d08799c068979963e55919fe6ac6574e..983eb7f43bce5b18db85f0616b63419c8c017b42 100644
(file)
--- a/
gdb/defs.h
+++ b/
gdb/defs.h
@@
-175,4
+175,10
@@
char *baud_rate;
#define TARGET_CHAR_BIT 8
#endif
+/* Number of bits in a long long or unsigned long long
+ for the target machine. */
+#if !defined (TARGET_LONG_LONG_BIT)
+#define TARGET_LONG_LONG_BIT 64
+#endif
+
#endif /* no DEFS_H */