[git commit] h8300: 64bit integer support
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue May 26 19:59:19 UTC 2015
commit: http://git.uclibc.org/uClibc/commit/?id=62775f4518169222d70d9ba2465e938df236aef9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Yoshinori Sato <ysato at users.sourceforge.jp>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
include/stdint.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/include/stdint.h b/include/stdint.h
index b134925..9ca8445 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -238,7 +238,6 @@ typedef unsigned long long int uintmax_t;
# endif
-#if !defined(__H8300H__) && !defined(__H8300S__)
/* Minimum for largest signed integral type. */
# define INTMAX_MIN (-__INT64_C(9223372036854775807)-1)
/* Maximum for largest signed integral type. */
@@ -246,15 +245,6 @@ typedef unsigned long long int uintmax_t;
/* Maximum for largest unsigned integral type. */
# define UINTMAX_MAX (__UINT64_C(18446744073709551615))
-#else
-/* Minimum for largest signed integral type. */
-# define INTMAX_MIN (-LONG_LONG_MAX-1)
-/* Maximum for largest signed integral type. */
-# define INTMAX_MAX (LONG_LONG_MAX)
-
-/* Maximum for largest unsigned integral type. */
-# define UINTMAX_MAX (LONG_LONG_MAX<<1+1)
-#endif
/* Limits of other integer types. */
More information about the uClibc-cvs
mailing list