Commit Graph

449 Commits

Author SHA1 Message Date
Kazu Hirata 969a6d8fb6 * MAINTAINERS (Write After Approval): Remove myself.
From-SVN: r48921
2002-01-16 19:37:27 +00:00
Florian Weimer 366f6a5273 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r48183
2001-12-19 21:03:35 +01:00
Joseph Myers f02240b65f * MAINTAINERS: Add self as docs co-maintainer.
From-SVN: r48105
2001-12-17 16:52:28 +00:00
Matthias Klose 5d08dc39a9 MAINTAINERS (Write After Approval): Add myself.
From-SVN: r47866
2001-12-11 08:26:49 +00:00
Turly O'Connor 6e12e72ce2 Correct filename to "darwin-tramp.asm" in my last ChangeLog entry.
From-SVN: r47839
2001-12-10 10:58:07 +00:00
Zack Weinberg 39e790d53c Update my email address
From-SVN: r47817
2001-12-09 20:24:45 +00:00
Turly O'Connor 4519d6a340 MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
	* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
	(rs6000_initialize_trampoline): Call __trampoline_setup for
	ABI_DARWIN too.
	* darwin-tramp.asm: New file, implements __trampoline_setup.
	* t-darwin: LIB2FUNCS_EXTRA now includes darwin_tramp.asm.

From-SVN: r47762
2001-12-07 17:41:40 +00:00
Paolo Carlini 21cf0a7365 MAINTAINERS (Write After Approval): Add myself.
2001-12-07  Paolo Carlini  <pcarlini@unitus.it>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r47738
2001-12-06 23:36:56 +00:00
Douglas B Rupp 4ee43206b1 * configure, configure.in: Use temp file for long sed commands.
From-SVN: r47669
2001-12-05 07:40:39 -05:00
Laurent Guerby 251931f3ad config.sub: Update to version 1.232 on subversion.
2001-12-03  Laurent Guerby  <guerby@acm.org>

	* config.sub: Update to version 1.232 on subversion.

From-SVN: r47567
2001-12-03 22:54:05 +00:00
Ben Elliston 03777dd7fc * MAINTAINERS: Update mail address for config.* patches.
From-SVN: r47536
2001-12-03 08:14:23 +11:00
Zack Weinberg e490616e33 top level:
2001-11-27  DJ Delorie <dj@redhat.com>
	    Zack Weinberg  <zack@codesourcery.com>

	When build != host, create libiberty for the build machine.

	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
	CONFIG_ARGUMENTS.
	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
	New variables.
	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
	and rules.
	(all.normal): Depend on ALL_BUILD_MODULES.
	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
	(all-build-libiberty): Depend on configure-build-libiberty.

	* configure: Calculate and substitute proper value for
	ALL_BUILD_MODULES.
	* configure.in: Create the build subdirectory.
	Calculate and substitute TARGET_CONFIGARGS (formerly
	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).

libiberty:
2001-11-27  Zack Weinberg  <zack@codesourcery.com>

	* _doprnt.c: Moved here from gcc/doprint.c.  Adjust to build
	in libiberty context.  Fix typo in leading comment.
	* configure.in: Fix various AC_DEFINEs so autoheader works.
	If any of vprintf, vsprintf, vfprintf is missing from libc,
	then AC_REPLACE_FUNCS(_doprnt).

From-SVN: r47393
2001-11-28 01:37:24 +00:00
Ziemowit Laski 04075e8f65 * MAINTAINERS (write-after-approval): Add self.
From-SVN: r47360
2001-11-26 22:35:45 +00:00
Craig Rodrigues ed19322d0c MAINTAINERS (GNATS only accounts): Remove self.
2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	* MAINTAINERS (GNATS only accounts): Remove self.

From-SVN: r47131
2001-11-18 01:18:55 +00:00
Hans-Peter Nilsson 90a1298869 configure.in (noconfigdirs): Disable libf2c.
* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
	libf2c.

From-SVN: r47022
2001-11-14 21:39:36 +00:00
Craig Rodrigues 77e653add2 * MAINTAINERS (Write After Approval): Add self.
From-SVN: r46973
2001-11-13 03:26:13 +00:00
David O'Brien 64adad99a0 MAINTAINERS: mips and s390 are also CPU ports.
2001-11-12  David O'Brien  <obrien@FreeBSD.org>
	* MAINTAINERS: mips and s390 are also CPU ports.

From-SVN: r46966
2001-11-12 20:16:49 +00:00
David O'Brien 834a28c7a8 MAINTAINERS: mcore, cris and mmix are also CPU ports.
2001-11-12  David O'Brien  <obrien@FreeBSD.org>
	* MAINTAINERS: mcore, cris and mmix are also CPU ports.

From-SVN: r46955
2001-11-12 16:33:55 +00:00
David O'Brien ef94239f68 MAINTAINERS: Alphabetize.
2001-11-11  David O'Brien  <obrien@FreeBSD.org>
	* MAINTAINERS: Alphabetize.

From-SVN: r46934
2001-11-12 00:45:19 +00:00
Kazu Hirata beda04276f * MAINTAINERS (Various maintainers: h8 port): Add myself.
From-SVN: r46888
2001-11-09 19:09:06 +00:00
John David Anglin 6ca224d34d * MAINTAINERS (Various maintainers: hppa port): Added myself.
From-SVN: r46885
2001-11-09 18:11:37 +00:00
Phil Edwards 132e4bd7eb configure.in (--enable-languages): Be more permissive about syntax.
* configure.in (--enable-languages): Be more permissive about
syntax.  Check for empty lists better.  Warn about $LANGUAGES.

From-SVN: r46869
2001-11-08 21:06:18 -05:00
Geoffrey Keating c6243b4cbd In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
In ChangeLog:
2001-11-08  Geoffrey Keating  <geoffk@redhat.com>

	* config.sub: Import from master sources, rev. 1.230.
	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.

Index: gcc/ChangeLog
2001-11-08  Geoffrey Keating  <geoffk@redhat.com>

	* config.gcc: Rename stormy16 to xstormy16.
	* config/stormy16/stormy-abi: Likewise.
	* config/stormy16/stormy16-protos.h: Likewise.
	* config/stormy16/stormy16.c: Likewise.
	* config/stormy16/stormy16.h: Likewise.
	* config/stormy16/stormy16.md: Likewise.

Index: gcc/testsuite/ChangeLog
2001-11-08  Geoffrey Keating  <geoffk@redhat.com>

	* g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
	* g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
	* g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
	* g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
	* gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
	* gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
	* gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.

From-SVN: r46867
2001-11-09 01:17:07 +00:00
Laurent Guerby abbb9e762b MAINTAINERS (Write After Approval): Add self.
2001-11-07  Laurent Guerby  <guerby@acm.org>

	* MAINTAINERS (Write After Approval): Add self.

From-SVN: r46831
2001-11-07 20:18:48 +00:00
Hans-Peter Nilsson 53cdb27aad * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
From-SVN: r46802
2001-11-06 07:15:44 +00:00
Hans-Peter Nilsson dd3a88c9a6 config.sub: Import from master sources, rev 1.226.
* config.sub: Import from master sources, rev 1.226.
	* config.guess: Import from master sources, rev 1.216.

From-SVN: r46780
2001-11-05 01:52:42 +00:00
Hans-Peter Nilsson d344dce955 configure.in (noconfigdirs): Disable libgcj.
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
	* MAINTAINERS: Add self as maintainer of MMIX port.
	Remove old after-approval entry.

From-SVN: r46744
2001-11-03 22:00:58 +00:00
Joseph Myers 63f6bcd791 * ChangeLog, configure: Fix spelling errors.
From-SVN: r46579
2001-10-28 12:08:43 +00:00
Brendan Kehoe 84f92638c2 * MAINTAINERS: Tweak my address.
From-SVN: r46389
2001-10-20 18:30:42 -04:00
J"orn Rennecke 2f30eda469 * MAINTAINERS: Update my email address.
From-SVN: r46199
2001-10-11 21:52:37 +01:00
Hans-Peter Nilsson 1567080ca3 Correct last entry
From-SVN: r46190
2001-10-11 16:50:21 +00:00
Hans-Peter Nilsson f48a3b5c76 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
From-SVN: r46189
2001-10-11 16:40:29 +00:00
Hans-Peter Nilsson 7fad03027b Tweak last entry to reflect what was actually posted to gcc-patches
From-SVN: r46185
2001-10-11 13:12:11 +00:00
Hans-Peter Nilsson a61f7417ad * MAINTAINERS: Add self as CRIS maintainer.
From-SVN: r46183
2001-10-11 13:04:28 +00:00
Geert Bosch 301068864b MAINTAINERS (Various maintainers: Ada front end): Added Robert Dewar.
* MAINTAINERS (Various maintainers: Ada front end):
	Added Robert Dewar.

From-SVN: r46149
2001-10-10 18:45:44 +02:00
David Billinghurst d3d51b8cad * MAINTAINERS (Various maintainers: Ada front end): Added myself.
From-SVN: r45980
2001-10-02 22:57:35 +00:00
Geert Bosch d1c3e70982 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
From-SVN: r45970
2001-10-02 23:32:12 +02:00
Joseph Myers 50f5f79326 * configure: Handle temporary files securely using mkdir.
From-SVN: r45939
2001-10-02 07:39:18 +01:00
Alexandre Oliva 7fddf9a96e * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
From-SVN: r45886
2001-09-29 19:36:13 +00:00
Will Cohen 387beb8240 configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss.
2001-09-26  Will Cohen <wcohen@redhat.com>

	* configure.in (*-*-linux*): Disable configuration of target-newlib
	and target-libgloss.

From-SVN: r45842
2001-09-27 18:01:15 +00:00
Alexandre Oliva 0c055e3461 Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB.
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
RANLIB.

From-SVN: r45832
2001-09-26 21:13:34 +00:00
Alexandre Oliva 759bfa908e Makefile.in (AS_FOR_TARGET, [...]): Don't use double quotes to avoid quotes nesting problems.
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
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.

From-SVN: r45720
2001-09-21 05:09:09 +00:00
Ben Elliston 1dc4a75000 configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler...
2001-09-19  Ben Elliston  <bje@redhat.com>

	* 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.

From-SVN: r45687
2001-09-19 16:07:00 +10:00
Alexandre Oliva 898c7238df backport: ltcf-c.sh: Use $objext, not $ac_objext.
Merged from gcc-3_0-branch:
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.

From-SVN: r45341
2001-09-01 00:47:19 +00:00
Eric Christopher 8fa0a32ec7 config.guess: Merge from master sources.
2001-08-30  Eric Christopher  <echristo@redhat.com>
	    Jason Eckhardt  <jle@redhat.com>

	* config.guess: Merge from master sources.
	* config.sub: Merge from master sources, add support for mipsisa32.

Co-Authored-By: Jason Eckhardt <jle@redhat.com>

From-SVN: r45310
2001-08-31 06:35:37 +00:00
Geoffrey Keating 32f30f91ef config.sub: Merge from master sources, rev 1.219.
* config.sub: Merge from master sources, rev 1.219.
	* MAINTAINERS: Add self as contact for stormy16 port.

From-SVN: r45174
2001-08-25 17:20:10 +00:00
Zack Weinberg f6084f99fc config.sub: Merge from master sources, rev 1.218.
* config.sub: Merge from master sources, rev 1.218.
	* config.guess: Merge from master sources, rev 1.209.

From-SVN: r44914
2001-08-15 04:27:14 +00:00
Graham Stott 91b54f7f3f * Makefile.in (check-c++): Add missing semicolon.
From-SVN: r44792
2001-08-11 09:43:31 +00:00
Jan Hubicka e5b3941e7e * MAITAINERS (Various maitainers: predict.def): Added myself.
From-SVN: r44482
2001-07-30 19:30:26 +00:00
Eric Christopher 6387a56e38 MAINTAINERS (Various maintainers: mips port): Added myself.
2001-07-30  Eric Christopher  <echristo@redhat.com>

	* MAINTAINERS (Various maintainers: mips port): Added myself.

From-SVN: r44474
2001-07-30 16:00:14 +00:00