ieeefp.h: Add x86-64 support.
2002-07-19 Bo Thorsen <bo@berlioz.suse.de> * java/lang/ieeefp.h: Add x86-64 support. * configure.in: Likewise. * configure.host: Likewise. * configure: Regenerated. * sysdep/x86-64/locks.h: New file with x86-64 locks. From-SVN: r55588
This commit is contained in:
@@ -209,6 +209,9 @@ do \
|
||||
while (0)
|
||||
#endif
|
||||
#elif !defined(__ia64__)
|
||||
#if defined(__x86_64__)
|
||||
#define SYS_sigaction SYS_rt_sigaction
|
||||
#endif
|
||||
#define INIT_SEGV \
|
||||
do \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user