Neil Vachharajani
da0e8d951a
* value-prof.c (init_pid_map): Replace xmalloc with XCNEWVEC.
...
From-SVN: r150544
2009-08-06 20:45:26 +00:00
Neil Vachharajani
8375f7b2fe
* MAINTAINERS: Add my name to Write After Approval list.
...
From-SVN: r150541
2009-08-06 20:27:41 +00:00
Michael Eager
ca9fe9972e
configure.ac: Add Microblaze target.
...
* configure.ac: Add Microblaze target.
* configure: Regenerate.
From-SVN: r150535
2009-08-06 17:48:24 +00:00
Christian Bruel
ea2002ba74
enable SH libgloss build
...
From-SVN: r150314
2009-07-31 14:51:10 +02:00
Rask Ingemann Lambertsen
f563194df3
MAINTAINERS (Write After Approval): Update my e-mail address.
...
2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
* MAINTAINERS (Write After Approval): Update my e-mail address.
From-SVN: r150156
2009-07-28 13:30:14 +00:00
Ian Lance Taylor
e90e6bd737
configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
...
* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
* configure: Rebuild.
From-SVN: r149292
2009-07-06 18:06:55 +00:00
Tobias Grosser
f6e0880aa0
MAINTAINERS: Move myself to the Graphite Reviewers.
...
2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
* MAINTAINERS: Move myself to the Graphite Reviewers.
From-SVN: r149138
2009-07-01 12:13:57 +00:00
Wei Guozhi
6d984927d5
MAINTAINERS: Add my name to Write After Approval list.
...
* MAINTAINERS: Add my name to Write After Approval list.
From-SVN: r149080
2009-06-30 03:42:16 +00:00
Steve Ellcey
f2689b094a
re PR bootstrap/40338 (bootstrap comparision fails on 32 bit PA when comparing libgcc objects)
...
2009-06-26 Steve Ellcey <sje@cup.hp.com>
PR bootstrap/40338
* configure.ac (comparestring): Create new variable.
* Makefile.tpl (comparestring): Use to skip some comparisions.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r148978
2009-06-26 17:28:40 +00:00
Doug Evans
f62c0ba4a7
changelog for:
...
* Makefile.def (host_modules): Add cgen.
* Makefile.in: Regenerate.
* configure.ac (host_tools): Add cgen.
* configure: Regenerate.
From-SVN: r148977
2009-06-26 17:12:35 +00:00
DJ Delorie
7acf4da6f9
MAINTAINERS: Add myself as mep maintainer.
...
[toplevel]
* MAINTAINERS: Add myself as mep maintainer.
[gcc]
Add MeP port.
* config.gcc: Add mep support.
* recog.c: Resurrect validate_replace_rtx_subexp().
* recog.h: Likewise.
* config/mep/: Add new port:
* config/mep/constraints.md: New file.
* config/mep/default.h: New file.
* config/mep/intrinsics.h: New file.
* config/mep/intrinsics.md: New file.
* config/mep/ivc2-template.h: New file.
* config/mep/mep-c5.cpu: New file.
* config/mep/mep-core.cpu: New file.
* config/mep/mep-default.cpu: New file.
* config/mep/mep-ext-cop.cpu: New file.
* config/mep/mep-intrin.h: New file.
* config/mep/mep-ivc2.cpu: New file.
* config/mep/mep-lib1.asm: New file.
* config/mep/mep-lib2.c: New file.
* config/mep/mep-pragma.c: New file.
* config/mep/mep-protos.h: New file.
* config/mep/mep-tramp.c: New file.
* config/mep/mep.c: New file.
* config/mep/mep.cpu: New file.
* config/mep/mep.h: New file.
* config/mep/mep.md: New file.
* config/mep/mep.opt: New file.
* config/mep/predicates.md: New file.
* config/mep/t-mep: New file.
[gcc/testsuite]
Add MeP port.
* lib/target-supports.exp: Add mep support (no profiling).
[libgcc]
Add MeP port.
* config.host: Add mep support.
[libstdc++-v3]
Add MeP port.
* configure.host: Add mep support.
From-SVN: r148890
2009-06-24 00:16:25 -04:00
Ian Lance Taylor
00020c1638
configure.ac: Add --enable-build-with-cxx.
...
./: * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
boot_languages. Only bootstrap target libraries listed in
target_libs for some boot language. Add --with-stage1-ldflags,
--with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
if not building with C++.
* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
* configure, Makefile.in: Rebuild.
gcc/:
* configure.ac: Invoke AC_PROG_CXX. Separate C specific warnings
from loose_warn into c_loose_warn and from strict_warn into
c_strict_warn. Set and substitute warn_cxxflags. Check for
--enable-build-with-cxx. Set and substitute
ENABLE_BUILD_WITH_CXX. Set and substitute HOST_LIBS.
* Makefile.in (CXXFLAGS): New variable.
(C_LOOSE_WARN, C_STRICT_WARN): New variables.
(GCC_WARN_CFLAGS): Add $(C_LOOSE_WARN). Add $(C_STRICT_WARN) if
the default is the same as $(STRICT_WARN).
(GCC_WARN_CXXFLAGS, WARN_CXXFLAGS): New variables.
(CXX): New variable.
(COMPILER): New value if ENABLE_BUILD_WITH_CXX.
(COMPILER_FLAGS, LINKER, LINKER_FLAGS): Likewise.
(ALL_COMPILERFLAGS, ALL_LINKERFLAGS): Likewise.
(HOST_LIBS): New variable.
(GCC_CFLAGS): Add $(C_LOOSE_WARN).
(ALL_CXXFLAGS): New variable.
(LIBS, BACKENDLIBS): Add $(HOST_LIBS).
* doc/install.texi (Configuration): Document
--enable-build-with-cxx, --with-stage1-ldflags,
--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.
* configure: Rebuild.
From-SVN: r148889
2009-06-24 04:03:51 +00:00
Li Feng
1da52d4a6c
MAINTAINERS: Added my name to write-after-approval list.
...
2009-06-23 Li Feng <nemokingdom@gmail.com>
* MAINTAINERS: Added my name to write-after-approval list.
From-SVN: r148831
2009-06-23 03:55:49 +00:00
Ryan Mansfield
144c917562
configure.ac: Define is_elf for QNX Neutrino targets.
...
* configure.ac: Define is_elf for QNX Neutrino targets.
* configure: Regenerate.
From-SVN: r148491
2009-06-15 14:09:43 +00:00
Ghassan Shobaki
e5871e24c1
MAINTAINERS: Added my name to the write-after-approval list
...
2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
* MAINTAINERS: Added my name to the write-after-approval list
From-SVN: r148322
2009-06-09 18:39:31 +00:00
Kaveh R. Ghazi
5f4a82c0c5
configure.ac: Detect MPC in default directory.
...
* configure.ac: Detect MPC in default directory.
* configure: Regenerate.
From-SVN: r148280
2009-06-08 16:30:30 +00:00
Jerome Guitton
394e919561
Makefile.tpl (all): Avoid a trailing backslash.
...
* Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.in: Regenerate.
Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
From-SVN: r148113
2009-06-03 05:41:22 +00:00
Ben Elliston
47bca6aa34
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r148105
2009-06-03 09:00:35 +10:00
Richard Sandiford
a891a4733d
configure.ac (powerpc-*-aix*, [...]): Add target-newlib to noconfdirs.
...
* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
to noconfdirs.
* configure: Regenerate.
From-SVN: r148093
2009-06-02 19:01:35 +00:00
Alexandre Oliva
70cb2d9f66
Makefile.tpl ([+compare-target+]): Compare all stage directories, rather than just gcc.
...
* Makefile.tpl ([+compare-target+]): Compare all stage
directories, rather than just gcc.
* Makefile.in: Rebuilt.
From-SVN: r148080
2009-06-02 08:12:04 +00:00
Doug Kwan
7f1245dffd
configure.ac: Support gold for target arm*-*-*.
...
2009-06-01 Doug Kwan <dougkwan@google.com>
* configure.ac: Support gold for target arm*-*-*.
* configure: Regenerate.
From-SVN: r148064
2009-06-01 19:41:08 +00:00
Kaveh R. Ghazi
acd262252c
Makefile.def: Add MPC support and dependencies.
...
* Makefile.def: Add MPC support and dependencies.
* configure.ac: Likewise. Reorganize GMP/MPFR checks.
* Makefile.in, configure: Regenerate.
gcc:
* configure.ac: Add MPC support.
* config.in, configure: Regenerate.
From-SVN: r147996
2009-05-30 00:43:36 +00:00
Alexandre Oliva
a1fc946a9f
Makefile.tpl (all): Avoid harmless warning in make all when gcc-bootstrap is enabled but stage_last...
...
* Makefile.tpl (all): Avoid harmless warning in make all when
gcc-bootstrap is enabled but stage_last does not exist.
* Makefile.in: Rebuilt.
From-SVN: r147900
2009-05-27 07:29:30 +00:00
Nicolas Roche
2e6a3c8daf
Makefile.tpl (compare-target): Skip ./ada/*tools directories.
...
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.
From-SVN: r147834
2009-05-24 12:39:17 +00:00
Denis Chertykov
63487d1151
* MAINTAINERS: Update my e-mail address.
...
From-SVN: r147775
2009-05-21 22:46:07 +04:00
Dave Korn
449223affa
configure.ac (cygwin noconfigdirs): Remove libgcj.
...
* configure.ac (cygwin noconfigdirs): Remove libgcj.
* configure: Regenerate.
From-SVN: r147770
2009-05-21 14:42:22 +00:00
Alexandre Oliva
31c98f4921
re PR other/40159 ("make all" ignores build failures)
...
PR other/40159
* Makefile.tpl (all): Don't assume gcc-bootstrap and
gcc-no-bootstrap are mutually exclusive.
* Makefile.in: Rebuilt.
From-SVN: r147695
2009-05-19 01:30:35 +00:00
Alexandre Oliva
0f50183740
re PR other/40159 ("make all" ignores build failures)
...
PR other/40159
* Makefile.tpl (all): Don't end with unconditional success.
* Makefile.in: Rebuilt.
From-SVN: r147683
2009-05-19 00:01:17 +00:00
Alexandre Oliva
4a4a4e9933
re PR target/37137 (unrecognized command line option "-minterlink-mips16")
...
ChangeLog:
PR target/37137
* Makefile.def (flags_to_pass): Remove redundant and incomplete
STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
Add FLAGS_FOR_TARGET and BUILD_CONFIG.
(bootstrap_stage): Remove bootstrap-debug custom stages. Turn
stage_configureflags, stage_cflags and stage_libcflags into
explicit Makefile macros.
* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
GFORTRAN.
(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
CC. Set CC_FOR_BUILD from CC.
(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
and GFORTRAN.
(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
(_LIBCFLAGS): Renamed to _TFLAGS.
(do-compare-debug, do-compare3-debug): Drop.
(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
(XGCC_FLAGS_FOR_TARGET): New.
(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
TFLAGS.
(BUILD_CONFIG): Include if requested.
(all): Set TFLAGS on bootstrap.
(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
(all-stageid-prefixmodule): Likewise.
(do-clean, distclean-stageid): Set TFLAGS.
(restrap): Fix whitespace.
* Makefile.in: Rebuilt.
config/ChangeLog:
* multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
* mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
* bootstrap-O1.mk: New.
* bootstrap-O3.mk: New.
* bootstrap-debug.mk: New.
gcc/ChangeLog:
PR target/37137
* doc/install.texi (STAGE1_TFLAGS, BUILD_CONFIG): Document.
gcc/java/ChangeLog:
* Make-lang.in (GCJ): Renamed to...
(XGCJ): ... this.
libjava/ChangeLog:
* configure.ac: Insert libgcjdir in the GCJ passed in the
environment, rather than overriding completely.
* configure: Rebuilt.
From-SVN: r147415
2009-05-12 05:49:28 +00:00
Paolo Bonzini
1cee34299e
[multiple changes]
...
2009-05-07 Paolo Bonzini <bonzini@gnu.org>
* config.guess: Sync with src.
config:
2009-05-07 Paolo Bonzini
Sync from src:
2009-02-02 Doug Evans <dje@google.com>
* tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
(SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
(SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
"# no Tcl configs found".
(SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
From-SVN: r147225
2009-05-07 08:36:43 +00:00
Dave Korn
0b70eafda5
configure.ac ($with_ppl): Default to no if not supplied.
...
* configure.ac ($with_ppl): Default to no if not supplied.
($with_cloog): Likewise.
configure: Regenerate.
From-SVN: r147216
2009-05-07 05:23:16 +00:00
James E. Wilson
5175f17c83
* MAINTAINERS: Update my e-mail address.
...
From-SVN: r146853
2009-04-27 12:51:20 -07:00
Nick Clifton
952fa153c8
* MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
...
From-SVN: r146843
2009-04-27 14:35:42 +00:00
Eric Botcazou
a687f83c5a
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
...
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
* Makefile.in: Regenerate.
From-SVN: r146769
2009-04-25 12:24:08 +00:00
Kaveh R. Ghazi
9e3eba1599
re PR bootstrap/39739 (Bootstrapping with in-tree mpfr-2.4.1 and --with-gmp=... errors)
...
PR bootstrap/39739
* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
* configure, Makefile.in: Regenerate.
From-SVN: r146754
2009-04-25 03:24:17 +00:00
Taras Glek
d1b382088a
hashtab.h: Update GTY annotations to new syntax
...
2009-04-21 Taras Glek <tglek@mozilla.com>
* include/hashtab.h: Update GTY annotations to new syntax
* include/splay-tree.h: Likewise
gcc/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* alias.c: Update GTY annotations to new syntax
* basic-block.h: Likewise
* bitmap.h: Likewise
* c-common.h: Likewise
* c-decl.c: Likewise
* c-parser.c: Likewise
* c-pragma.c: Likewise
* c-tree.h: Likewise
* cfgloop.h: Likewise
* cgraph.h: Likewise
* config/alpha/alpha.c: Likewise
* config/arm/arm.h: Likewise
* config/avr/avr.h: Likewise
* config/bfin/bfin.c: Likewise
* config/cris/cris.c: Likewise
* config/darwin.c: Likewise
* config/frv/frv.c: Likewise
* config/i386/i386.c: Likewise
* config/i386/i386.h: Likewise
* config/i386/winnt.c: Likewise
* config/ia64/ia64.h: Likewise
* config/iq2000/iq2000.c: Likewise
* config/mips/mips.c: Likewise
* config/mmix/mmix.h: Likewise
* config/pa/pa.c: Likewise
* config/pa/pa.h: Likewise
* config/rs6000/rs6000.c: Likewise
* config/s390/s390.c: Likewise
* config/sparc/sparc.c: Likewise
* config/xtensa/xtensa.c: Likewise
* cselib.h: Likewise
* dbxout.c: Likewise
* dwarf2out.c: Likewise
* except.c: Likewise
* except.h: Likewise
* fixed-value.h: Likewise
* function.c: Likewise
* function.h: Likewise
* gimple.h: Likewise
* integrate.c: Likewise
* optabs.c: Likewise
* output.h: Likewise
* real.h: Likewise
* rtl.h: Likewise
* stringpool.c: Likewise
* tree-data-ref.c: Likewise
* tree-flow.h: Likewise
* tree-scalar-evolution.c: Likewise
* tree-ssa-address.c: Likewise
* tree-ssa-alias.h: Likewise
* tree-ssa-operands.h: Likewise
* tree.c: Likewise
* tree.h: Likewise
* varasm.c: Likewise
* varray.h: Likewise
* vec.h: Likewise
* coretypes.h: Do not define GTY macro if it is already defined
* doc/gty.texi: Update GTY documentation to new syntax
* gengtype-lex.l: Enforce attribute-like syntax for GTY annotations on structs
* gengtype-parse.c: Likewise
gcc/ada/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* gcc-interface/ada-tree.h: Update GTY annotations to new syntax
* gcc-interface/trans.c: Likewise
* gcc-interface/utils.c: Likewise
gcc/cp/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* cp-tree.h: Update GTY annotations to new syntax
* decl.c: Likewise
* mangle.c: Likewise
* name-lookup.c: Likewise
* name-lookup.h: Likewise
* parser.c: Likewise
* pt.c: Likewise
* rtti.c: Likewise
* semantics.c: Likewise
* typeck2.c: Likewise
gcc/fortran/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* f95-lang.c: Update GTY annotations to new syntax
* trans-intrinsic.c: Likewise
* trans-io.c: Likewise
* trans.h: Likewise
gcc/java/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* builtins.c: Update GTY annotations to new syntax
* decl.c: Likewise
* java-tree.h: Likewise
* jcf.h: Likewise
* lang.c: Likewise
gcc/objc/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* objc-act.c: Update GTY annotations to new syntax
* objc-act.h: Likewise
libcpp/ChangeLog
2009-04-21 Taras Glek <tglek@mozilla.com>
* include/cpp-id-data.h: Update GTY annotations to new syntax
* include/cpplib.h: Likewise
* include/line-map.h: Likewise
* include/symtab.h: Likewise
From-SVN: r146607
2009-04-22 14:29:36 -04:00
Ben Elliston
070bdbd99e
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r146247
2009-04-17 21:41:32 +10:00
Anthony Green
55f2d96706
configure.ac: Add moxie support.
...
* configure.ac: Add moxie support.
* configure: Rebuilt.
From-SVN: r146204
2009-04-16 17:11:08 +00:00
Jakub Jelinek
309c24a90d
configure.ac: Change copyright header to refer to version 3 of the GNU General Public License...
...
* configure.ac: Change copyright header to refer to version
3 of the GNU General Public License and to point readers at the
COPYING3 file and the FSF's license web page.
* Makefile.def: Likewise.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
From-SVN: r146023
2009-04-14 10:50:26 +02:00
Jack Howarth
b93133bcea
configure.ac: Restore match for darwin9 or later.
...
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Restore match for darwin9 or later. Use double
brackets since regeneration eats one pair.
* configure: Regenerate.
From-SVN: r145860
2009-04-09 23:50:14 +02:00
H.J. Lu
9332c6ebd1
Move gcc ChangeLog entry in revision 145415 to gcc/ChangeLog.
...
From-SVN: r145844
2009-04-09 08:52:21 -07:00
H.J. Lu
d18ff35aff
re PR c++/10039 ([macosx] gcc hangs at a c++-Constructor with switch "-Os")
...
2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10039
* configure.ac: Require texinfo 4.7.
* configure: Regenerated.
From-SVN: r145842
2009-04-09 08:44:05 -07:00
Jakub Jelinek
748086b7b2
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
...
From-SVN: r145841
2009-04-09 17:00:19 +02:00
Kaveh R. Ghazi
a3337ea264
configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
...
* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
* configure: Regenerate.
gcc:
* doc/install.texi: Update minimum GMP version. Remove obsolete
text in MPFR section.
From-SVN: r145774
2009-04-08 20:25:10 +00:00
Steve Ellcey
60911f14c3
Makefil.def (languages): New entries.
...
* Makefil.def (languages): New entries.
* Makefile.tpl (check-gcc-*): New generic target.
* Makefile.in: Regenerate.
* gcc/doc/sourcebuild.texi: Update front-end requirements.
From-SVN: r145415
2009-04-01 16:41:54 +00:00
Erven Rohou
7369c1d0bf
Update my email address.
...
From-SVN: r145053
2009-03-25 09:14:46 +01:00
Tom Tromey
cfb1f59f5d
configure: Rebuild.
...
* configure: Rebuild.
* configure.ac (host_libs): Add libiconv.
* Makefile.in: Rebuild.
* Makefile.def (host_modules): Add libiconv.
(configure-gdb, all-gdb): Depend on libiconv.
From-SVN: r144947
2009-03-18 23:32:36 +00:00
Tristan Gingold
75eeae1a13
configure.ac: Treat gdb as supported on x86_64-darwin.
...
* configure.ac: Treat gdb as supported on x86_64-darwin.
* configure: Regenerate.
From-SVN: r144887
2009-03-16 17:02:02 +00:00
Joseph Myers
f38095f3ee
configure.ac (--with-host-libstdcxx): New option.
...
* configure.ac (--with-host-libstdcxx): New option.
* configure: Regenerate.
gcc/doc:
* doc/install.texi (--with-host-libstdcxx): Document.
From-SVN: r144881
2009-03-16 13:23:13 +00:00
Joern Rennecke
fec7f2457f
* MAINTAINERS: Move myself into the write after approval list.
...
From-SVN: r144810
2009-03-12 12:57:32 +00:00
Nicola Pero
6d40129473
Updated my email address
...
From-SVN: r144776
2009-03-11 14:40:29 +00:00
Dorit Nuzman
07c9707667
MAINTAINERS: Remove myself as auto-vectorizer maintainer.
...
2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
* MAINTAINERS: Remove myself as auto-vectorizer maintainer.
From-SVN: r144773
2009-03-11 07:09:15 +00:00
Ira Rosen
bb947fd1d9
MAINTAINERS: Add myself as auto-vectorizer maintainer.
...
2009-03-10 Ira Rosen <irar@il.ibm.com>
* MAINTAINERS: Add myself as auto-vectorizer maintainer.
From-SVN: r144747
2009-03-10 14:37:15 +00:00
Ralf Wildenhues
7a9d3fe886
backport: Support GNU/kOpenSolaris.
...
Backport from git Libtool:
2009-01-19 Robert Millan <rmh@aybabtu.com>
Support GNU/kOpenSolaris.
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
GNU/kOpenSolaris.
libjava/classpath/
* configure: Regenerate.
libjava/
* configure: Regenerate.
libssp/
* configure: Regenerate.
libobjc/
* configure: Regenerate.
libstdc++-v3/
* configure: Regenerate.
libgfortran/
* configure: Regenerate.
boehm-gc/
* configure: Regenerate.
gcc/
* configure: Regenerate.
libmudflap/
* configure: Regenerate.
zlib/
* configure: Regenerate.
libffi/
* configure: Regenerate.
libgomp/
* configure: Regenerate.
From-SVN: r144527
2009-03-01 17:49:31 +00:00
Andreas Schwab
c9e9e11f46
Update e-mail address.
...
From-SVN: r144465
2009-02-27 14:44:33 +00:00
Michael Eager
5e8c155263
Fix typo.
...
From-SVN: r144418
2009-02-25 00:12:42 +00:00
Michael Eager
b48d5f6888
Add self to MAINTAINERS.
...
From-SVN: r144410
2009-02-24 16:20:22 +00:00
Bingfeng Mei
b0adb0887e
MAINTAINERS (Write After Approval): Add myself.
...
2009-02-18 Bingfeng Mei <bmei@broadcom.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r144260
2009-02-18 09:55:15 +00:00
Andreas Schwab
ee04b57491
Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS).
...
* Makefile.tpl (stage_last): Define $r and $s before using
$(RECURSE_FLAGS_TO_PASS).
* Makefile.in: Regenerate
From-SVN: r143967
2009-02-05 15:29:52 +00:00
Ian Lance Taylor
907884c92a
* MAINTAINERS: Move myself to the Global Reviewers list.
...
From-SVN: r143818
2009-01-31 06:46:00 +00:00
Robert Millan
416ac4d45b
configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
...
2009-01-29 Robert Millan <rmh@aybabtu.com>
* configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
* configure: Regenerate.
gcc/
2009-01-29 Robert Millan <rmh@aybabtu.com>
* gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
* gcc/config/i386/kopensolaris-gnu.h: New file. Undefine
`MD_UNWIND_SUPPORT'.
* gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
From-SVN: r143768
2009-01-29 18:48:41 +00:00
Gerald Pfeifer
19196f4457
* MAINTAINERS: Remove Robert Millan from Write After Approval.
...
From-SVN: r143474
2009-01-17 22:36:37 +00:00
Gerald Pfeifer
ee5decb37d
* MAINTAINERS: Make whitespace consistent.
...
From-SVN: r143473
2009-01-17 22:13:55 +00:00
Alan Modra
36fbb0ecc5
Makefile.def (configure-opcodes): Depend on configure-libiberty.
...
* Makefile.def (configure-opcodes): Depend on configure-libiberty.
(all-opcodes): Depend on all-libiberty.
* Makefile.in: Regenerate.
From-SVN: r143426
2009-01-16 18:37:23 +10:30
Douglas B Rupp
52535a64bf
configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
...
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
* configure: Regenerate.
From-SVN: r143394
2009-01-15 13:14:16 +00:00
Ramana Radhakrishnan
e04a57df1b
MAINTAINERS (Write After Approval): Add myself.
...
2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r143367
2009-01-14 12:49:05 +00:00
Steven G. Kargl
856c450bd5
MAINTAINERS: Add myself to reviewers (Fortran).
...
2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
* MAINTAINERS: Add myself to reviewers (Fortran).
From-SVN: r143312
2009-01-12 21:56:28 +00:00
Sebastian Pop
53095c5686
re PR tree-optimization/38515 (Disabling PPL/CLOOG with configure does not work)
...
2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/38515
* configure.ac (cloog-polylib): Removed.
(with_ppl, with_cloog): Test for "no".
* configure: Regenerated.
From-SVN: r143311
2009-01-12 21:36:58 +00:00
Daniel Franke
1e5e8a59a9
MAINTAINERS: Moved myself to reviewers (Fortran).
...
2009-01-11 Daniel Franke <franke.daniel@gmail.com>
* MAINTAINERS: Moved myself to reviewers (Fortran).
From-SVN: r143269
2009-01-11 07:28:03 -05:00
Thomas Schwinge
5e5debf66a
MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
...
2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
* MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
(Write After Approval): Remove myself.
From-SVN: r143138
2009-01-06 23:26:27 +01:00
Diego Novillo
1c42acf13f
MAINTAINERS: Remove myself from alias maintainership.
...
* MAINTAINERS: Remove myself from alias maintainership.
From-SVN: r143033
2009-01-03 15:04:52 -05:00
David Ayers
2fbbedafa3
MAINTAINERS: Update e-mail address.
...
2009-01-02 David Ayers <ayers@fsfe.org>
* MAINTAINERS: Update e-mail address.
From-SVN: r143009
2009-01-02 11:49:06 +00:00
Gerald Pfeifer
1721382102
* MAINTAINERS: Make whitespace consistent.
...
From-SVN: r142960
2008-12-30 07:45:13 +00:00
Ralf Wildenhues
baafc53472
Backport from upstream Libtool:
...
* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER)
(_LT_LINKER_SHLIBS): Add cache variables to tests that
require the linker to work. For shlibpath_overrides_runpath,
this also changes the semantics to let the result from the C
compiler take precedence.
boehm-gc/
* configure: Regenerate.
fixincludes/
* configure: Regenerate.
gcc/
* configure: Regenerate.
libffi/
* configure: Regenerate.
libgfortran/
* configure: Regenerate.
libgomp/
* configure: Regenerate.
libjava/classpath/
* configure: Regenerate.
libjava/
* configure: Regenerate.
libmudflap/
* configure: Regenerate.
libobjc/
* configure: Regenerate.
libssp/
* configure: Regenerate.
libstdc++-v3/
* configure: Regenerate.
zlib/
* configure: Regenerate.
From-SVN: r142817
2008-12-18 20:04:55 +00:00
Ben Elliston
18430d277c
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r142805
2008-12-18 14:27:27 +11:00
Sebastian Pop
0a280b3566
configure.ac (ppllibs): Add by default the lib flags.
...
2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
* configure.ac (ppllibs): Add by default the lib flags.
* configure: Regenerate.
From-SVN: r142715
2008-12-12 17:24:23 +00:00
Luis Machado
41e9641b89
* MAINTAINERS: Add myself to the write after approval list.
...
From-SVN: r142552
2008-12-08 15:03:38 +00:00
Jack Howarth
25783c3001
configure.ac: Add double brackets on darwin[912].
...
2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Add double brackets on darwin[912].
* configure: Regenerate.
From-SVN: r142426
2008-12-04 07:17:13 +01:00
Daniel Kraft
0e318fccb8
MAINTAINERS: Moved myself and Mikael Morin from Write After Approval to Reviewer section...
...
2008-12-03 Daniel Kraft <d@domob.eu>
* MAINTAINERS: Moved myself and Mikael Morin from Write After
Approval to Reviewer section (for Fortran front-end).
From-SVN: r142408
2008-12-03 22:37:43 +01:00
Jack Howarth
7f171b9554
configure.ac: Expand to darwin10 and later.
...
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Expand to darwin10 and later.
* configure: Regenerate.
From-SVN: r142367
2008-12-02 19:01:57 +01:00
Andreas Schwab
09ce620eab
Makefile.def: configure-target-boehm-gc depends on all-target-libstdc++-v3.
...
* Makefile.def: configure-target-boehm-gc depends on
all-target-libstdc++-v3.
* Makefile.in: Regenerate.
From-SVN: r142361
2008-12-02 16:39:27 +00:00
Kai Tietz
386c704d8a
MAINTAINERS: Add myself as mingw maintainer.
...
2008-12-02 Kai Tietz <kai.tietz@onevision.com>
* MAINTAINERS: Add myself as mingw maintainer.
From-SVN: r142360
2008-12-02 16:26:16 +01:00
Ben Elliston
e03dd84a0d
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r142343
2008-12-02 14:20:19 +11:00
Fernando Pereira
df72d7edbe
Added myself to the write after approval list in the MAINTAINERS file.
...
From-SVN: r142306
2008-12-01 06:02:19 +00:00
Gerald Pfeifer
3fa8796444
* README.SCO: Remove.
...
From-SVN: r142301
2008-11-30 23:45:04 +00:00
Dave Korn
b564652855
MAINTAINERS: Update my email address in WAA section.
...
* MAINTAINERS: Update my email address in WAA section.
From-SVN: r142277
2008-11-29 16:00:13 +00:00
Chen Liqin
ebf24eb46a
[MAINTAINER]: Update e-mail address.
...
From-SVN: r142272
2008-11-29 02:47:53 +00:00
Toon Moene
50e0f1313a
MAINTAINERS: Change e-mail address.
...
2008-11-27 Toon Moene <toon@moene.org>
* MAINTAINERS: Change e-mail address.
From-SVN: r142246
2008-11-27 20:03:08 +00:00
Tristan Gingold
0db3a85808
configure.ac: Build gdb for i?86-*-darwin*
...
2008-11-27 Tristan Gingold <gingold@adacore.com>
* configure.ac: Build gdb for i?86-*-darwin*
* configure: Regenerated.
From-SVN: r142245
2008-11-27 16:52:32 +00:00
Hariharan Sandanagobalane
f07bde688d
* MAINTAINERS: Added my full name.
...
From-SVN: r142150
2008-11-24 09:59:37 +00:00
Daniel Jacobowitz
487e299ba6
re PR bootstrap/38014 (in-tree gmp and mpfr libraries no longer work)
...
PR bootstrap/38014
PR bootstrap/37923
Revert:
2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
* Makefile.in: Regenerated.
2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
(EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
(HOST_EXPORTS): Pass CPPFLAGS.
(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
(LDFLAGS_FOR_TARGET): Initialize from configure script.
(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
* Makefile.in, configure: Regenerated.
* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
and CPPFLAGS_FOR_BUILD.
From-SVN: r141859
2008-11-14 14:51:38 +00:00
Jeff Law
d69fbecbc6
Add myself as middle end maintainer
...
From-SVN: r141652
2008-11-06 10:18:51 -07:00
Andrew Stubbs
044fed6999
MAINTAINERS (Write after approval): Add myself.
...
* MAINTAINERS (Write after approval): Add myself.
From-SVN: r141648
2008-11-06 15:53:28 +00:00
Diego Novillo
caf6defec8
MAINTAINERS (Global Reviewers): Add myself.
...
* MAINTAINERS (Global Reviewers): Add myself.
(Non-Algorithmic Maintainers): Remove myself.
From-SVN: r141622
2008-11-05 16:06:25 -05:00
Tobias Grosser
b738068cc3
re PR middle-end/37883 ([graphite] ICE : in scan_tree_for_params, at graphite.c:2274)
...
2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
PR middle-end/37883
* graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR.
From-SVN: r141599
2008-11-05 05:04:29 +00:00
Tobias Grosser
58af97fcf8
re PR middle-end/37943 ([graphite] ICE : in build_graphite_scops, at graphite.c:1823)
...
2008-11-05 Tobias Grosser <grosser@fim.uni-passau.de>
PR middle-end/37943
* graphite.c (scopdet_basic_block_info): Fix loops with multiple
exits and conditions.
* testsuite/gcc.dg/graphite/pr37943.c: New.
From-SVN: r141598
2008-11-05 04:45:49 +00:00
Thomas Schwinge
3e9899ac86
MAINTAINERS (Write after approval): Add myself.
...
2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
* MAINTAINERS (Write after approval): Add myself.
From-SVN: r141591
2008-11-05 00:32:39 +01:00
Mikael Morin
ea99e36ef7
MAINTAINERS (Write after approval): Add myself.
...
2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
* MAINTAINERS (Write after approval): Add myself.
From-SVN: r141494
2008-10-31 15:20:23 +00:00
Ben Elliston
fb0d26846b
configure.ac (spu-*-*): Remove special case.
...
* configure.ac (spu-*-*): Remove special case.
* configure: Regenerate.
From-SVN: r141471
2008-10-31 10:33:12 +11:00
Catherine Moore
73c07a3e71
MAINTAINERS (Write after approval): Update my email address.
...
2008-10-30 Catherine Moore <clm@codesourcery.com>
* MAINTAINERS (Write after approval): Update my email address.
From-SVN: r141465
2008-10-30 14:42:39 -04:00