aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2001-06-13README: Replace with a cut-down and updated version of gcc/README.Joseph Myers1-0/+4
* README: Replace with a cut-down and updated version of gcc/README. gcc: * README: Remove. Some of the contents moved to ../README. From-SVN: r43312
2001-06-12config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread multilibs ↵David Edelsohn1-0/+5
to be disabled. * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread multilibs to be disabled. From-SVN: r43294
2001-06-11MAINTAINERS (Write After Approval): Add myself.Daniel Berlin1-0/+4
2001-06-11 Daniel Berlin <dan@cgsoftware.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r43227
2001-06-09config.guess: Import CVS version 1.195.Alexandre Oliva1-0/+5
* config.guess: Import CVS version 1.195. * config.sub: Import CVS version 1.212. From-SVN: r43096
2001-06-08Makefile.in (AS_FOR_TARGET, [...]): If gcc/xgcc is built, use ↵Alexandre Oliva1-0/+6
-print-prog-name to find out the program name to use. * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If gcc/xgcc is built, use -print-prog-name to find out the program name to use. From-SVN: r42996
2001-06-04config.guess: Import CVS version 1.194.Phil Edwards1-0/+6
2001-06-04 Phil Edwards <pme@sources.redhat.com> * config.guess: Import CVS version 1.194. All gcc-local changes appear to also be in the master copy. * config.sub: Import CVS version 1.211. From-SVN: r42884
2001-06-04ltcf-c.sh (archive_cmds, [...]): Use `gcc -shared' to build a shared library.Mark Mitchell1-0/+5
* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, with_gcc]: Use `gcc -shared' to build a shared library. From-SVN: r42874
2001-06-04ltcf-c.sh (archive_cmd): Use gcc to link shared archives.John David Anglin1-0/+5
* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared archives. From-SVN: r42870
2001-06-01* MAINTAINERS (Write After Approval): Add myself.Rainer Orth1-0/+4
From-SVN: r42781
2001-06-01configure.in (libstdcxx_flags): Do not try to execute ↵Hans-Peter Nilsson1-0/+5
libstdc++-v3/testsuite_flags until it exists. * configure.in (libstdcxx_flags): Do not try to execute libstdc++-v3/testsuite_flags until it exists. From-SVN: r42772
2001-06-01Update my email address.Alan Modra1-0/+4
From-SVN: r42769
2001-05-31* MAINTAINERS (Write After Approval): Add myself.Graham Stott1-0/+4
From-SVN: r42750
2001-05-28ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared libraries when ↵Simon Patarin1-0/+5
using g++ with native linker. * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared libraries when using g++ with native linker. From-SVN: r42680
2001-05-28* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva1-0/+4
From-SVN: r42677
2001-05-22ltcf-cxx.sh (allow_undefined_flag, [...]): Prepend blank.Alexandre Oliva1-0/+5
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) [aix4*|aix5*]: Prepend blank. From-SVN: r42438
2001-05-20ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva1-0/+6
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. From-SVN: r42351
2001-05-19* MAINTAINERS (Write After Approval): Add myself.Matt Kraai1-0/+4
From-SVN: r42314
2001-05-19configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.Benjamin Kosnik1-0/+4
2001-05-18 Benjamin Kosnik <bkoz@redhat.com> * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. From-SVN: r42299
2001-05-11Makefile.in (all-sid): New target.Ben Elliston1-0/+5
2001-05-11 Ben Elliston <bje@redhat.com> * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise. From-SVN: r41948
2001-05-09ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.Jeffrey Oldham1-0/+4
2001-05-09 Jeffrey Oldham <oldham@codesourcery.com> * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. From-SVN: r41931
2001-05-03configure.in (noconfigdirs): Disable libgcj.Alexandre Oliva1-0/+11
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable libgcj. From-SVN: r41805
2001-04-26configure.in (noconfigdirs): Don't reset it from scratch in the target case; ↵Alexandre Oliva1-0/+3
only append to it. * configure.in (noconfigdirs): Don't reset it from scratch in the target case; only append to it. From-SVN: r41576
2001-04-26configure.in (noconfigdirs): Disable ${libgcj}.Alexandre Oliva1-0/+5
* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*, sparc-*-solaris2.8]: Disable ${libgcj}. From-SVN: r41575
2001-04-25configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva1-0/+6
* configure.in (libgcj_saved): Copy from $libgcj. (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj. From-SVN: r41551
2001-04-25remove self as maintainerGavin Romig-Koch1-0/+5
From-SVN: r41546
2001-04-23configure.in: Move *-chorusos target case to the proper switch.Anthony Green1-0/+5
* configure.in: Move *-chorusos target case to the proper switch. Disable libgcj. From-SVN: r41505
2001-04-20ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.228.Alexandre Oliva1-0/+5
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a 1.641.2.228. From-SVN: r41452
2001-04-13Makefile.in (STAGE1_CFLAGS): Pass down.Franz Sirl1-0/+4
2000-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * Makefile.in (STAGE1_CFLAGS): Pass down. gcc/ * Makefile.in (CFLAGS, BOOT_CFLAGS): Partly revert 2000-10-27 patch. (stage1_build): Instead pass down STAGE1_CFLAGS here. Pass down. MAKEINFO and MAKEINFOFLAGS too. (stage4_build): Correctly order -B flags. From-SVN: r41335
2001-04-13config.guess: Add hppa64-linux support.Alan Modra1-0/+6
* config.guess: Add hppa64-linux support. Note for next import that this is already in the master file. * configure.in: Likewise. Accept `parisc' alias for `hppa'. From-SVN: r41327
2001-04-12ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.226.Alexandre Oliva1-0/+5
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. From-SVN: r41299
2001-04-12* MAINTAINERS: Add self as Darwin port maintainer.Stan Shebs1-0/+4
From-SVN: r41278
2001-04-11update my mail addressAlan Modra1-0/+4
From-SVN: r41246
2001-04-11ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of ↵Loren J. Rittle1-0/+8
FreeBSD (release... 2001-04-10 Loren J. Rittle <ljrittle@acm.org> * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. From-SVN: r41237
2001-04-06* MAINTAINERS: Add self and RTH as C front end maintainers.Joseph Myers1-0/+4
From-SVN: r41154
2001-04-06config.sub: Make sure to match an already-canonicalized machine name (eg.Alexandre Oliva1-0/+5
2001-04-05 Alexandre Oliva <aoliva@redhat.com> * config.sub: Make sure to match an already-canonicalized machine name (eg. mn10300-unknown-elf). From-SVN: r41145
2001-04-02Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, [...]): New macros.Alexandre Oliva1-0/+7
* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. From-SVN: r40991
2001-03-28* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.Alexandre Oliva1-0/+4
From-SVN: r40893
2001-03-23Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places).Colin Howell1-1/+2
* Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). From-SVN: r40796
2001-03-23* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.Colin Howell1-0/+4
From-SVN: r40783
2001-03-22ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.Alexandre Oliva1-5/+14
Re-installed: 2001-01-02 Laurynas Biveinis <lauras@softhome.net> * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. From-SVN: r40749
2001-03-22* MAINTAINERS: Add myself as "documentation co-maintainer".Gerald Pfeifer1-0/+4
From-SVN: r40738
2001-03-22ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198.Alexandre Oliva1-0/+5
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198. From-SVN: r40731
2001-03-21* config-ml.in: Handle GCJ and GCJFLAGS.Tom Tromey1-0/+4
From-SVN: r40721
2001-03-21* Makefile.in: all-m4 depends on all-texinfo.Michael Chastain1-0/+4
From-SVN: r40707
2001-03-21* MAINTAINERS: Add myself to write after approval list.Loren J. Rittle1-0/+4
From-SVN: r40682
2001-03-19* Makefile.in (DO_X): Quote nested quotes.Laurynas Biveinis1-0/+4
From-SVN: r40631
2001-03-18Add alan@linuxcare.com.auAlan Modra1-0/+4
From-SVN: r40597
2001-03-16Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}".Laurynas Biveinis1-0/+5
* Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}". From-SVN: r40557
2001-03-11MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.Ovidiu Predescu1-0/+4
2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com> * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C. From-SVN: r40380
2001-03-10configure.in: Only use `lang_requires' for languages athat are actually enabled.Nicola Pero1-0/+5
2001-03-09 Nicola Pero <n.pero@mi.flashnet.it> * configure.in: Only use `lang_requires' for languages athat are actually enabled. From-SVN: r40356