diff options
author | cvs2svn <> | 2003-06-05 18:47:13 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-06-05 18:47:13 +0000 |
commit | 99a39d5b959e030d5b204690e0c287308d0d5773 (patch) | |
tree | 9cb9e09684ccaf9a624ef9c6c3a26e7e5d4764b7 /ChangeLog | |
parent | 1ca799f9a62cb3c2ddbc454fe8de0abf6ac161a2 (diff) | |
download | newlib-99a39d5b959e030d5b204690e0c287308d0d5773.zip newlib-99a39d5b959e030d5b204690e0c287308d0d5773.tar.gz newlib-99a39d5b959e030d5b204690e0c287308d0d5773.tar.bz2 |
This commit was manufactured by cvs2svn to create branchcagney_convert-20030606-branchpointgithub/cagney_convert-20030606-branchcagney_convert-20030606-branch
'cagney_convert-20030606-branch'.
Sprout from jimb-ppc64-linux-20030528-branch 2003-05-24 04:22:24 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'jimb-'
Cherrypick from master 2003-06-05 18:47:12 UTC Michael Snyder <msnyder@redhat.com> '2003-06-03 Michael Snyder <msnyder@redhat.com>':
COPYING.NEWLIB
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
README-maintainer-mode
configure
configure.in
include/ChangeLog
include/bfdlink.h
include/elf/ChangeLog
include/elf/common.h
include/elf/v850.h
include/opcode/ChangeLog
include/opcode/h8300.h
ltconfig
Delete:
COPYING.LIBGLOSS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org> + + * Makefile.tpl: Make 'recursive targets' using autogen rather + than shell loop. Remove duplicate 'clean' targets and false + comments. + * Makefile.def: Add systematic dependencies to 'recursive' targets. + Add systematic method of specifying missing targets in subdirs. + Add copyright boilerplate. + * Makefile.in: Regenerate. + * configure.in: Add 'recursive targets' to maybe list. + * configure: Regenerate. + + * Makefile.tpl: Rename [+target+] to [+make_target+]. + * Makefile.def: Rename 'target' to 'make_target'. + +2003-05-30 Nick Clifton <nickc@redhat.com> + + * README-maintainer-mode: Update URL for locating blessed config + tools. + +2003-05-29 Robert Millan <rmh@debian.org> + + * ltconfig: Import this patch and modify for use with current + version of ltconfig: + + 2003-05-21 Bruno Haible <bruno@clisp.org> + + * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for + GNU/FreeBSD. + +2003-05-28 DJ Delorie <dj@redhat.com> + + * Makefile.tpl: Make maybe-check-gcc .PHONY. + * Makefile.in: Regenerate. + +2003-05-28 Jeff Johnston <jjohnstn@redhat.com> + + * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib. + 2003-05-21 DJ Delorie <dj@redhat.com> * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not |