classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: target_native_math


From: Roman Kennke
Subject: [cp-patches] FYI: target_native_math
Date: Mon, 16 Jan 2006 10:16:44 +0000

I want to start my work on the TARGET_NATIVE layer with some small
adjustments. Here I stack together the code from
target_native_math_int.h and target_native_math_float.h into one new
target_native_math.h.

2006-01-16  Roman Kennke  <address@hidden>

        * native/target/generic/target_generic_math_float.h: Removed. This
        file has been replaced by target_generic_math.h.
        * native/target/generic/target_generic_math_int.h: Removed. This
        file has been replaced by target_generic_math.h.
        * native/target/generic/target_generic_math.h: New file. Replaces
        the old _int and _float versions.
        * native/target/Linux/target_native_math_float.h: Removed. This
        file has been replaced by target_native_math.h.
        * native/target/Linux/target_native_math_int.h: Removed. This
        file has been replaced by target_native_math.h.
        * native/target/Linux/target_native_math.h: New file. Replaces
        the old _int and _float versions.
        * native/target/Linux/Makefile.am: Adjusted for the changed
        filenames.
        * native/jni/java-io/java_io_VMFile.c: Include
target_native_math.h
        instead of target_native_math_int.h.
        * native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c:
        Likewise.
        * native/target/generic/target_generic_file.h: Likewise.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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