aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2003-05-18<top level>Nathanael Nerode1-0/+8
<top level> * configure.in: Switch more things to use maybe dependencies. Rearrange a little. Use GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.tpl: Switch more things to use maybe dependencies. * Makefile.in: Regenerate. <config> * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, GCC_TOPLEV_SUBDIRS. From-SVN: r66932
2003-05-16Fix date.Andreas Jaeger1-1/+1
From-SVN: r66871
2003-05-16Makefile.tpl (install-opcodes): Define.Andreas Schwab1-0/+5
2003-05-15 Andreas Schwab <schwab@suse.de> * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild. From-SVN: r66869
2003-05-13config.guess: Update to 2003-05-09 version.Andreas Jaeger1-2/+7
2003-05-13 Andreas Jaeger <aj@suse.de> * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version. From-SVN: r66759
2003-05-13configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and ↵Corinna Vinschen1-0/+6
$$s/newlib/libc/sys/cygwin32 include paths. 2003-05-12 Corinna Vinschen <corinna@vinschen.de> * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto. From-SVN: r66754
2003-05-13Fix date in last entry.Andreas Jaeger1-1/+1
From-SVN: r66751
2003-05-13configure.in: Correct sed script so that options in quotes are not deleted.Michael Eager1-0/+6
2003-05-12 Michael Eager <eager@mvista.com> * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild. From-SVN: r66750
2003-05-12update email addressesMichael Meissner1-0/+4
From-SVN: r66722
2003-05-06config-ml.in: Propagate INSTALL variables.Eric Botcazou1-0/+4
2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr> * config-ml.in: Propagate INSTALL variables. From-SVN: r66534
2003-05-04* MAINTAINERS: Remove duplicate entries in Write After Approval.Gerald Pfeifer1-0/+4
From-SVN: r66451
2003-05-02Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.Chris Demetriou1-0/+5
2003-05-02 Chris Demetriou <cgd@broadcom.com> * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. * Makefile.in: Regenerate. From-SVN: r66415
2003-05-02MAINTAINERS (GNATS only): Add Falk Hueffner.Wolfgang Bangerth1-0/+4
2003-05-02 Wolfgang Bangerth <bangerth@dealii.org> * MAINTAINERS (GNATS only): Add Falk Hueffner. From-SVN: r66390
2003-04-30* MAINTAINERS (GNATS only): Add Giovanni Bajo.Wolfgang Bangerth1-0/+4
From-SVN: r66294
2003-04-29Fix date typo.Loren J. Rittle1-1/+1
From-SVN: r66203
2003-04-28Makefile.tpl: Clean $(BUILD_SUBDIR).Daniel Jacobowitz1-0/+5
* Makefile.tpl: Clean $(BUILD_SUBDIR). * Makefile.in: Regenerated. From-SVN: r66145
2003-04-25MAINTAINERS (Write After Approval): Upgrade myself from GNATS only to ↵Wolfgang Bangerth1-0/+5
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(OS Port Maintainers: freebsd): Add myself.Loren J. Rittle1-0/+4
From-SVN: r66069
2003-04-23* MAINTAINERS (java): Remove Alexandre Petit-Bianco.Mark Mitchell1-0/+4
From-SVN: r65979
2003-04-22Added myself as SCO maintainerKean Johnston1-0/+4
From-SVN: r65946
2003-04-21* MAINTAINERS (gcov): Add myself and Jan Hubicka.Nathan Sidwell1-0/+4
From-SVN: r65892
2003-04-19Add my entryKean Johnston1-0/+4
From-SVN: r65834
2003-04-18Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.Gerald Pfeifer1-0/+5
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. * Makefile.in: Regenerate. From-SVN: r65786
2003-04-18configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek1-0/+5
* 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-17Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the previous ↵Phil Edwards1-0/+7
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-16configure.in (arm-*-netbsdelf*): Enable building java libraries.Richard Earnshaw1-0/+5
* configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated. From-SVN: r65694
2003-04-15* MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.DJ Delorie1-0/+4
From-SVN: r65648
2003-04-13config-ml.in: Remove support for --disable-aix removing call-aix multilibs.Nick Clifton1-0/+5
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-11libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva1-0/+5
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. * */configure: Rebuilt. From-SVN: r65459
2003-04-08MAINTAINERS: Add my email address.Joel Sherrill1-0/+4
2003-04-08 Joel Sherrill <joel@oarcorp.com> * MAINTAINERS: Add my email address. From-SVN: r65384
2003-03-17* MAINTAINERS (Write After Approval): Add myself.Olivier Hainque1-0/+4
From-SVN: r64492
2003-03-14Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.Nathanael Nerode1-0/+5
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down. * Makefile.in: Regenerate. From-SVN: r64370
2003-03-14* Makefile.in: Regenerate with correct Makefile.def.Michael Chastain1-0/+4
From-SVN: r64368
2003-03-12Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.Nathanael Nerode1-0/+8
(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* MAINTAINERS (Write After Approval): Add myself.Ansgar Esztermann1-0/+4
From-SVN: r64245
2003-03-10MAINTAINERS: Update my mail address.Ben Elliston1-0/+4
2003-03-10 Ben Elliston <bje@wasabisystems.com> * MAINTAINERS: Update my mail address. From-SVN: r64063
2003-03-09configure.in (gxx_include_dir): Fix typo.Franz Sirl1-0/+5
2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.in (gxx_include_dir): Fix typo. * configure: Regenerated. From-SVN: r64038
2003-03-05Makefile.tpl: Reindent.Nathanael Nerode1-0/+7
* Makefile.tpl: Reindent. * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate. From-SVN: r63823
2003-03-04configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET.Daniel Jacobowitz1-0/+6
* configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. * configure: Regenerated. From-SVN: r63792
2003-03-04Makefile.tpl: Always pass down RANLIB.Nathanael Nerode1-0/+3
* Makefile.tpl: Always pass down RANLIB. * Makefile.in: Regenerate. From-SVN: r63777
2003-03-04Makefile.tpl: Don't set unused enable_shared, enable_threads macros.Nathanael Nerode1-0/+7
* 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-04configure.in: Replace ${libstdcxx_version} by its value.Nathanael Nerode1-0/+6
* configure.in: Replace ${libstdcxx_version} by its value. Remove reference to mh-dgux. * configure: Regenerate. * mh-dgux: Delete. From-SVN: r63775
2003-03-03Add myself to the write-after-approval list.Kevin Buettner1-0/+4
From-SVN: r63731
2003-02-28Makefile.tpl: Rearrange.Nathanael Nerode1-0/+5
* Makefile.tpl: Rearrange. * Makefile.in: Regenerate. From-SVN: r63567
2003-02-25Add support for kaOS as cross build target system.Uwe Stieber1-0/+5
From-SVN: r63400
2003-02-24* MAINTAINERS (Write after approval): Add myself.Steven Bosscher1-0/+4
From-SVN: r63356
2003-02-21Update my email address.James E Wilson1-0/+4
From-SVN: r63254
2003-02-21* MAINTAINERS: Add self to blanket write privs. section.Zack Weinberg1-5/+9
From-SVN: r63253
2003-02-20Makefile.tpl: Add definition of CPPFLAGS to pass into configure-target-* as ↵Sean McNeil1-0/+7
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-20libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.Alexandre Oliva1-0/+5
* 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-19ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used ↵Alexandre Oliva1-0/+4
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