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:
parent
c35383cbdf
commit
7b20471292
7 changed files with 431 additions and 333 deletions
|
@ -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 \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue