OSDN Git Service

2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Sat, 17 Aug 2002 05:19:16 +0000 (05:19 +0000)
committerjjohnstn <jjohnstn>
Sat, 17 Aug 2002 05:19:16 +0000 (05:19 +0000)
commit82c9206829cd000c6c7e03bb404586737c3b1f50
tree2047a698532df0f7030bf7a3720743fd684c9177
parenta2ff5d2c062977f2007ff5f53d5a4a0983e11291
2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>

        *  Makefile.am: Move cmath stuff into libc/sys/linux.
        *  Makefile.in: Regenerated.
        *  configure.host: Default -DMB_CAPABLE for x86-linux.
        *  libc/include/reent.h: Define _sbrk to take signed int argument.
        *  libc/include/sys/unistd.h: Ditto for _sbrk_r and sbrk.
        *  libc/locale/locale.c[MB_CAPABLE]: Add LC_MESSAGES support and
        make locale name checking more efficient.  Also allow "C-ISO-8859-1"
        locale for LC_CTYPE and LC_MESSAGES.
        *  libc/reent/sbrkr.c: Change prototype to take ptrdiff_t.
        *  libc/sys/linux/brk.c: Change sbrk prototype.
        *  libc/sys/linux/include/time.h: Remove Cygwin stuff and
        include <sys/features.h>.
        (CLOCK_THREAD_CPUTIME): Renamed to CLOCK_THREAD_CPUTIME_ID.
        (CLOCK_PROCESS_CPUTIME): Renamed to CLOCK_PROCESS_CPUTIME_ID.
        *  libc/sys/linux/sys/cdefs.h: Replace with glibc sys/cdefs.h
        with a few local additions.
        *  libc/sys/linux/sys/features.h: New file.
        *  libc/sys/linux/sys/unistd.h: Change _sbrk_r and sbrk prototypes
        to take signed argument.
        *  libc/syscalls/syssbrk.c: Change sbrk, _sbrk_r, and _sbrk
        prototypes to take signed size argument.
14 files changed:
newlib/ChangeLog
newlib/Makefile.am
newlib/Makefile.in
newlib/configure.host
newlib/libc/include/reent.h
newlib/libc/include/sys/unistd.h
newlib/libc/locale/locale.c
newlib/libc/reent/sbrkr.c
newlib/libc/sys/linux/brk.c
newlib/libc/sys/linux/include/time.h
newlib/libc/sys/linux/sys/cdefs.h
newlib/libc/sys/linux/sys/features.h [new file with mode: 0644]
newlib/libc/sys/linux/sys/unistd.h
newlib/libc/syscalls/syssbrk.c