diff options
author | cvs2svn <> | 2003-02-28 18:03:32 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-02-28 18:03:32 +0000 |
commit | f5354783aadcf8ccdcbaa9d54f6b0e6f90e5fb56 (patch) | |
tree | 7e5f2cd6d687eb9d86fb8983ffd70d13d200b36b /ChangeLog | |
parent | be35d4daa3f2525b35bab1882bf3d2685cfd28ab (diff) | |
download | newlib-cagney_offbyone-20030303-branch.zip newlib-cagney_offbyone-20030303-branch.tar.gz newlib-cagney_offbyone-20030303-branch.tar.bz2 |
This commit was manufactured by cvs2svn to create branchcagney_offbyone-20030303-branchpointgithub/cagney_offbyone-20030303-branchcagney_offbyone-20030303-branch
'cagney_offbyone-20030303-branch'.
Sprout from interps-20030202-branch 2003-01-31 21:24:33 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2003-02-28 18:03:31 UTC Nathanael Nerode <neroden@gcc.gnu.org> ' * Makefile.tpl: Rearrange.':
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
config.guess
config.sub
configure
configure.in
include/ChangeLog
include/elf/ChangeLog
include/elf/arm.h
include/elf/ia64.h
include/elf/ppc.h
include/elf/ppc64.h
include/gdb/ChangeLog
include/gdb/remote-sim.h
include/libiberty.h
include/opcode/ChangeLog
include/opcode/h8300.h
libtool.m4
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -1,3 +1,81 @@ +2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org> + + * Makefile.tpl: Rearrange. + * Makefile.in: Regenerate. + +2003-02-25 Nick Clifton <nickc@redhat.com> + + * configure: Remove site-file supprot - it is obsolete. + +2003-02-24 Uwe Stieber <uwe@wwws.de> + + * configure.in: Add support for kaOS as cross build target system. + * configure: Regenerated. + +2003-02-20 Sean McNeil <sean@blue.mcneil.com> + + * Makefile.tpl: Add definition of CPPFLAGS to pass into + configure-target-* as some target builds may require additional + flags for preprocessor tests. + * Makefile.in: Regenerated. + +2003-02-19 Alexandre Oliva <aoliva@redhat.com> + + * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. + * ltconfig: Handle it. + * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of + auto-detecting it. + +2003-02-19 Alexandre Oliva <aoliva@redhat.com> + + * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever + it is used as argument to $CC. + * ltcf-gcj.sh: Likewise. + +2003-02-19 Alexandre Oliva <aoliva@redhat.com> + + * configure.in: Introduce --enable-maintainer-mode. + * configure: Rebuilt. + * Makefile.tpl (Makefile.in, configure): Enable dependencies only + for maintainer mode. + * Makefile.in: Rebuilt. + +2003-02-19 Andrew Cagney <ac131313@redhat.com> + + * configure: Regenerate using autoconf 2.13. + +2003-02-19 Alan Modra <amodra@bigpond.net.au> + + * config.guess: Import latest version. + * config.sub: Import latest version. + +2003-02-18 Jason Merrill <jason@redhat.com> + + * Makefile.tpl (check-c++): Allow parallelism. + +2003-02-17 Andrew Cagney <ac131313@redhat.com> + + * configure: Regenerate using autoconf 000227. + +2003-02-15 Geoffrey Keating <geoffk@apple.com> + + * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, + don't configure target-libobjc. + * configure: Regenerate. + +2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * Makefile.tpl (RANLIB): Define. + * Makefile.in: Regenerate. + +2003-02-06 Keith R Seitz <keiths@redhat.com> + + * Makefile.def: Remove "snavigator", "grep", and "db" modules. + * Makefile.tpl: Remove "all-snavigator" and "all-grep". + * Makefile.in: Regenerated. + * configure.in: Remove all traces of snavigator, db, and grep. + * configure: Regenerated. + 2003-01-31 Frank Ch. Eigler <fche@redhat.com> * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. |