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-08-13 04:11:51 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-08-13 04:11:51 +0400
commitb3a9676ba0da054d953b0f11a441702659ba1bfb (patch)
treebe61589093888ff9ecf7faad6c858e97844f4745 /newlib/ChangeLog
parent3317419d1aa620af3d246fd4e3506d046be23173 (diff)
2002-08-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/machine/i386/crt0.c (__bss_start,_end): Declare as extern chars and use the address operator to properly use values set in linker script.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 40f773f4f..c80475143 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-12 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/sys/linux/machine/i386/crt0.c (__bss_start,_end):
+ Declare as extern chars and use the address operator to
+ properly use values set in linker script.
+
2002-08-09 Jason Tishler <jason@tishler.net>
* libc/stdlib/mallocr.c: Include <limits.h>.