Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-02-07 22:15:15 +0300
committerJeff Johnston <jjohnstn@redhat.com>2002-02-07 22:15:15 +0300
commita2a405aea66a971c692c7a680c3f6c0be113cb7a (patch)
tree44a816a5c2076df027298cdf758500df0afc1bbd /newlib/ChangeLog
parent1f64102fa6f67ca0893cc78ee21cfabc20348a72 (diff)
2002-02-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/i386/Makefile.am: (mach_add_src): Remove. (mach_add_obj): Conditionally set to setjmp.o or nothing. (LIB_SOURCES): Remove $(mach_add_src). (lib_a_LIBADD, lib_a_DEPENDENCIES): Add and set to $(mach_add_src). (lib_la_LIBADD, lib_la_DEPENDENCIES): Ditto. * libc/machine/i386/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7963c1f5c..16d5405f2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2002-02-07 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/machine/i386/Makefile.am: (mach_add_src): Remove.
+ (mach_add_obj): Conditionally set to setjmp.o or nothing.
+ (LIB_SOURCES): Remove $(mach_add_src).
+ (lib_a_LIBADD, lib_a_DEPENDENCIES): Add and set to $(mach_add_src).
+ (lib_la_LIBADD, lib_la_DEPENDENCIES): Ditto.
+ * libc/machine/i386/Makefile.in: Regenerate.
+
2002-02-05 Manik Raina <manik@cisco.com>
* libc/misc/dprintf.c (parse_number): #if 0 unused function.