diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-17 19:13:11 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-17 19:13:11 +0000 |
commit | 5f1c13c6a637e98b6138f795107d3c7f478f9d3b (patch) | |
tree | 1c6399fc85fd158eabf6e9d1f76a4f8e059a5ee8 /newlib/ChangeLog | |
parent | 84462018f37ada6ef190368f69f0997396e34d02 (diff) | |
download | cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.tar.gz cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.tar.bz2 cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.zip |
* configure.in (CRT0_DIR): Set to libc/.
(CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
* Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
$(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for
$(CRT1_DIR)/$(CRT1).
* libc/machine/xstormy16/Makefile.in: Regenerated.
* libc/machine/xstormy16/aclocal.m4: Regenerated.
* libc/machine/xstormy16/configure: Regenerated.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b3ea383ea..d9d773e7a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,14 @@ +2002-04-17 Thomas Fitzsimmons <fitzsim@redhat.com> + + * configure.in (CRT0_DIR): Set to libc/. + (CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty. + * Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to + $(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for + $(CRT1_DIR)/$(CRT1). + * libc/machine/xstormy16/Makefile.in: Regenerated. + * libc/machine/xstormy16/aclocal.m4: Regenerated. + * libc/machine/xstormy16/configure: Regenerated. + 2002-04-13 Alexandre Oliva <aoliva@redhat.com> * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk |