summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * MAINTAINERS (Various maintainers: Ada front end):bosch2001-10-101-0/+5
| | | | | | | Added Robert Dewar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46149 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Various maintainers: Ada front end): Added myself.billingd2001-10-021-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45980 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Various maintainers: Ada front end): Added myself.bosch2001-10-021-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45970 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Handle temporary files securely using mkdir.jsm282001-10-021-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45939 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).aoliva2001-09-291-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45886 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-26 Will Cohen <wcohen@redhat.com>wcohen2001-09-271-0/+5
| | | | | | | | * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45842 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET foraoliva2001-09-261-0/+5
| | | | | | | RANLIB. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45832 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,aoliva2001-09-211-0/+9
| | | | | | | | | | | DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to avoid quotes nesting problems. (NATIVE_CHECK_MODULES): Ditto, just for consistency. (DO_X): Export only variables that are set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45720 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-19 Ben Elliston <bje@redhat.com>bje2001-09-191-0/+6
| | | | | | | | | * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler; it has incorrect semantics. Use the shell built-in "type" command instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45687 138bc75d-0d04-0410-961f-82ee72b054a4
* Merged from gcc-3_0-branch:aoliva2001-09-011-1/+17
| | | | | | | | | | | | | | | | | | | 2001-07-30 Jeff Sturm <jsturm@one-pont.com> * ltcf-c.sh: Use $objext, not $ac_objext. 2001-07-27 Mark Kettenis <kettenis@gnu.org> * ltcf-cxx.sh: Add support for GNU. 2001-07-22 Timothy Wall <twall@redhat.com> * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve default settings if using GNU tools with that configuration. * ltcf-cxx.sh: Ditto. * ltcf-gcj.sh: Ditto. 2001-07-21 Michael Chastain <chastain@redhat.com> * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. * ltmain.sh: Mark as gcc-local. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45341 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-30 Eric Christopher <echristo@redhat.com>echristo2001-08-311-0/+6
| | | | | | | | | | Jason Eckhardt <jle@redhat.com> * config.guess: Merge from master sources. * config.sub: Merge from master sources, add support for mipsisa32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45310 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.sub: Merge from master sources, rev 1.219.geoffk2001-08-251-1/+6
| | | | | | | * MAINTAINERS: Add self as contact for stormy16 port. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45174 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.sub: Merge from master sources, rev 1.218.zack2001-08-151-0/+5
| | | | | | | * config.guess: Merge from master sources, rev 1.209. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44914 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (check-c++): Add missing semicolon.grahams2001-08-111-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44792 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAITAINERS (Various maitainers: predict.def): Added myself.hubicka2001-07-301-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44482 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-30 Eric Christopher <echristo@redhat.com>echristo2001-07-301-16/+20
| | | | | | | * MAINTAINERS (Various maintainers: mips port): Added myself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44474 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>aph2001-07-301-0/+4
| | | | | | | * configure.in (sh-*-linux*): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44472 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/gcc_update: Dump timestamp in LAST_UPDATED.rth2001-07-271-0/+4
| | | | | | | * .cvsignore: Add LAST_UPDATED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44413 138bc75d-0d04-0410-961f-82ee72b054a4
* MAINTAINERS (Various maintainers: s390 port): Added myself.uweigand2001-07-231-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44265 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-16 Aldy Hernandez <aldyh@redhat.com>aldyh2001-07-161-0/+4
| | | | | | | * config.sub: Fix mips64vr5000el typo in CPU-COMPANY. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44034 138bc75d-0d04-0410-961f-82ee72b054a4
* Added myself in the list of people who can write to CVS after approvalnicola2001-07-131-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43982 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't compile libiberty, libstdcxxciceron2001-07-121-0/+5
| | | | | | | and libgcj on m68hc11/m68hc12. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43970 138bc75d-0d04-0410-961f-82ee72b054a4
* Add CFLAGS_FOR_BUILD for canadian cross build.hjl2001-06-281-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43628 138bc75d-0d04-0410-961f-82ee72b054a4
* * README: Remove version number.jsm282001-06-131-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43346 138bc75d-0d04-0410-961f-82ee72b054a4
* * INSTALL/README: Update wrt. to the installation instructions nowgerald2001-06-131-0/+5
| | | | | | | residing in gcc/doc/install.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43318 138bc75d-0d04-0410-961f-82ee72b054a4
* * README: Replace with a cut-down and updated version of gcc/README.jsm282001-06-131-0/+4
| | | | | | | | gcc: * README: Remove. Some of the contents moved to ../README. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43312 138bc75d-0d04-0410-961f-82ee72b054a4
* * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthreaddje2001-06-131-0/+5
| | | | | | | multilibs to be disabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43294 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-11 Daniel Berlin <dan@cgsoftware.com>dberlin2001-06-111-0/+4
| | | | | | | * MAINTAINERS (Write After Approval): Add myself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43227 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.guess: Import CVS version 1.195.aoliva2001-06-091-0/+5
| | | | | | | * config.sub: Import CVS version 1.212. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43096 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Ifaoliva2001-06-081-0/+6
| | | | | | | | gcc/xgcc is built, use -print-prog-name to find out the program name to use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42996 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-04 Phil Edwards <pme@sources.redhat.com>pme2001-06-041-0/+6
| | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42884 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,aoliva2001-06-041-0/+5
| | | | | | | with_gcc]: Use `gcc -shared' to build a shared library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42874 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link sharedaoliva2001-06-041-0/+5
| | | | | | | archives. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42870 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add myself.ro2001-06-011-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42781 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (libstdcxx_flags): Do not try to executehp2001-06-011-0/+5
| | | | | | | libstdc++-v3/testsuite_flags until it exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42772 138bc75d-0d04-0410-961f-82ee72b054a4
* Update my email address.amodra2001-06-011-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42769 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add myself.grahams2001-05-311-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42750 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ sharedaoliva2001-05-281-0/+5
| | | | | | | libraries when using g++ with native linker. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42680 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.aoliva2001-05-281-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42677 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)aoliva2001-05-221-0/+5
| | | | | | | [aix4*|aix5*]: Prepend blank. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42438 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2001-05-201-0/+6
| | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42351 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add myself.kraai2001-05-191-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42314 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-05-191-0/+4
| | | | | | | * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42299 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-11 Ben Elliston <bje@redhat.com>bje2001-05-101-0/+5
| | | | | | | | * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41948 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-05-091-0/+4
| | | | | | | * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41931 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disableaoliva2001-05-031-0/+11
| | | | | | | libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41805 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't reset it from scratch in theaoliva2001-04-261-0/+3
| | | | | | | target case; only append to it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41576 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,aoliva2001-04-261-0/+5
| | | | | | | sparc-*-solaris2.8]: Disable ${libgcj}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41575 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (libgcj_saved): Copy from $libgcj.aoliva2001-04-251-0/+6
| | | | | | | | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41551 138bc75d-0d04-0410-961f-82ee72b054a4
* remove self as maintainergavin2001-04-251-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41546 138bc75d-0d04-0410-961f-82ee72b054a4