Commit Graph

712 Commits

Author SHA1 Message Date
Wolfgang Bangerth d45148c102 MAINTAINERS (Write After Approval): Upgrade myself from GNATS only to write-after-approval.
* MAINTAINERS (Write After Approval): Upgrade myself from
       GNATS only to write-after-approval. Update my mail address.

From-SVN: r66076
2003-04-25 16:06:51 -06:00
Loren J. Rittle bb751e4780 (OS Port Maintainers: freebsd): Add myself.
From-SVN: r66069
2003-04-25 17:32:13 +00:00
Mark Mitchell 438f50c386 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
From-SVN: r65979
2003-04-23 02:44:37 +00:00
Kean Johnston 9074e16951 Added myself as SCO maintainer
From-SVN: r65946
2003-04-22 16:46:30 +00:00
Nathan Sidwell dfd39a2e36 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
From-SVN: r65892
2003-04-21 18:43:10 +00:00
Kean Johnston ccbae82adf Add my entry
From-SVN: r65834
2003-04-19 21:30:21 +00:00
Gerald Pfeifer 2f50999f20 Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
	* Makefile.in: Regenerate.

From-SVN: r65786
2003-04-18 18:26:20 +00:00
Jakub Jelinek e9b841813c configure.in (powerpc64*-*-linux*): Remove.
* configure.in (powerpc64*-*-linux*): Remove.
	* configure: Rebuilt.
libffi/
	* include/ffi.h.in (POWERPC64): Define if 64-bit.
	(enum ffi_abi): Add FFI_LINUX64 on POWERPC.
	Make it the default on POWERPC64.
	(FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
	* configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
	* configure: Rebuilt.
	* src/powerpc/ffi.c (hidden): Define.
	(ffi_prep_args_SYSV): Renamed from
	ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
	(NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
	ASM_NEEDS_REGISTERS64): New.
	(ffi_prep_args64): New function.
	(ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
	(ffi_call): Likewise.
	(ffi_prep_closure): Likewise.
	(flush_icache): Surround by #ifndef POWERPC64.
	(ffi_dblfl): New union type.
	(ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
	(ffi_closure_helper_LINUX64): New function.
	* src/powerpc/ppc_closure.S: Surround whole file by #ifndef
	__powerpc64__.
	* src/powerpc/sysv.S: Likewise.
	(ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
	* src/powerpc/linux64.S: New file.
	* src/powerpc/linux64_closure.S: New file.
	* Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
	src/powerpc/linux64_closure.S.
	(TARGET_SRC_POWERPC): Likewise.

	* src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
	closure_test_fn3): Fix result printing on big-endian 64-bit
	machines.
	(main): Print tst2_arg instead of uninitialized tst2_result.

	* src/ffitest.c (main): Hide what closure pointer really points to
	from the compiler.

From-SVN: r65781
2003-04-18 14:32:36 +02:00
Phil Edwards 1ca4c6e1e8 Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the previous bootstrap targets...
2003-04-17  Phil Edwards  <pme@gcc.gnu.org>

	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
	and restrap.
	* Makefile.in:  Regenerate.

From-SVN: r65752
2003-04-17 21:04:05 +00:00
Richard Earnshaw 0590b963aa configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.

From-SVN: r65694
2003-04-16 18:33:59 +00:00
DJ Delorie ff41a56f93 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
From-SVN: r65648
2003-04-15 12:47:42 -04:00
Nick Clifton 50d440bc05 config-ml.in: Remove support for --disable-aix removing call-aix multilibs.
config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete support for
 -mcall-aix switch.
config/rs6000/eabiaix.h: Delete.
config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG, RETURN_ADDRESS_OFFSET):
 Remove use of ABI_AIX_NODESC.
config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
config/rs6000/rs6000.c (print_operand, rs6000_stack_info, debug_stack_info,
 output_function_profiler, rs6000_trampoline_size,
 rs6000_initialise_trampoline): Likewise.
config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv, sibcall_nonlocal_sysv,
 sibcall_value_local64): Likewise.
config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix multilibs.
 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
 (MULTILIB_EXCEPTIONS): Delete.
 (MULTILIB_MATCHES): Remove mcall-aix matches.
doc/fragments.texi: Replace -mcall-aix example with an ARM one.
doc/install.texi: Delete powerpc-*-eabiaix target.
doc/invoke.texi: Remove documentation of mcall-aix switch.
doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
config.gcc: Delete powerpc-*-eabiaix target.

From-SVN: r65546
2003-04-13 16:59:45 +00:00
Alexandre Oliva b1e0a93ee5 libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.

From-SVN: r65459
2003-04-11 04:20:21 +00:00
Joel Sherrill 71fb704d58 MAINTAINERS: Add my email address.
2003-04-08  Joel Sherrill  <joel@oarcorp.com>

	* MAINTAINERS: Add my email address.

From-SVN: r65384
2003-04-08 22:30:26 +00:00
Olivier Hainque 3897ea90df * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r64492
2003-03-17 16:15:25 +00:00
Nathanael Nerode 93c834b7d7 Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
	* Makefile.in: Regenerate.

From-SVN: r64370
2003-03-14 20:44:37 +00:00
Michael Chastain 82c34dcb17 * Makefile.in: Regenerate with correct Makefile.def.
From-SVN: r64368
2003-03-14 14:18:21 -05:00
Nathanael Nerode 73458fb759 Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.
(toplev)
	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
	Make macro.
	* Makefile.in: Regenerate.
	* configure.in: Clean up gxx_include_dir logic.
	* configure: Regenerate.

(gcc)
	* Makefile.in: Eliminate all.indirect.  Update and clean up comments.
	Rearrange.  Reorganize.
	* configure.in: Rearrange.
	* configure: Regenerate.

From-SVN: r64260
2003-03-12 20:41:00 +00:00
Ansgar Esztermann 32cf27e58e * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r64245
2003-03-12 13:58:36 +01:00
Ben Elliston c727e7a052 MAINTAINERS: Update my mail address.
2003-03-10  Ben Elliston  <bje@wasabisystems.com>

	* MAINTAINERS: Update my mail address.

From-SVN: r64063
2003-03-10 16:34:43 +11:00
Franz Sirl 9a27ac7a2b configure.in (gxx_include_dir): Fix typo.
2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* configure.in (gxx_include_dir): Fix typo.
	* configure: Regenerated.

From-SVN: r64038
2003-03-09 17:08:17 +00:00
Nathanael Nerode 3aa8317698 Makefile.tpl: Reindent.
* Makefile.tpl: Reindent.
	* Makefile.in: Regenerate.
	* configure.in: Reindent.  Don't set unused variables.
	* configure: Regenerate.

From-SVN: r63823
2003-03-05 01:45:09 +00:00
Daniel Jacobowitz 9124bc53e9 configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET.
* configure.in: Include $(build_tooldir)/sys-include in
	FLAGS_FOR_TARGET.
	* configure: Regenerated.

From-SVN: r63792
2003-03-04 19:43:35 +00:00
Nathanael Nerode c858bf1e21 Makefile.tpl: Always pass down RANLIB.
* Makefile.tpl: Always pass down RANLIB.
	* Makefile.in: Regenerate.

From-SVN: r63777
2003-03-04 07:32:20 +00:00
Nathanael Nerode aa9c3ab4b1 Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
	* Makefile.in: Regenerate.
	* configure.in: Remove unused logic relating to --enable-shared
	and --enable-threads.  Remove bogus comments.  Remove redundant
	noconfigdirs.
	* configure: Regenerate.

From-SVN: r63776
2003-03-04 07:27:54 +00:00
Nathanael Nerode cb543528a6 configure.in: Replace ${libstdcxx_version} by its value.
* configure.in: Replace ${libstdcxx_version} by its value.
	Remove reference to mh-dgux.
	* configure: Regenerate.

	* mh-dgux: Delete.

From-SVN: r63775
2003-03-04 07:23:56 +00:00
Kevin Buettner 53f70c1b3b Add myself to the write-after-approval list.
From-SVN: r63731
2003-03-03 20:26:10 +00:00
Nathanael Nerode df0f0674eb Makefile.tpl: Rearrange.
* Makefile.tpl: Rearrange.
	* Makefile.in: Regenerate.

From-SVN: r63567
2003-02-28 18:01:54 +00:00
Uwe Stieber ef4e756902 Add support for kaOS as cross build target system.
From-SVN: r63400
2003-02-25 10:45:00 +00:00
Steven Bosscher a7a287eb4f * MAINTAINERS (Write after approval): Add myself.
From-SVN: r63356
2003-02-24 09:27:29 +00:00
James E Wilson ff00c8a2df Update my email address.
From-SVN: r63254
2003-02-21 16:04:11 -08:00
Zack Weinberg abb2db7ad1 * MAINTAINERS: Add self to blanket write privs. section.
From-SVN: r63253
2003-02-21 23:50:38 +00:00
Sean McNeil e9f2dc3b46 Makefile.tpl: Add definition of CPPFLAGS to pass into configure-target-* as some target...
* 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.

From-SVN: r63200
2003-02-20 20:55:04 -05:00
Alexandre Oliva 11856278b8 libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* 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.

From-SVN: r63148
2003-02-20 01:11:51 +00:00
Alexandre Oliva 274aef32d9 ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used as argument to $CC.
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
it is used as argument to $CC.
* ltcf-gcj.sh: Likewise.

From-SVN: r63135
2003-02-19 23:50:23 +00:00
Alexandre Oliva ee03dc5e15 configure.in: Introduce --enable-maintainer-mode.
* configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt.
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
for maintainer mode.
* Makefile.in: Rebuilt.

From-SVN: r63134
2003-02-19 23:37:24 +00:00
Jason Merrill 30db8e17e5 * Makefile.tpl (check-c++): Allow parallelism.
From-SVN: r63053
2003-02-18 14:15:17 -05:00
Gerald Pfeifer cab60ac6c2 MAINTAINERS: Remove John Carr (who never actually had access to gcc.gnu.org).
* MAINTAINERS: Remove John Carr (who never actually had access to
	gcc.gnu.org).

From-SVN: r62982
2003-02-16 20:10:37 +00:00
Geoffrey Keating c8e5d1afc5 configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc.
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
	don't configure target-libobjc.
	* configure: Regenerate.

From-SVN: r62956
2003-02-16 01:09:27 +00:00
Rainer Orth 70f91f5046 Makefile.tpl (RANLIB): Define.
* Makefile.tpl (RANLIB): Define.
	* Makefile.in: Regenerate.

From-SVN: r62913
2003-02-14 20:35:24 +00:00
Michael Koch 31aef004ee Moved ChangeLog entry into correct ChangeLog file
From-SVN: r62825
2003-02-13 07:36:10 +00:00
Michael Koch 05008212fb 2003-02-13 Michael Koch <konqueror@gmx.de>
* java/net/NetPermission.java
	(NetPermission): Make doucmentation match the method declaration.
	* java/net/NetworkInterface.java
	(equals): Reformated for GNU coding style.
	* java/net/ServerSocket.java: Merged with classpath.
	* java/net/Socket.java: Partly merged with classpath (Added some @since).
	* java/net/SocketImpl.java
	(localPort): Merged with classpath (initialize with -1).
	* java/net/SocketPermission.java: Merged with classpath (reindented).
	* java/net/URLDecoder.java: Merged with classpath (reindented).

From-SVN: r62824
2003-02-13 07:33:40 +00:00
Laurynas Biveinis 669e906239 * MAINTAINERS: Update my email
From-SVN: r62575
2003-02-08 10:52:39 +00:00
Keith R Seitz 61b56b2e4b Makefile.def: Remove "snavigator", "grep", and "db" modules.
* 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.

From-SVN: r62496
2003-02-06 15:55:11 -05:00
Gerald Pfeifer a1ba6e15ea MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write After Approval.
* MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
	After Approval.

From-SVN: r62489
2003-02-06 12:44:28 +00:00
Christian Cornelssen f5f2cce54c * MAINTAINERS (Write after approval): Add myself.
From-SVN: r62287
2003-02-02 21:44:31 +01:00
Frank Ch. Eigler ba49f6f13b Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2003-01-31  Frank Ch. Eigler  <fche@redhat.com>

	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
	* Makefile.in: Regenerated.

From-SVN: r62195
2003-01-31 20:02:02 +00:00
Roger Sayle ccf9f10cc3 config.guess: Updated to 2003-01-30's version.
* config.guess: Updated to 2003-01-30's version.
	* config.sub: Updated to 2003-01-28's version.

From-SVN: r62160
2003-01-30 22:44:14 +00:00
Alexandre Oliva a693735b84 config.if: If gcc_version is already set, just use it.
* config.if: If gcc_version is already set, just use it.  Don't set
gcc_version_trigger if it's already set, otherwise set it to
gcc/version.c, but only if the file exists.  If it is not set and
gcc/version.c does not exist, try to extract the version number from
$CC.

From-SVN: r62131
2003-01-30 11:52:51 +00:00
Andreas Tobler 204c43d642 * MAINTAINERS Add myself to write-after-approval list.
From-SVN: r62097
2003-01-29 18:43:30 +01:00