mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
defs.h (TARGET_LONG_LONG_BIT): New macro.
This commit is contained in:
parent
ea9cdf62c6
commit
d166df9b4e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user