mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
defs.h (TARGET_LONG_LONG_BIT): New macro.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user