James E Wilson
2c8e955e85
* MAINTAINERS: Update my email address.
...
From-SVN: r132852
2008-03-03 16:28:52 -08:00
Stan Shebs
893ad2a1c0
Don't need to list myself in write after approval section
...
From-SVN: r132841
2008-03-03 20:34:54 +00:00
Stan Shebs
54acd3074a
MAINTAINERS (Write After Approval): Add myself back.
...
2008-03-03 Stan Shebs <stanshebs@earthlink.net>
* MAINTAINERS (Write After Approval): Add myself back.
(darwin port): Add myself as a maintainer.
(objective-c/c++): Add myself as a maintainer.
From-SVN: r132839
2008-03-03 16:25:55 +00:00
Volker Reichelt
4b52b516e1
MAINTAINERS (Write After Approval): Update my email address.
...
* MAINTAINERS (Write After Approval): Update my email address.
From-SVN: r132831
2008-03-03 07:14:35 +00:00
Tomas Bily
e652b5167d
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r132623
2008-02-25 14:42:14 +01:00
Jakub Jelinek
02d3074007
* MAINTAINERS (OpenMP): Add myself.
...
From-SVN: r132569
2008-02-23 10:25:19 +01:00
Uros Bizjak
4b40b2a52d
ChangeLog: Whitespace fixes.
...
* ChangeLog: Whitespace fixes.
* gcc/ChangeLog: Ditto.
* config/ChangeLog: Ditto.
From-SVN: r132482
2008-02-20 16:16:16 +01:00
Paolo Bonzini
1c8bd6a397
re PR bootstrap/32009 (building gcc4-4.3/4.4.0-20070518 failed on OSX 10.3.9)
...
2008-02-20 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/32009
PR bootstrap/32161
* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
* configure: Regenerate.
* Makefile.def: Define stage_libcflags for all bootstrap stages.
* Makefile.tpl (STAGE1_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
STAGE4_LIBCFLAGS): New.
(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
$(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
(BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
(EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
(configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
for target modules. Don't export LIBCFLAGS.
(all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
$(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
(invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
$(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
* Makefile.in: Regenerate.
2008-02-20 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/32009
* mh-ppc-darwin (BOOT_CFLAGS): Reenable.
2008-02-20 Paolo Bonzini <bonzini@gnu.org>
* doc/install.texi: Correct references to CFLAGS, replacing them
with BOOT_CFLAGS. Document flags used during bootstrap for
target libraries.
From-SVN: r132479
2008-02-20 14:10:40 +00:00
Ralf Wildenhues
bb44c9d2df
re PR libgcj/33085 (liblt_prog_compiler_pic_GCJ='-DDLL_EXPORT' is wrong)
...
PR libgcj/33085
* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
Do not use -DDLL_EXPORT. Backport from upstream.
libjava/
PR libgcj/33085
* configure: Regenerate.
From-SVN: r132362
2008-02-16 03:57:53 +00:00
Ralf Wildenhues
29a7754d16
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r132293
2008-02-13 18:50:56 +00:00
Uros Bizjak
40049ccc9f
ChangeLog: Move entry from here ...
...
* ChangeLog: Move entry from here ...
* gcc/ChangeLog: ... to here.
From-SVN: r132239
2008-02-11 15:10:34 +01:00
Jerry DeLisle
ef4195d63d
[multiple changes]
...
2008-02-10 Danny Smith <dannysmith@users.sourceforge.net>
PR gcc/35063
* gthr-win32.h (__gthread_mutex_destroy_function): New function
to CloseHandle after unlocking to prevent accumulation of handle
count.
2008-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/35063
* io/unit.c (destroy_unit_mutex): New function that uses
__gthread_mutex_destroy_function or pthread_mutex_destroy after
unlocking and before free_mem for final closure of I/O unit.
(delete_root): Use new function.
(free_internal_unit): Likewise.
(close_unit_1): Likewise.
From-SVN: r132217
2008-02-10 18:06:34 +00:00
Hans-Peter Nilsson
9a212bb7ac
configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
...
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
* configure: Regenerate.
From-SVN: r132063
2008-02-02 03:29:30 +00:00
Marc Gauthier
aa12a57303
configure.ac (xtensa*-*-*): Recognize processor variants.
...
2008-01-31 Marc Gauthier <marc@tensilica.com>
* configure.ac (xtensa*-*-*): Recognize processor variants.
* configure: Regenerate.
From-SVN: r132048
2008-02-01 18:31:59 +00:00
Ralf Wildenhues
ac9e6043ea
re PR bootstrap/34922 (toplevel ./configure --help is incomplete)
...
2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/34922
* configure.ac (PARSE_ARGS): Push suitable setting of
ac_subdirs_all, for `./configure --help=recursive'.
Handle `+' in generic toplevel directory disabling.
* configure: Regenerate.
From-SVN: r131961
2008-01-30 13:36:35 +00:00
Nick Clifton
4288c86a67
* MAINTAINERS (xstormy16): Take over maintainership.
...
From-SVN: r131901
2008-01-28 11:25:03 +00:00
Joseph Myers
8d8da22788
MAINTAINERS (c4x port): Remove.
...
* MAINTAINERS (c4x port): Remove.
contrib:
* paranoia.cc (main): Remove handling of c4x_single and
c4x_extended formats.
gcc:
* config/c4x: Remove directory.
* config.gcc (crx-*, mt-*): Mark obsolete.
(c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
sh-*-rtemscoff*): Remove cases.
* defaults.h (C4X_FLOAT_FORMAT): Remove.
* real.c (encode_c4x_single, decode_c4x_single,
encode_c4x_extended, decode_c4x_extended, c4x_single_format,
c4x_extended_format): Remove.
* real.h (c4x_single_format, c4x_extended_format): Remove.
* doc/extend.texi (interrupt, naked): Remove mention of attributes
on C4x.
(Pragmas): Remove comment about c4x pragmas.
* doc/install.texi (c4x): Remove target-specific instructions.
* doc/invoke.texi (TMS320C3x/C4x Options): Remove.
* doc/md.texi (Machine Constraints): Remove C4x documentation.
* doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
refer to C4x source files as examples.
(C4X_FLOAT_FORMAT): Remove documentation.
gcc/testsuite:
* gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
c4x-*-* targets.
libgcc:
* config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
sh-*-rtemscoff*): Remove cases.
From-SVN: r131835
2008-01-25 20:49:04 +00:00
David Edelsohn
349b60e795
* libtool.m4: Backport AIX 6 support from ToT Libtool.
...
From-SVN: r131783
2008-01-24 11:21:00 -05:00
Ben Elliston
3ca06a6878
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r131753
2008-01-23 13:37:40 +11:00
Tobias Grosser
3c6313816a
Changelog: Insert forgotten entry of commit 131705.
...
2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
* Changelog: Insert forgotten entry of commit 131705.
Commit 131705 was:
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r131734
2008-01-22 18:23:52 +00:00
H.J. Lu
20533ef1f4
MAINTAINERS: Update my email address.
...
2008-01-17 H.J. Lu <hjl.tools@gmail.com>
* MAINTAINERS: Update my email address.
From-SVN: r131612
2008-01-17 15:44:24 -08:00
Raksit Ashok
684f4f6a33
MAINTAINERS (Write After Approval): Add myself.
...
2008-01-09 Raksit Ashok <raksit@google.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r131434
2008-01-09 19:48:42 +00:00
Kaveh Ghazi
8debbe4841
Fix typo in last commit.
...
From-SVN: r131418
2008-01-09 09:03:49 +00:00
Ben Elliston
9cb8756f70
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r131388
2008-01-08 10:24:49 +11:00
Kaveh R. Ghazi
94e1934d43
configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
...
* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
Change recommended MPFR from 2.2.1 > 2.3.0.
* configure: Regenerate.
gcc:
* doc/install.texi: Change recommended MPFR from 2.2.1 > 2.3.0.
testsuite:
* gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
From-SVN: r131018
2007-12-17 21:28:51 +00:00
Sebastian Pop
a2e51f7753
MAINTAINERS: Update my email address.
...
2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
* MAINTAINERS: Update my email address.
From-SVN: r130961
2007-12-15 20:54:04 +00:00
Bernhard Reutner-Fischer
ffe3dcd9d5
MAINTAINERS: Update my email address.
...
2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
* MAINTAINERS: Update my email address.
From-SVN: r130955
2007-12-15 16:41:53 +01:00
Richard Sandiford
aa4095c911
Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
...
* Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
(CXXFLAGS_FOR_TARGET): Add -O2 -g.
* Makefile.in: Regenerate.
From-SVN: r130811
2007-12-13 09:30:49 +00:00
Mark Heffernan
030e2013b1
MAINTAINERS (Write After Approval): Add myself and alphabetize two misplaced entries.
...
* MAINTAINERS (Write After Approval): Add myself and alphabetize two
misplaced entries.
From-SVN: r130750
2007-12-10 21:04:19 +00:00
Andreas Tobler
0fe0f07384
configure.ac: Enable libjava for x86_64-*-darwin9.
...
2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
* configure.ac: Enable libjava for x86_64-*-darwin9.
* configure: Regenerate.
From-SVN: r130747
2007-12-10 19:40:05 +01:00
Bill Maddox
d4ca4b0682
Add myself to MAINTAINERS file.
...
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r130704
2007-12-08 03:02:10 +00:00
Ben Elliston
c3220d4c93
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r130616
2007-12-05 14:28:46 +11:00
Matthias Klose
aba7501e3f
config-ml.in: Remove 64bit configure tests.
...
2007-12-02 Matthias Klose <doko@ubuntu.com>
* config-ml.in: Remove 64bit configure tests.
From-SVN: r130568
2007-12-02 13:27:37 +00:00
Paolo Bonzini
d683ec81d2
[multiple changes]
...
2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config-ml.in: Robustify against white space in absolute file
names.
* config-ml.in (multi-clean): Substitute ${Makefile}.
Remove superfluous ${Makefile} in list.
libgomp:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
Paolo Bonzini <bonzini@gnu.org>
* Makefile.am: Use space as vpath separator. Use 'vpath %'
instead of 'VPATH ='.
* Makefile.in: Regenerate.
gcc:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
* Makefile.in: Use separate vpath lines for each path.
libstdc++-v3:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
* src/Makefile.am: Use separate vpath lines for each path.
M libgomp/Makefile.in
M libgomp/ChangeLog
M libgomp/Makefile.am
M gcc/ChangeLog
M gcc/Makefile.in
M libstdc++-v3/src/Makefile.in
M libstdc++-v3/src/Makefile.am
M libstdc++-v3/ChangeLog
M ChangeLog
From-SVN: r130514
2007-11-29 15:34:21 +00:00
Thiemo Seufer
60f1711a6d
* config-ml.in: Don't hardcode the Makefile name.
...
From-SVN: r130291
2007-11-19 12:59:49 +00:00
Alexander Monakov
487f9d960a
MAINTAINERS (Write After Approval): Add myself.
...
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r130008
2007-11-08 20:33:15 +03:00
Samuel Tardieu
fa3886fe57
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r129961
2007-11-07 14:36:48 +00:00
Doug Kwan
ae75007994
Add myself to MAINTAINERS
...
From-SVN: r129947
2007-11-06 22:15:09 +00:00
Ben Elliston
acc48927fa
MAINTAINERS (mercury): Remove entry.
...
* MAINTAINERS (mercury): Remove entry.
(Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
From-SVN: r129621
2007-10-25 11:19:52 +10:00
Daniel Jacobowitz
e00e98585b
Makefile.def (dependencies): Make configure-gdb depend on all-intl.
...
* Makefile.def (dependencies): Make configure-gdb depend on
all-intl.
* Makefile.in: Regenerated.
From-SVN: r129581
2007-10-23 15:53:18 +00:00
Steven G. Kargl
def14a3ccd
MAINTAINERS (Fortran maintainer): Remove myself.
...
2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
* MAINTAINERS (Fortran maintainer): Remove myself.
From-SVN: r129562
2007-10-22 22:23:33 +00:00
Patrick Mansfield
0e5e9f7606
Makefile.def: To avoid problems running with parallel makes...
...
2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
* Makefile.def: To avoid problems running with parallel makes,
build newlib before libgloss so that target specific header
files are availble.
* Makefile.in: Regenerate
From-SVN: r129371
2007-10-15 14:13:47 -07:00
Daniel Jacobowitz
bbfbfafc70
Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
...
* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
* Makefile.in: Regenerate.
From-SVN: r129251
2007-10-12 02:23:19 +00:00
Vladimir Makarov
c56abad5ea
MAINTAINERS (Register allocation reviewer): Add myself.
...
2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
* MAINTAINERS (Register allocation reviewer): Add myself.
From-SVN: r129184
2007-10-09 22:07:14 +00:00
Mike Frysinger
f019adc116
configure.ac (CFLAGS_FOR_BUILD, [...]): Default them to host flags only for $host = $build.
...
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): Default them to host flags only
for $host = $build.
Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.
Set default LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
* configure: Regenerate.
From-SVN: r129122
2007-10-08 09:29:55 +00:00
Seongbae Park
789e4e2825
MAINTAINERS (Register allocation reviewer): Add myself.
...
2006-10-04 Seongbae Park <seongbae.park@gmail.com>
* MAINTAINERS (Register allocation reviewer): Add myself.
From-SVN: r129021
2007-10-04 18:58:49 +00:00
Paolo Bonzini
0999159b4f
Makefile.tpl (AR_FOR_BUILD, [...]): Use autoconf substitutions.
...
2007-10-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
* configure.ac: Default them to host tools for $host = $build.
Subst them.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r128902
2007-10-01 07:15:42 +00:00
Peter Bergner
a054acde5d
* MAINTAINERS (Register allocation reviewer): Add myself.
...
From-SVN: r128720
2007-09-24 11:55:40 -05:00
Kenneth Zadeck
ffda6fc98d
MAINTAINERS (Register allocation reviewer): Add myself.
...
2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
* MAINTAINERS (Register allocation reviewer): Add myself.
From-SVN: r128716
2007-09-24 13:42:39 +00:00
Seongbae Park
9d209c8314
MAINTAINERS (Write After Approval): Fix typo.
...
2007-09-21 Seongbae Park <seongbae.park@gmail.com>
* MAINTAINERS (Write After Approval): Fix typo.
From-SVN: r128655
2007-09-21 20:08:22 +00:00
Richard Sandiford
1ec3b87bb2
configure.ac (mipsisa*-*-elfoabi*): New stanza.
...
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.
config/
* mt-mips-elfoabi: New file.
gcc/
* doc/invoke.texi (-minterlink-mips16): Document.
* config/mips/mips.opt (minterlink-mips16): New option.
* config/mips/mips.c (mips_function_ok_for_sibcall): Handle
-minterlink-mips16
From-SVN: r128625
2007-09-20 20:01:34 +00:00
Paul Jarc
19d5986dde
re PR bootstrap/31906 ("-Xcompiler" is inserted after "-Xlinker" when building libstdc++)
...
2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
PR bootstrap/31906
* libtool-ldflags: Don't prefix arguments with -Xcompiler if
they're already prefixed.
From-SVN: r128617
2007-09-20 10:20:05 +00:00
Benjamin Kosnik
6d3b5aea0b
configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++.
...
2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
libstdc++.
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r128613
2007-09-20 00:58:02 +00:00
Andreas Schwab
4fe7e75560
configure.ac: Raise minimum makeinfo version to 4.6.
...
* configure.ac: Raise minimum makeinfo version to 4.6.
* configure: Regenerate.
From-SVN: r128561
2007-09-17 22:44:27 +00:00
Johannes Singler
d483feaa84
2007-09-17 Johannes Singler <singler@ira.uka.de>
...
* MAINTAINERS (write-after-approval) add myself
From-SVN: r128544
2007-09-17 12:38:26 +00:00
Alan Modra
fa9a3f31a0
configure.ac: Correct makeinfo version check.
...
* configure.ac: Correct makeinfo version check.
* configure: Regenerate.
From-SVN: r128497
2007-09-15 01:12:18 +09:30
Richard Sandiford
6593a73e79
* MAINTAINERS: Update my email address.
...
From-SVN: r128496
2007-09-14 15:39:29 +00:00
Richard Sandiford
d9dced1370
configure.ac (mips*-sde-elf*): New stanza.
...
* configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
to $skipdirs and only disable gprof for newlib. Use the normal
mips*-elf* handling in other respects.
* configure: Regnerate.
gcc/
2007-xx-xx Nigel Stephens <nigel@mips.com>
David Ung <davidu@mips.com>
Thiemo Seufer <ths@mips.com>
Richard Sandiford <richard@codesourcery.com>
* config.gcc (mips*-sde-elf*): Add support for the SDE C libraries.
* configure.ac: Add a mipssde threading type.
* configure: Regenerate.
* config/mips/sdemtk.h: New file.
* config/mips/t-sdemtk: Likewise.
* config/mips/sdemtk.opt: Likewise.
* gthr-mipssde.h: Likewise.
* config/mips/sde.h (FUNCTION_PROFILER): Move to config/mips/sdemtk.h.
* config/mips/mips.h (MIPS_SAVE_REG_FOR_PROFILING_P): New macro.
(MIPS_ICACHE_SYNC): New macro, split from ...
* config/mips/mips.md (clear_cache): ...here.
* config/mips/mips.c (mips_save_reg_p): Check
MIPS_SAVE_REG_FOR_PROFILING_P on profiled functions.
(build_mips16_function_stub): Use targetm.strip_name_encoding.
(build_mips16_call_stub): Likewise.
libstdc++-v3/
2007-xx-xx Thiemo Seufer <ths@mips.com>
* crossconfig.m4 (mips*-sde-elf*): New stanza.
* configure: Regenerate.
From-SVN: r128495
2007-09-14 14:50:26 +00:00
David Daney
773c14678d
configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus enabling libgcj.
...
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
enabling libgcj.
* configure: Regenerate.
From-SVN: r128439
2007-09-12 15:24:26 +00:00
H.J. Lu
9f349f630e
Move the entry to proper ChangeLog.
...
From-SVN: r128410
2007-09-11 21:44:56 -07:00
Rask Ingemann Lambertsen
c03353e219
re PR other/32154 (sim-crt0.o/crt0.o isn't found during configure due to missing -L or -B)
...
PR other/32154
* configure.ac: For libgloss targets, point the linker to the linker
script, startup code and simulator library.
* configure: Regenerate.
From-SVN: r128344
2007-09-10 14:20:10 +00:00
Sandra Loosemore
dd735081f0
put entry for last commit in correct ChangeLog
...
From-SVN: r128309
2007-09-09 18:31:02 -04:00
Sandra Loosemore
55b8093e20
invoke.texi (Overall Options): Add .sx file extension as a synonym for .S.
...
2007-09-09 Sandra Loosemore <sandra@codesourcery.com>
Nigel Stephens <nigel@mips.com>
gcc/
* doc/invoke.texi (Overall Options): Add .sx file extension
as a synonym for .S.
* cppspec.c (known_suffixes): Likewise.
* gcc.c (default_compilers): Likewise.
Co-Authored-By: Nigel Stephens <nigel@mips.com>
From-SVN: r128308
2007-09-09 18:29:24 -04:00
Andrew Haley
c4e9bf2b9b
configure.ac (noconfigdirs): Remove target-libffi and target-libjava.
...
2007-09-07 Andrew Haley <aph@redhat.com>
* configure.ac (noconfigdirs): Remove target-libffi and
target-libjava.
* configure: Regenerate.
From-SVN: r128250
2007-09-07 17:14:51 +00:00
Francois-Xavier Coudert
1f5a6b84ab
re PR target/33281 (gfortran crt2.o not found under Vista)
...
PR target/33281
* configure.ac: Use config/mh-mingw on mingw.
* configure: Regenerate.
* config/mh-mingw: New host makefile fragment.
From-SVN: r128188
2007-09-06 15:42:02 +00:00
Pat Haugen
3951e521b5
MAINTAINERS (Write After Approval): Add myself.
...
2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r128143
2007-09-05 18:33:58 +00:00
Richard Guenther
e643dc2373
configure.ac (--enable-stage1-checking): If neither --enable-checking nor --disable-checking is provided also turn on...
...
2007-09-05 Richard Guenther <rguenther@suse.de>
* configure.ac (--enable-stage1-checking): If neither --enable-checking
nor --disable-checking is provided also turn on yes and types
checking for stage1.
* configure: Re-generate.
From-SVN: r128131
2007-09-05 14:10:07 +00:00
Krister Walfridsson
039874df9e
MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
...
* MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
(Write After Approval): Remove myself.
From-SVN: r127936
2007-08-30 19:24:47 +00:00
Richard Sandiford
8229df675f
Move changelog
...
From-SVN: r127935
2007-08-30 18:31:57 +00:00
Nick Clifton
c3f07bd6a0
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r127904
2007-08-29 15:21:28 +00:00
M R Swami Reddy
1509835994
* config.sub: Add support for cr16 target.
...
From-SVN: r127885
2007-08-29 08:58:00 +00:00
Bud Davis
4bbed40523
MAINTAINERS (Write After Approval): Added myself.
...
2007-08-22 Bud Davis <jmdavis@link.com>
* MAINTAINERS (Write After Approval): Added myself.
* MAINTAINERS (Reviewers): Removed myself.
From-SVN: r127726
2007-08-23 04:15:24 +00:00
Paul Brook
c8aea42ce2
Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
...
2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
* Makefile.in: Regenerate.
* configure.ac (--with-debug-prefix-map): New.
* configure: Regenerate.
config:
2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* mt-gnu (CXXFLAGS_FOR_TARGET): Add
$(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
gcc:
2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* common.opt (-fdebug-prefix-map=): New option.
* opts.c: Include debug.h.
(common_handle_option): Handle -fdebug-prefix-map.
* final.c: Include ggc.h.
(struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
remap_debug_filename): New.
* Makefile.in (final.o, opts.o): Update dependencies.
* debug.h (remap_debug_filename, add_debug_prefix_map): Declare.
* configure.ac: Check for assembler --debug-prefix-map support.
* configure, config.in: Regenerate.
* gcc.c (ASM_MAP): Define conditional on HAVE_AS_DEBUG_PREFIX_MAP.
(ASM_DEBUG_SPEC): Include ASM_MAP.
* doc/install.texi (--with-debug-prefix-map): Document.
* doc/invoke.texi (-fdebug-prefix-map): Document.
* dbxout.c (dbxout_init, dbxout_start_source_file,
dbxout_source_file): Call remap_debug_filename.
* dwarf2out.c (add_comp_dir_attribute, maybe_emit_file,
dwarf2out_start_source_file, dwarf2out_finish): Call
remap_debug_filename.
(file_table_relative_p): Do not check d->emitted_number.
* toplev.c (output_file_directive): Call remap_debug_filename.
* vmsdbgout.c (write_srccorr): Call remap_debug_filename.
* xcoffout.c (xcoffout_source_file): Call remap_debug_filename.
Co-Authored-By: Joseph Myers <joseph@codesourcery.com>
From-SVN: r127613
2007-08-18 16:15:39 +01:00
Richard Sandiford
4bf6c438d2
mt-sde: New file.
...
2007-08-17 Richard Sandiford <richard@codesourcery.com>
Nigel Stephens <nigel@mips.com>
* config/mt-sde: New file.
* configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
as target_makefile_frag.
* configure: Regenerate.
gcc/
2007-08-17 Richard Sandiford <richard@codesourcery.com>
Nigel Stephens <nigel@mips.com>
* config/mips/sde.h (DRIVER_SELF_SPECS): Add commas.
Treat -mno-data-in-code and -mcode-xonly as aliases for
-mcode-readable=no and -mcode-readable=pcrel respectively.
* config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly.
(MULTILIB_OPTIONS): Add -mcode-readable=no multilibs.
(MULTILIB_DIRNAMES): Update accordingly.
Co-Authored-By: Nigel Stephens <nigel@mips.com>
From-SVN: r127586
2007-08-17 13:12:22 +00:00
Alexandre Oliva
bb286d7113
Makefile.def (STAGE2_CFLAGS, [...]): Add to flags_to_pass.
...
ChangeLog:
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
(do-compare, do-compare3, do-compare-debug): New.
([+compare-target+]): Use them.
contrib/ChangeLog:
* compare-debug: New.
From-SVN: r127570
2007-08-17 00:00:00 +00:00
Maxim Kuvyrkov
a46304171f
* MAINTAINERS (Write After Approval): Change my email address.
...
From-SVN: r127406
2007-08-14 08:25:41 +00:00
Ralf Wildenhues
d9acb717f1
configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass --silent if $silent.
...
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
--silent if $silent.
* configure: Regenerate.
Co-Authored-By: Ben Elliston <bje@au.ibm.com>
From-SVN: r127390
2007-08-13 11:24:29 +10:00
Zdenek Dvorak
9687668119
MAINTAINERS (Various Maintainers): Add myself as loop infrastructure maintainer.
...
* MAINTAINERS (Various Maintainers): Add myself as
loop infrastructure maintainer. Update my e-mail
address.
From-SVN: r127379
2007-08-12 19:49:35 +00:00
Diego Novillo
1c1d80eec2
MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
...
* MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
Adjust description.
From-SVN: r127095
2007-07-31 11:40:24 -04:00
Richard Guenther
7e98624c5e
configure.ac: Add types checking to stage1 checking flags.
...
2007-07-26 Richard Guenther <rguenther@suse.de>
toplev/
* configure.ac: Add types checking to stage1 checking flags.
* configure: Regenerate.
gcc/
* tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
verify_gimple_min_lval, verify_gimple_reference, verify_gimple_expr,
verify_gimple_modify_stmt, verify_gimple_stmt, verify_gimple_1,
verify_gimple): New functions.
* tree-flow.h (verify_gimple): Declare.
(verify_gimple_1): Declare.
* gimplify.c (cpt_same_type): Remove.
(gimplify_addr_expr): Remove checking code.
(check_pointer_types_r): Remove.
(gimplify_body): Call verify_gimple_1 instead of check_pointer_types_r.
Only verify if there were no errors.
* configure.ac: Add types checking flag.
* configure: Regenerate.
* config.in: Regenerate.
From-SVN: r126951
2007-07-26 10:27:50 +00:00
Nick Clifton
4c85af60e8
COPYING_v3: New file.
...
* COPYING_v3: New file. Contains version 3 of the GNU General Public License.
* COPYING.LIB_v3: New file. Contains version 3 of the GNU Lesser General Public License.
* gpl_v3.texi: New file. Contains a texinfo formated copy of the GNU General Public License, version 3.
From-SVN: r126701
2007-07-17 08:37:53 +00:00
Andreas Krebbel
19ddfd3a76
MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
...
2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
* MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
From-SVN: r126673
2007-07-16 08:11:23 +00:00
Andreas Krebbel
2a06454566
MAINTAINERS (S/390 co-maintainer): Add myself.
...
2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
* MAINTAINERS (S/390 co-maintainer): Add myself.
(Write after approval): Remove myself.
From-SVN: r126672
2007-07-16 07:45:03 +00:00
Dan Hipschman
f861f54dd7
Add myself to MAINTAINERS with write after approval.
...
From-SVN: r126629
2007-07-13 14:34:01 -07:00
Nick Clifton
0136f2f71a
Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
...
* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
* Makefile.in: Regenerate.
From-SVN: r126541
2007-07-11 08:29:47 +00:00
Sebastian Pop
de8b1dca2f
Move changelog entry from toplev to config.
...
From-SVN: r126414
2007-07-06 13:36:28 +00:00
Sebastian Pop
ec162f0dca
re PR target/32622 (BOOT_CFLAGS is not passed to stage2 and stage3 compile)
...
PR bootstrap/32622
* config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
don't reset its value.
From-SVN: r126386
2007-07-05 20:26:10 +00:00
Rainer Orth
6e29b5a488
MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX maintainer.
...
* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
maintainer.
From-SVN: r126378
2007-07-05 18:51:00 +00:00
H.J. Lu
bd76921050
Remove myself as libbid maintainer.
...
From-SVN: r126376
2007-07-05 11:26:11 -07:00
H.J. Lu
159a4b0296
lt~obsolete.m4: New.
...
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
* lt~obsolete.m4: New. Import from 20070318 libtool.
From-SVN: r126372
2007-07-05 10:36:59 -07:00
H.J. Lu
fd06b17007
MAINTAINERS (libbid): Add myself.
...
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
* MAINTAINERS (libbid): Add myself.
From-SVN: r126367
2007-07-05 06:12:20 -07:00
Julian Brown
6ba6728370
MAINTAINERS (Write After Approval): Add myself.
...
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r126260
2007-07-03 15:03:28 +00:00
Ralf Wildenhues
30b74385c7
configure.ac: Rewrite 'configure --help' strings to look nicer.
...
2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac: Rewrite 'configure --help' strings to look nicer.
* configure: Regenerate.
2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac: Add some missing m4 quotation.
* configure: Regenerate.
From-SVN: r126246
2007-07-03 09:06:26 +02:00
Simon Baldwin
943c54ce49
MAINTAINERS (Write After Approval): Add myself.
...
2007-07-02 Simon Baldwin <simonb@google.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r126221
2007-07-02 18:08:56 +00:00
Paolo Bonzini
1c00b50300
configure: Regenerate.
...
2007-07-02 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate.
From-SVN: r126193
2007-07-02 08:33:26 +00:00
Kai Tietz
901119aede
Makefile.def: Add windmc tool to build.
...
2007-07-02 Kai Tietz <kai.tietz@onevision.com>
* Makefile.def: Add windmc tool to build.
* Makefile.tpl: Likewise.
* configure.ac: Likewise.
* Makefile.in: Regenerate.
* configure: Regenerate.
From-SVN: r126191
2007-07-02 08:19:12 +00:00
DJ Delorie
83f4c19f67
configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're not building newlib.
...
* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
not building newlib.
* configure: Regenerated.
From-SVN: r126089
2007-06-28 15:34:07 -04:00
Jan Sjodin
5346c75c56
MAINTAINERS (Write After Approval): Add myself.
...
2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r126081
2007-06-28 18:37:47 +00:00
Martin Michlmayr
aacfb86b57
add myself to MAINTAINERS under Write After Approval.
...
From-SVN: r126003
2007-06-25 21:15:48 +00:00
Chris Matthews
590bf0d3aa
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r125864
2007-06-20 00:10:46 +00:00
Rask Ingemann Lambertsen
cdbbee7a43
MAINTAINERS (Write After Approval): Add myself.
...
2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r125850
2007-06-19 16:08:04 +00:00
Daniel Jacobowitz
b8afffc15f
Makefile.def: Add dependency from configure-gdb to all-bfd.
...
* Makefile.def: Add dependency from configure-gdb to all-bfd.
* Makefile.in: Regenerated.
From-SVN: r125811
2007-06-18 15:58:17 +00:00
Bernd Schmidt
3fcfad7607
configure.ac: Don't add target-libmudflap to noconfigdirs for bfin*-*-uclinux* targets.
...
* configure.ac: Don't add target-libmudflap to noconfigdirs for
bfin*-*-uclinux* targets.
* configure: Regenerate.
* gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New.
From-SVN: r125717
2007-06-14 17:10:54 +00:00
Ian Lance Taylor
3f5a2b7f67
MAINTAINERS: Add myself as non-algorithmic global write maintainer.
...
* MAINTAINERS: Add myself as non-algorithmic global write
maintainer.
From-SVN: r125713
2007-06-14 13:56:46 +00:00
Diego Novillo
4c46daeea9
MAINTAINERS: Add self as middle-end maintainer and non-algorithmic global write maintainer.
...
* MAINTAINERS: Add self as middle-end maintainer and
non-algorithmic global write maintainer.
From-SVN: r125710
2007-06-14 09:15:24 -04:00
Francois-Xavier Coudert
a3bb222a7b
MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
...
* MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
Move all Fortran maintainers except Paul Brook into the
Non-Autopoiesis section.
From-SVN: r125704
2007-06-14 12:30:28 +00:00
Paolo Bonzini
a19e8f6495
Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
...
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
(distclean-stage[+id+]): Possibly delete stage_last.
* Makefile.in: Regenerate.
From-SVN: r125701
2007-06-14 08:50:28 +00:00
Seongbae Park
1c2abe5e5c
MAINTAINERS (Various Maintainer): Fix typo.
...
2007-06-12 Seongbae Park <seongbae.park@gmail.com>
* MAINTAINERS (Various Maintainer): Fix typo.
From-SVN: r125651
2007-06-12 15:56:10 +00:00
Paolo Bonzini
abca47391d
MAINTAINERS (Various Maintainer): Add myself as dataflow maintainer.
...
2007-06-11 Paolo Bonzini <bonzini@gnu.org>
* MAINTAINERS (Various Maintainer): Add myself as
dataflow maintainer.
From-SVN: r125618
2007-06-11 13:33:29 +00:00
Ben Elliston
a894d2c35e
* config.sub, config.guess: Update from upstream sources.
...
From-SVN: r125511
2007-06-07 09:23:20 +10:00
Ben Elliston
8024d75e65
Makefile.tpl: Fix spelling error.
...
* Makefile.tpl: Fix spelling error.
* Makefile.in: Regenerate.
From-SVN: r125509
2007-06-07 09:02:22 +10:00
H.J. Lu
9659893870
Fix ChangeLog entry.
...
From-SVN: r125264
2007-06-01 06:46:37 -07:00
Steve Ellcey
973a9a5ee1
libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set lt_cv_sys_max_cmd_len.
...
2007-06-01 Steve Ellcey <sje@cup.hp.com>
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Try using getconf
to set lt_cv_sys_max_cmd_len.
From-SVN: r125262
2007-06-01 11:32:07 +00:00
Andreas Schwab
5fda945dd9
Remove conflict marker.
...
From-SVN: r125260
2007-06-01 08:51:05 +00:00
Dorit Nuzman
ccb4d26be0
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
...
* MAINTAINERS (Various Maintainers): Add myself as
auto-vectorizer maintainer.
From-SVN: r125230
2007-05-31 17:05:23 +00:00
Paolo Bonzini
eecb746156
[multiple changes]
...
2003-05-31 Paolo Bonzini <bonzini@gnu.org>
PR libjava/32098
* libtool.m4: Revert previous change.
* ltgcc.m4: Put it here.
libjava:
2007-05-31 Paolo Bonzini <bonzini@gnu.org>
PR libjava/32098
* configure: Regenerated.
* aclocal.m4: Regenerated.
From-SVN: r125215
2007-05-31 06:40:42 +00:00
Russell Yanofsky
8af2fec40b
re PR c++/7412 ([DR 106] References to references)
...
2007-05-30 Russell Yanofsky <russ@yanofsky.org>
Douglas Gregor <doug.gregor@gmail.com>
Pedro Lamarao <pedro.lamarao@mndfck.org>
Howard Hinnant <howard.hinnant@gmail.com>
PR c++/7412
PR c++/29939
* g++.dg/cpp0x/rv8p.C: New.
* g++.dg/cpp0x/temp-constructor-bug.C: New.
* g++.dg/cpp0x/cast-bug.C: New.
* g++.dg/cpp0x/elision_weak.C: New.
* g++.dg/cpp0x/collapse-bug.C: New.
* g++.dg/cpp0x/rv3p.C: New.
* g++.dg/cpp0x/rv7n.C: New.
* g++.dg/cpp0x/overload-conv-1.C: New.
* g++.dg/cpp0x/rv2n.C: New.
* g++.dg/cpp0x/deduce.C: New.
* g++.dg/cpp0x/temp-va-arg-bug.C: New.
* g++.dg/cpp0x/rv6p.C: New.
* g++.dg/cpp0x/template_deduction.C: New.
* g++.dg/cpp0x/implicit-copy.C: New.
* g++.dg/cpp0x/rv1p.C: New.
* g++.dg/cpp0x/cast.C: New.
* g++.dg/cpp0x/rv5n.C: New.
* g++.dg/cpp0x/collapse.C: New.
* g++.dg/cpp0x/overload-conv-2.C: New.
* g++.dg/cpp0x/rv4p.C: New.
* g++.dg/cpp0x/rvo.C: New.
* g++.dg/cpp0x/iop.C: New.
* g++.dg/cpp0x/rv3n.C: New.
* g++.dg/cpp0x/rv7p.C: New.
* g++.dg/cpp0x/reference_collapsing.C: New.
* g++.dg/cpp0x/overload.C: New.
* g++.dg/cpp0x/named.C: New.
* g++.dg/cpp0x/rv2p.C: New.
* g++.dg/cpp0x/rv6n.C: New.
* g++.dg/cpp0x/not_special.C: New.
* g++.dg/cpp0x/bind.C: New.
* g++.dg/cpp0x/rv1n.C: New.
* g++.dg/cpp0x/rv5p.C: New.
* g++.dg/cpp0x/elision.C: New.
* g++.dg/cpp0x/named_refs.C: New.
* g++.dg/cpp0x/unnamed_refs.C: New.
* g++.dg/cpp0x/rv4n.C: New.
* g++.dg/cpp0x/elision_neg.C: New.
* g++.dg/init/copy7.C: Run in C++98 mode.
* g++.dg/overload/arg1.C: Ditto.
* g++.dg/overload/arg4.C: Ditto.
2007-05-30 Russell Yanofsky <russ@yanofsky.org>
Douglas Gregor <doug.gregor@gmail.com>
Pedro Lamarao <pedro.lamarao@mndfck.org>
Howard Hinnant <howard.hinnant@gmail.com>
PR c++/7412
PR c++/29939
* typeck.c (comptypes): Don't consider rvalue and lvalue
reference types to be equivalent.
(check_return_expr): Move from certain lvalues when returning
them.
* decl.c (grokdeclarator): Implement reference collapsing.
(copy_fn_p): Don't consider constructors taking rvalue references
to be copy constructors.
(move_fn_p): New.
* call.c (conversion): New "rvaluedness_matches_p" member.
(convert_class_to_reference): Require reference type as first
parameter instead of base type.
(reference_binding): Add logic to handle rvalue references.
(implicit_conversion): Update inaccurate comment.
(convert_like_real): Disable creation of temporaries that are
impossible to initialize for types with move constructors.
(build_over_call): Elide move constructors when possible.
(maybe_handle_implicit_object): Set "rvaluedness_matches_p".
(maybe_handle_ref_bind): Return conversion instead of type node.
(compare_ics): Add logic to use "rvaluedness_matches_p" values to
determine preferred conversion sequences.
* cp-tree.h (TYPE_REF_IS_RVALUE): New.
(LOOKUP_PREFER_RVALUE): New.
(DECL_MOVE_CONSTRUCTOR_P): New.
(struct cp_declarator): Add "reference" member for reference
types, with new "rvalue_ref" flag.
(cp_build_reference_type): Declare.
(move_fn_p): Declare.
* error.c (dump_type_prefix): Format rvalue reference types
correctly in error messages.
* except.c (build_throw): Move from certain lvalues when
throwing.
* mangle.c (write_type): Mangle rvalue references differently
than regular references.
* parser.c (make_reference_declarator): Add boolean parameter for
rvalue references.
(cp_parser_make_indirect_declarator): New.
(cp_parser_new_declarator_opt): Call
cp_parser_make_indirect_declarator.
(cp_parser_conversion_declarator_opt): Ditto.
(cp_parser_declarator): Ditto.
(cp_parser_ptr_operator): Parse "&&" tokens into rvalue reference
declarators.
* pt.c (tsubst): Implement reference collapsing.
(maybe_adjust_types_for_deduction): Implement special template
parameter deduction rule for rvalue references.
(type_unification_real): Update calls to
maybe_adjust_types_for_deduction.
(try_one_overload): Ditto.
(unify_pack_expansion): Ditto.
* tree.c (lvalue_p_1): Handle rvalue reference types.
(cp_build_reference_type): New.
From-SVN: r125211
2007-05-31 01:18:22 +00:00
Zdenek Dvorak
89d28202fb
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
...
* MAINTAINERS (Various Maintainers): Add myself as
auto-vectorizer maintainer.
From-SVN: r125205
2007-05-30 23:25:30 +00:00
H.J. Lu
60c7a11a30
re PR java/32098 (New libtool doesn't support libjava)
...
2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
PR libjava/32098
* libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
From-SVN: r125193
2007-05-30 10:48:10 -07:00
Richard Guenther
9dd3cc811b
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
...
2007-05-30 Richard Guenther <rguenther@suse.de>
* MAINTAINERS (Various Maintainers): Add myself as
auto-vectorizer maintainer.
From-SVN: r125191
2007-05-30 15:41:03 +00:00
Jakub Jelinek
9cc1244e76
re PR bootstrap/29382 (Bootstrap comparison failure!)
...
PR bootstrap/29382
* configure.in: Don't use -fkeep-inline-functions for GCC < 3.3.1.
* configure: Rebuilt.
From-SVN: r125182
2007-05-30 15:32:34 +02:00
Roberto Costa
6124296bce
Removed myself from MAINTAINERS.
...
From-SVN: r125132
2007-05-28 16:18:31 +00:00
Steven Bosscher
6b757a0d5d
* MAINTAINERS (Write After Approval): Remove myself.
...
From-SVN: r125074
2007-05-25 21:25:28 +00:00
Andreas Tobler
86ef8528be
ltmain.sh: Fix Darwin verstring, remove ${wl}.
...
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
From-SVN: r125066
2007-05-25 21:26:27 +02:00
Steve Ellcey
1cf3d07da6
ltmain.sh: Update from ToT Libtool.
...
* ltmain.sh: Update from ToT Libtool.
* libtool.m4: Update from ToT Libtool.
* ltsugar.m4: New. Update from ToT Libtool.
* ltversion.m4: New. Update from ToT Libtool.
* ltoptions.m4: New. Update from ToT Libtool.
* ltconfig: Remove.
* ltcf-c.sh: Remove.
* ltcf-cxx.sh: Remove.
* ltcf-gcj.sh: Remove.
* Regenerate all subdirs
From-SVN: r125032
2007-05-24 16:37:27 +00:00
Ollie Wild
ce3fcf8c5f
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r124958
2007-05-22 20:16:21 +00:00
Paolo Bonzini
342b920070
Makefile.def (bootstrap_stage): Replace stage_make_flags with stage_cflags.
...
2007-05-16 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
stage_cflags.
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
Remove CFLAGS/LIBCFLAGS.
(configure-stage[+id+]-[+prefix+][+module+],
all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
* Makefile.in: Regenerate.
From-SVN: r124764
2007-05-16 09:01:01 +00:00
Diego Novillo
cea1728560
MAINTAINERS: Update e-mail address.
...
* MAINTAINERS: Update e-mail address.
From-SVN: r124757
2007-05-15 21:57:30 -04:00
Revital Eres
11c004e7f0
add self to MAINTAINERS: waa
...
From-SVN: r124742
2007-05-15 10:29:20 +00:00
Roberto Costa
ab6bd6931e
Updated Roberto Costa's address.
...
From-SVN: r124711
2007-05-14 12:34:19 +00:00
Thomas Neumann
388cdf0703
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r124708
2007-05-14 06:40:54 +00:00
Silvius Rus
23f24034cb
MAINTAINERS (Write After Approval): Add myself.
...
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r124620
2007-05-11 15:54:44 +00:00
Tom Tromey
34a7526e36
* MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
...
From-SVN: r124075
2007-04-23 17:19:46 +00:00
Mark Mitchell
51da21be95
MAINTAINERS (cpplib): Rename to ...
...
* MAINTAINERS (cpplib): Rename to ...
(libcpp): ... this. Add C/C++ front end maintainers.
From-SVN: r124053
2007-04-23 01:15:50 +00:00
Steve Ellcey
70070387d5
* config-ml.in: Pass ${ml_config_env} to configure calls.
...
From-SVN: r123825
2007-04-14 19:48:36 +00:00
Christian Bruel
df1a0dbb1e
(Write After Approval): Add myself.
...
From-SVN: r123491
2007-04-04 08:47:08 +02:00
Dave Korn
9daff147c0
MAINTAINERS (Write After Approval): Add myself.
...
2007-04-02 Dave Korn <dave.korn@artimi.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r123417
2007-04-02 07:11:29 +00:00
Tobias Burnus
374eadb2bb
MAINTAINERS (fortran 95 front end): Add myself.
...
2007-03-31 Tobias Burnus <burnus@net-b.de>
* MAINTAINERS (fortran 95 front end): Add myself.
From-SVN: r123384
2007-03-31 19:02:02 +02:00
Dwarakanath Rajagopal
8eced3a2a9
Added <dwarak.rajagopal@amd.com> to MAINTAINERS file with Write After Approval access
...
From-SVN: r123306
2007-03-28 16:29:21 +00:00
Ayal Zaks
653de3e34c
* MAINTAINERS (Modulo Scheduler): Add myself.
...
From-SVN: r123178
2007-03-24 00:33:20 +00:00
Brooks Moses
b737d953fd
MAINTAINERS (fortran 95 front end): Add myself.
...
* MAINTAINERS (fortran 95 front end): Add myself.
(c++ front end): whitespace fix.
From-SVN: r123161
2007-03-23 11:40:46 -07:00
Nathan Froyd
a584cdf253
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r123126
2007-03-22 13:01:07 +00:00
Richard Sandiford
8c79f3c49d
configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting of glob.
...
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
of glob. Quote arguments with single quotes too.
* configure: Regenerate.
From-SVN: r123117
2007-03-21 20:09:15 +00:00
Brooks Moses
6da4bc4e6e
Fixed erroneous ChangeLog and gcc/ChangeLog entries.
...
From-SVN: r122856
2007-03-12 12:00:28 -07:00
Brooks Moses
07f1ac6d75
Makefile.in: Add dummy "install-info" target.
...
fixincludes/
* Makefile.in: Add dummy "install-info" target.
<toplevel>
* Makefile.def (fixincludes): Remove unneeded "missing" lines.
* Makefile.in: Regenerate
From-SVN: r122855
2007-03-12 11:58:12 -07:00
Seongbae Park
50d50fc7ee
invoke.texi (Wvla): New warning.
...
ChangeLog:
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
* gcc/doc/invoke.texi (Wvla): New warning.
gcc/ChangeLog:
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
* c-decl.c (warn_variable_length_array): New function.
Refactored from grokdeclarator to handle warn_vla
and handle unnamed array case.
(grokdeclarator): Refactored VLA warning case.
* c.opt (Wvla): New flag.
gcc/cp/ChangeLog:
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
* decl.c (compute_array_index_type): New warning flag warn_vla.
gcc/testsuite/ChangeLog:
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
* gcc.dg/wvla-1.c: New test
* gcc.dg/wvla-2.c: New test
* gcc.dg/wvla-3.c: New test
* gcc.dg/wvla-4.c: New test
* gcc.dg/wvla-5.c: New test
* gcc.dg/wvla-6.c: New test
* gcc.dg/wvla-7.c: New test
* g++.dg/warn/Wvla-1.C: New test
* g++.dg/warn/Wvla-2.C: New test
* g++.dg/warn/Wvla-3.C: New test
From-SVN: r122851
2007-03-12 18:31:39 +00:00
Andreas Schwab
172e41aaee
configure: Regenerate.
...
* configure: Regenerate.
config/:
* acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside
AC_MSG_RESULT.
From-SVN: r122659
2007-03-07 14:01:40 +00:00
Brooks Moses
9c4d24932e
configure.ac: Add "--with-pdfdir" configure option, which defines pdfdir variable.
...
* configure.ac: Add "--with-pdfdir" configure option,
which defines pdfdir variable.
* Makefile.def (target=fixincludes): Add install-pdf to
missing targets.
(recursive_targets): Add install-pdf target.
(flags_to_pass): Add pdfdir.
* Makefile.tpl: Add pdfdir handling, add do-install-pdf
target.
* configure: Regenerate
* Makefile.in: Regenerate
From-SVN: r122467
2007-03-01 16:28:09 -08:00
Eric Christopher
e14e622ecf
Missed this. See previous Change.
...
From-SVN: r122416
2007-02-28 22:51:59 +00:00
Matt Kraai
54e433bc4f
configure: Regenerate.
...
* configure: Regenerate.
* configure.ac: Move statements after variable declarations.
From-SVN: r122397
2007-02-28 00:56:22 +00:00
Alan Modra
1ba7cb8018
mt-spu (all-ld): Depend on all-binutils.
...
* mt-spu (all-ld): Depend on all-binutils.
also fix previous ChangeLog entry
From-SVN: r122362
2007-02-27 19:31:58 +10:30
Kaz Kojima
6c8d3d8f0b
MAINTAINERS: Add myself as sh maintainer.
...
* MAINTAINERS: Add myself as sh maintainer.
From-SVN: r122142
2007-02-19 23:59:15 +00:00
Joseph Myers
9f8c673960
configure.ac: Adjust for loop syntax.
...
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
From-SVN: r122132
2007-02-19 17:28:03 +00:00
Alexandre Oliva
278a7a38ae
configure: Rebuilt.
...
ChangeLog:
* configure: Rebuilt.
config/ChangeLog:
* acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
precious. Prefer it over a cached value. Use cached value
verbosely.
(NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
environment variable with build-time tools.
From-SVN: r122108
2007-02-18 22:51:18 +00:00
Alexandre Oliva
b2eaac4a51
configure.ac: Drop multiple occurrences of --enable-languages, and fix its quoting.
...
* configure.ac: Drop multiple occurrences of --enable-languages,
and fix its quoting.
* configure: Rebuilt.
From-SVN: r122107
2007-02-18 22:45:12 +00:00
Mark Mitchell
beeaf21625
Vladimir Prus <vladimir@codesourcery.com Joseph Myers <joseph@codesourcery.com>
...
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
* configure: Regenerate.
Co-Authored-By: Nathan Sidwell <nathan@codesourcery.com>
From-SVN: r122073
2007-02-17 13:35:03 +00:00
Gerald Pfeifer
09201a0980
* ltconfig (freebsd*): Default to elf.
...
From-SVN: r121948
2007-02-14 13:19:26 +00:00
Daniel Jacobowitz
291f172e62
configure.ac (target_libraries): Move libgcc before libiberty.
...
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
From-SVN: r121893
2007-02-13 21:27:11 +00:00
Daniel Jacobowitz
c3a86da9a8
re PR bootstrap/30753 (checking for correct version of gmp.h... no)
...
PR bootstrap/30753
* configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
* configure: Regenerated.
Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r121882
2007-02-13 13:39:19 +00:00
Francois-Xavier Coudert
88e1e72a9f
MAINTAINERS (Language Front End Maintainers): Update my mail address.
...
* MAINTAINERS (Language Front End Maintainers): Update my mail
address.
From-SVN: r121816
2007-02-11 11:06:15 +00:00
Uros Bizjak
3de8da2a3c
ChangeLog: Whitespace fixes.
...
* ChangeLog: Whitespace fixes.
* gcc/ChangeLog: Ditto.
* gcc/testsuite/ChangeLog: Ditto.
From-SVN: r121815
2007-02-11 09:09:03 +01:00
Daniel Jacobowitz
44bfc3acc2
re PR bootstrap/30748 (configure broken on trunk)
...
PR bootstrap/30748
* configure.ac: Correct syntax for Solaris ksh.
* configure: Regenerated.
From-SVN: r121778
2007-02-09 22:33:51 +00:00
Paolo Bonzini
3e19841a04
configure.ac: Sync with src.
...
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Sync with src.
* configure: Regenerate.
From-SVN: r121762
2007-02-09 16:44:18 +00:00
Paolo Bonzini
74a487625a
Makefile.in: Regenerate.
...
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in: Regenerate.
From-SVN: r121761
2007-02-09 16:35:29 +00:00
Paolo Bonzini
d846e52e83
config.sub: Sync with src.
...
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* config.sub: Sync with src.
From-SVN: r121760
2007-02-09 16:31:28 +00:00
Daniel Jacobowitz
1c710c3ca6
Makefile.tpl (build_alias, [...]): Use noncanonical equivalents.
...
* Makefile.tpl (build_alias, host_alias, target_alias): Use
noncanonical equivalents.
* configure.in: Rename to...
* configure.ac: ...this. Update AC_PREREQ. Prevent error for
AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
target_noncanonical. Use them. Rewrite removal of configure
arguments for autoconf 2.59. Discard variable settings. Force
program_transform_name for native tools.
* Makefile.in: Regenerated.
* configure: Regenerated with autoconf 2.59.
* src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
with an empty path.
From-SVN: r121751
2007-02-09 15:14:37 +00:00
Roman Zippel
74372bdfc6
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r121691
2007-02-07 15:56:15 +00:00
Andreas Schwab
f6671c9376
Makefile.tpl (LDFLAGS): Substitute it.
...
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
From-SVN: r121441
2007-01-31 22:22:50 +00:00
Andrey Belevantsev
ba9f17dfd9
MAINTAINERS (Write After Approval): Add myself.
...
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r121337
2007-01-30 14:33:55 +03:00
David Edelsohn
2472200d9c
* MAINTAINERS (spu port): Add myself.
...
From-SVN: r121269
2007-01-28 14:30:47 -05:00
Richard Guenther
5305be7e84
re PR bootstrap/30541 (Top-level should pass GNATBIND, GNATLINK and GNATMAKE variables down)
...
2007-01-23 Richard Guenther <rguenther@suse.de>
PR bootstrap/30541
* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
* Makefile.tpl (GNATBIND): Substitute it.
(GNATMAKE): Likewise.
(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
of STAGE_PREFIX.
* Makefile.in: Regenerate.
* configure: Regenerate.
config/
* acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
libada/
* Makefile.in (STAGE_PREFIX): Do not define.
(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
gnattools/
* Makefile.in (STAGE_PREFIX): Do not define.
ada/
* Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
(gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
(gnatboot3): Likewise.
(GNATBIND): Do not define.
* Makefile.in (GNATBIND): Do not define.
From-SVN: r121082
2007-01-23 16:37:09 +00:00
Mike Stump
416cfb5e37
* configure.in: Re-enable -Werror for gcc builds.
...
From-SVN: r120947
2007-01-19 02:08:33 +00:00
Harsha Jagasia
ad4fe825e2
Added <harsha.jagasia@amd.com> to MAINTAINERS file with Write After Approval access
...
From-SVN: r120682
2007-01-11 18:05:59 +00:00
Paolo Bonzini
d943d7c4d9
configure.in: Change == to = in test command.
...
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Change == to = in test command.
* configure: Regenerate.
From-SVN: r120674
2007-01-11 14:53:06 +00:00
Paolo Bonzini
e69bf64be9
[multiple changes]
...
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
Nick Clifton <nickc@redhat.com>
Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
* configure.in (build_configargs, host_configargs, target_configargs):
Remove build/host/target parameters.
(host_libs): Add gmp and mpfr.
(GMP tests): Reorganize to allow in-tree GMP/MPFR.
* Makefile.def (gmp, mpfr): New.
(gcc): Remove makefile target.
* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
target_os, target_vendor): New.
(configure): Add host_alias/target_alias arguments. Adjust invocations.
* configure: Regenerate.
* Makefile.in: Regenerate.
2007-01-11 Matt Fago <fago@earthlink.net>
* configure.in: Try to link to functions only in mpfr 2.2.x
to improve robustness of configure tests.
* configure: Regenerate.
From-SVN: r120671
2007-01-11 11:20:44 +00:00
Uros Bizjak
a42f3b8075
MAINTAINERS: Add myself as i386 maintainer.
...
* MAINTAINERS: Add myself as i386 maintainer.
From-SVN: r120612
2007-01-09 10:34:45 +01:00
Kai Tietz
95af8923f1
Regenerate configure after updating configure.in
...
From-SVN: r120610
2007-01-09 07:35:39 +00:00
Jan Hubicka
61fcaeefb2
* MAINTAINERS: Add myself as i386 maintainer.
...
From-SVN: r120592
2007-01-08 22:13:52 +00:00
Jan Hubicka
a36aee1a6a
* MAINTAINERS: Add myself as build system maintainer.
...
From-SVN: r120591
2007-01-08 22:11:02 +00:00
Kai Tietz
738a52d3e2
* configure.in: Add support for an x86_64-mingw* target.
...
From-SVN: r120585
2007-01-08 18:04:46 +00:00
Daniel Jacobowitz
54fdc47452
Makefile.tpl (all-target): Correct @if conditional for target modules.
...
* Makefile.tpl (all-target): Correct @if conditional for target
modules.
* configure.in: Omit libiberty if building only target libgcc.
* configure, Makefile.in: Regenerated.
From-SVN: r120494
2007-01-05 19:29:29 +00:00
Paolo Bonzini
3dd7172662
commit changelog entry for last commit
...
From-SVN: r120439
2007-01-04 14:10:50 +00:00
Daniel Jacobowitz
fa9585134f
Makefile.def (target_modules): Add libgcc.
...
./ * Makefile.def (target_modules): Add libgcc.
(lang_env_dependencies): Remove default items. Use no_c and no_gcc.
* Makefile.tpl (clean-target-libgcc): Delete.
(configure-target-[+module+]): Emit --disable-bootstrap dependencies
on gcc even for bootstrapped modules. Rewrite handling of
lang_env_dependencies to loop over target_modules.
* configure.in (target_libraries): Add target-libgcc.
* Makefile.in, configure: Regenerated.
gcc/
* config.gcc: Mention libgcc/config.host.
* Makefile.in: Update comments mentioning libgcc.
(LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
(all.cross, start.encap, rest.encap, rest.cross): Update
dependencies for libgcc move.
(libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
(clean-target, clean-target-libgcc): Delete.
(srcdirify, GCC_EXTRA_PARTS): New macros.
(libgcc-support, libgcc.mvars): New rules.
(distclean): Remove mention of mklibgcc.
(install): Don't reference INSTALL_LIBGCC.
(install-common): Don't reference EXTRA_PARTS.
(install-libgcc, install-multilib): Delete rules.
* mklibgcc.in: Delete file.
* doc/configfiles.texi: Don't mention mklibgcc.
* config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
* config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
* config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
* config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
(mklibgcc, ldblspecs): Likewise.
* config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
(posixpre.def): Use $(T).
(SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
(SHLIB_SRC, SHLIB_INSTALL): Delete.
(SHLIB_LINK): Make dummy.
* config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
* config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
* config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
* config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
config/rs6000/t-newas, config/sparc/t-elf: Likewise.
* configure.ac (all_outputs): Remove mklibgcc.
* configure: Regenerated.
libgcc/
* Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
config/sparc/t-crtfm, config/t-slibgcc-darwin,
config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
shared-object.mk, siditi-object.mk, static-object.mk: New files.
* configure: Generated.
Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r120429
2007-01-04 04:22:37 +00:00
Paolo Bonzini
e1888513cc
configure.in: Reorganize recognition of languages.
...
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Reorganize recognition of languages. Add
--enable-stage1-languages. Show supported languages for the chosen
target rather than all recognized languages.
* configure: Regenerate.
From-SVN: r120271
2006-12-29 16:58:48 +00:00
Paolo Bonzini
53b88b731c
Makefile.tpl (GCC_STRAP_TARGETS, [...]): Remove.
...
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
* Makefile.in: Regenerate.
From-SVN: r120270
2006-12-29 16:42:51 +00:00
Kaveh R. Ghazi
a3993f3350
configure.in: Warn that MPFR 2.2.0 is buggy.
...
* configure.in: Warn that MPFR 2.2.0 is buggy.
* configure: Regenerate.
From-SVN: r120262
2006-12-29 15:06:55 +00:00
Ian Lance Taylor
f063a9ed05
configure.in: When removing Makefiles to force a reconfigure, also remove prev-DIR*/Makefile.
...
* configure.in: When removing Makefiles to force a reconfigure, also
remove prev-DIR*/Makefile.
* configure: Regenerate.
From-SVN: r120226
2006-12-27 23:44:13 +00:00
Andreas Schwab
af71363e45
* configure: Regenerate with correct autoconf version.
...
From-SVN: r120146
2006-12-22 10:53:13 +00:00
Adam Megacz
0b0dc2724a
configure.in: add AC_SUBST for *_FOR_TARGET.
...
2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
* configure.in: add AC_SUBST for *_FOR_TARGET.
* configure: Regenerate.
From-SVN: r120142
2006-12-22 07:06:29 +00:00
Paolo Bonzini
400ebff494
configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and...
...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove "$build" case for powerpc-*-darwin* since
it only affects bootstrap and could be tested on "$host" as well.
* configure: Regenerate.
* config/mh-ppc-darwin: Add to the stage1 cflags here.
From-SVN: r120049
2006-12-19 11:28:35 +00:00
Paolo Bonzini
8efea77549
re PR bootstrap/29544 (Not building with checking in stage1)
...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29544
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
move here comment from Makefile.tpl.
* Makefile.tpl: Move some definitions higher in the file.
(STAGE1_CHECKING): New.
* configure.in: Add --enable-stage1-checking.
* configure: Regenerate.
* Makefile.in: Regenerate.
gcc:
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
(STAGE1_CHECKING_CFLAGS): ... this.
From-SVN: r120048
2006-12-19 11:01:36 +00:00
Paolo Bonzini
ed88a7ed92
MAINTAINERS: Add myself as build system maintainer.
...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* MAINTAINERS: Add myself as build system maintainer.
From-SVN: r120047
2006-12-19 10:59:36 +00:00
Simon Martin
b65151d3dd
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r119944
2006-12-15 21:17:51 +00:00
Eric Christopher
7e05083051
MAINTAINERS: Add myself as darwin maintainer.
...
2006-12-13 Eric Christopher <echristo@apple.com>
* MAINTAINERS: Add myself as darwin maintainer.
From-SVN: r119851
2006-12-14 00:17:58 +00:00
Ian Lance Taylor
8b494895e3
* MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
...
From-SVN: r119767
2006-12-12 04:48:47 +00:00
Joern Rennecke
0ff1416d1d
MAINTAINERS: Update my entry.
...
From-SVN: r119742
2006-12-11 18:49:23 +00:00
Alan Modra
58e241475b
configure.in: Handle spu makefile frag.
...
* configure.in: Handle spu makefile frag.
* config/mt-spu: New file.
* Makefile.tpl (MAINT): Define
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r119729
2006-12-11 17:13:16 +10:30
Ben Elliston
9b6f37a025
config.guess: Import latest version.
...
* config.guess: Import latest version.
* config.sub: Likewise.
From-SVN: r119728
2006-12-11 15:11:34 +11:00
Ben Elliston
ea6f5c57de
configure.in (spu-*-*): Don't skip target-libiberty.
...
* configure.in (spu-*-*): Don't skip target-libiberty.
* configure: Regenerate.
From-SVN: r119726
2006-12-11 11:22:24 +11:00
Andreas Tobler
42c1cd8a7a
re PR bootstrap/30134 (Bootstrap error: "libffi has not been ported to powerpc64-apple-darwin8.8.0")
...
2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/30134
* configure.in: Correct x86 darwin support for libjava to powerpc
and i?86 only.
* configure: Regenerate.
From-SVN: r119708
2006-12-10 20:32:30 +01:00