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:
David Edelsohn
2008-10-24 02:44:26 +00:00
committed by David Edelsohn
parent dec014a92e
commit 887e6178d4
6 changed files with 83 additions and 11 deletions
+8
View File
@@ -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: */