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>2003-01-17 01:37:54 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-01-17 01:37:54 +0300
commitc3e92877a95d86163826fe1b5ad9a943a4989542 (patch)
tree47a20f26e9d2c6713d8ca68bb4952008819d961d /newlib/ChangeLog
parent92febe6b7ac8c46c3a9281a0ad691ced9ac6a361 (diff)
2003-01-16 Joel Sherrill <joel@OARcorp.com>
* libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h: Update to be in sync with what constants are defined in each file in the shared versions in libc/include. * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to autoconf can link programs. * libc/include/machine/types.h: Explicitly specify signed on intXX_t types to ensure they are signed.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 628d2bfd8..4890edd55 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-16 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h,
+ libc/sys/rtems/sys/syslimits.h: Update to be in sync with what
+ constants are defined in each file in the shared versions in
+ libc/include.
+ * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to
+ autoconf can link programs.
+ * libc/include/machine/types.h: Explicitly specify signed on
+ intXX_t types to ensure they are signed.
+
2003-01-14 Christopher Faylor <cgf@redhat.com>
* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU