From 463e41f0ada15ed691067eddfb29895b78c6afd2 Mon Sep 17 00:00:00 2001 From: fitzsim Date: Wed, 19 Dec 2001 03:03:17 +0000 Subject: [PATCH] 2001-12-18 Thomas Fitzsimmons * libc/machine/i386/f_*: Move to libm/machine/i386. 2001-12-18 Joel Sherrill * libm/machine/Makefile.am: Add dummy doc stub so "make info" works. 2001-12-17 Joel Sherrill * libc/include/sys/types.h (ino_t): RTEMS uses long also. --- newlib/ChangeLog | 13 +++++++++++++ newlib/NEWS | 1 + 2 files changed, 14 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b5df76184a..5b64e7bfcd 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -3,6 +3,19 @@ * Makefile.am (DOCDIR): Force to empty string when doc directory is not present. +2001-12-18 Thomas Fitzsimmons + + * libc/machine/i386/f_*: Move to libm/machine/i386. + +2001-12-18 Joel Sherrill + + * libm/machine/Makefile.am: Add dummy doc stub so + "make info" works. + +2001-12-17 Joel Sherrill + + * libc/include/sys/types.h (ino_t): RTEMS uses long also. + 2001-12-17 Thomas Fitzsimmons * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal diff --git a/newlib/NEWS b/newlib/NEWS index 6e3bd90bad..9a606f253a 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,6 +1,7 @@ *** Major changes in newlib version 1.10.0: * libtool support for i[3456]86-pc-linux native builds +* addition of libm/machine/i386 directory, for i386 fast math routines *** Major changes in newlib version 1.9.0: -- 2.11.0