This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] AArch64 rename .x file to .c


This patch addresses the comment on choice of file name  raised by Andreas here:

http://sourceware.org/ml/libc-ports/2012-11/msg00066.html

/Marcus

2012-11-19  Marcus Shawcroft  <marcus.shawcroft@linaro.org>

        * sysdeps/aarch64/fpu/s_frint.x: Renamed to...
        * sysdeps/aarch64/fpu/s_frint.c: New file.
        * sysdeps/aarch64/fpu/s_frintf.x: Renamed to...
        * sysdeps/aarch64/fpu/s_frintf.c: New file.
        * sysdeps/aarch64/fpu/s_ceil.c: Include s_frint.c.
        * sysdeps/aarch64/fpu/s_floor.c: Likewise.
        * sysdeps/aarch64/fpu/s_nearbyint.c: Likewise.
        * sysdeps/aarch64/fpu/s_rint.c: Likewise.
        * sysdeps/aarch64/fpu/s_round.c: Likewise.
        * sysdeps/aarch64/fpu/s_trunc.c: Likewise.
        * sysdeps/aarch64/fpu/s_ceilf.c: Include s_frintf.c.
        * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
        * sysdeps/aarch64/fpu/s_nearbyintf.c: Likewise.
        * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
        * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
        * sysdeps/aarch64/fpu/s_truncf.c: Likewise.

Attachment: 0002-Rename-.x-files.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]