aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/ieeefp.h
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Major merge with Classpath.Tom Tromey1-163/+0
Removed many duplicate files. * HACKING: Updated.x * classpath: Imported new directory. * standard.omit: New file. * Makefile.in, aclocal.m4, configure: Rebuilt. * sources.am: New file. * configure.ac: Run Classpath configure script. Moved code around to support. Disable xlib AWT peers (temporarily). * Makefile.am (SUBDIRS): Added 'classpath' (JAVAC): Removed. (AM_CPPFLAGS): Added more -I options. (BOOTCLASSPATH): Simplified. Completely redid how sources are built. Include sources.am. * include/Makefile.am (tool_include__HEADERS): Removed jni.h. * include/jni.h: Removed (in Classpath). * scripts/classes.pl: Updated to look at built classes. * scripts/makemake.tcl: New file. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added -I options. (gcj_jni_invocation_compile_c_to_binary): Likewise. From-SVN: r102082
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump1-1/+1
* include/posix.h: .dylib is used on all Apple MACH platforms. * java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN. From-SVN: r96889
2004-10-21Add m32r support.Kazuhiro Inaoka1-0/+8
From-SVN: r89367
2003-04-16ieeefp.h: Handle ARM platforms that have pure-endian floating point.Richard Earnshaw1-2/+12
* java/lang/ieeefp.h: Handle ARM platforms that have pure-endian floating point. From-SVN: r65693
2002-07-19ieeefp.h: Add x86-64 support.Bo Thorsen1-0/+4
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
2002-04-29ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn1-0/+4
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de> * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390. From-SVN: r52874
2002-03-17Add arm thumb supportAnthony Green1-3/+5
From-SVN: r50920
2002-01-02ieeefp.h: Fix bug in my hand-application of previous patch.Tom Tromey1-1/+1
* java/lang/ieeefp.h: Fix bug in my hand-application of previous patch. From-SVN: r48475
2002-01-022002-1-1 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-5/+2
* libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for PPC Darwin, not for all of Darwin. From-SVN: r48473
2002-01-01ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin.Andreas Tobler1-0/+4
2001-12-29 Andreas Tobler <a.tobler@schweiz.ch> * libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin. From-SVN: r48455
2000-06-23ieeefp.h: Handle ia64, fr30, mcore.Andrew Haley1-0/+19
* java/lang/ieeefp.h: Handle ia64, fr30, mcore. * java/lang/natThrowable.cc: On IA-64, use __ia64_backtrace. From-SVN: r34667
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1-0/+8
and endian bits for the picojava port. I am committing this (and the rebuilt Makefile.in/configure files). From-SVN: r29765
1999-06-21ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.Tom Tromey1-0/+4
* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha. From Jeff Sturm. From-SVN: r27671
1999-04-07Initial revisionTom Tromey1-0/+103
From-SVN: r26263