re PR java/35485 (libjava is disabled by default)
PR target/35485
* configure.ac: AIX threads are Posix threads.
Set signal handler to aix-signal.h
* configure: Regenerate.
* classpath/native/fdlibm/fdlibm.h: Undef hz.
* include/aix-signal.h: New file.
* sysdep/powerpc/locks.h: Avoid GNU Assembler syntax.
From-SVN: r141335
This commit is contained in:
committed by
David Edelsohn
parent
dec014a92e
commit
887e6178d4
@@ -24,6 +24,14 @@
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* AIX includes a header that defines hz,
|
||||
* which conflicts with an fdlibm variable in some functions.
|
||||
*/
|
||||
#ifdef _AIX
|
||||
#undef hz
|
||||
#endif
|
||||
|
||||
/* GCJ LOCAL: Include files. */
|
||||
#include "ieeefp.h"
|
||||
/* CLASSPATH LOCAL: */
|
||||
|
||||
Reference in New Issue
Block a user