classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] RFC: replacing jni_md-x86-linux.h by a generic jni_md.h


From: Dalibor Topic
Subject: [cp-patches] RFC: replacing jni_md-x86-linux.h by a generic jni_md.h
Date: Wed, 04 Jan 2006 22:55:56 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

Hi all,

the attached patch replaces the os/cpu/toolchain specific jni-md.h by a generic version that uses fixed size C99's types to typedef java types. It's been successfully used in Kaffe for a while.

cheers,
dalibor topic

2006-01-04  Dalibor Topic  <address@hidden>

        * configure.ac: Removed jni_md-*-* linking code.

        * include/Makefile.am (DISTCLEANFILES): Removed jni_md.h.

        * include/jni_md-x86-linux-gnu.h: Removed. Moved over to ...

        * include/jni_md.h: New file. Include config-int.h. Switched
        typedefs over to use C99 types where appropriate.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]