* glimits.h (__LONG_MAX__): Recognize __sparcv9 too.
From-SVN: r22384
This commit is contained in:
parent
d1accaa33d
commit
75bba2a6f9
@ -1,3 +1,7 @@
|
||||
Thu Sep 10 22:02:04 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
|
||||
|
||||
* glimits.h (__LONG_MAX__): Recognize __sparcv9 too.
|
||||
|
||||
Thu Sep 10 21:19:10 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
|
||||
|
||||
* configure.in: Add check for GAS subsection -1 support.
|
||||
|
@ -64,7 +64,7 @@
|
||||
/* Minimum and maximum values a `signed long int' can hold.
|
||||
(Same as `int'). */
|
||||
#ifndef __LONG_MAX__
|
||||
#if defined (__alpha__) || (defined (__sparc_v9__) && defined (__arch64__))
|
||||
#if defined (__alpha__) || defined (__sparc_v9__) || defined (__sparcv9)
|
||||
#define __LONG_MAX__ 9223372036854775807L
|
||||
#else
|
||||
#define __LONG_MAX__ 2147483647L
|
||||
|
Loading…
Reference in New Issue
Block a user