Gerald Pfeifer
cad1bae1f6
* ltconfig (freebsd*): Default to elf.
...
From-SVN: r121952
2007-02-14 17:08:35 +00:00
Paolo Bonzini
4f9525287f
re PR bootstrap/29544 (Not building with checking in stage1)
...
2006-12-29 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. Disable --enable-werror
on release branches.
gcc:
2006-12-29 Paolo Bonzini <bonzini@gnu.org >
PR bootstrap/29544
* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
(STAGE1_CHECKING_CFLAGS): ... this.
From-SVN: r120272
2006-12-29 17:47:06 +00:00
Andreas Tobler
81e5753216
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: r119715
2006-12-10 23:43:30 +01:00
Sandro Tolaini
b9b51874f6
configure.in: Add x86 darwin support for libjava.
...
* configure.in: Add x86 darwin support for libjava.
* configure: Regenerate.
From-SVN: r119681
2006-12-09 00:49:00 +00:00
Mike Stump
01f2142113
Makefile.def (dependencies): Add dependency for install-target-libssp and install-target-libgomp on install-gcc.
...
* Makefile.def (dependencies): Add dependency for
install-target-libssp and install-target-libgomp on
install-gcc.
* Makefile.in: Regenerate.
From-SVN: r119647
2006-12-08 02:42:25 +00:00
Kaveh R. Ghazi
ac98ba7d52
configure.in: Check for MPFR 2.2.1.
...
* configure.in: Check for MPFR 2.2.1. Update error message.
* configure: Regenerate.
gcc:
* doc/install.texi: Update MPFR prerequisite to version 2.2.1.
From-SVN: r119464
2006-12-03 14:16:26 +00:00
Richard Guenther
f24bb2939a
revert: MAINTAINERS (Various Maintainers): Add myself as libgcc-math maintainer.
...
2006-11-29 Richard Guenther <rguenther@suse.de >
Revert
2006-05-01 Richard Guenther <rguenther@suse.de >
* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
maintainer.
From-SVN: r119319
2006-11-29 15:59:37 +00:00
Kaveh R. Ghazi
4d24587f52
configure.in (--with-mpfr-dir, [...]): Remove flags.
...
* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
--with-gmp-lib): New flags.
* configure: Regenerate.
gcc:
* doc/install.texi: Remove documentation for --with-mpfr-dir
and --with-gmp-dir, add documentation for --with-mpfr-include,
--with-mpfr-lib, --with-gmp-include and --with-gmp-lib.
From-SVN: r119233
2006-11-27 00:12:34 +00:00
Kaveh R. Ghazi
a1cf97a96a
configure.in (--with-mpfr-dir): Also look in .libs and _libs for libmpfr.a.
...
* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
libmpfr.a.
* configure: Regenerate.
From-SVN: r119008
2006-11-20 00:57:02 +00:00
Paolo Bonzini
e97af807a1
re PR ada/29802 (wrong directory in makefile for ada and libada when srcdir=.)
...
2006-11-16 Paolo Bonzini <bonzini@gnu.org >
* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
(unstage): Test for stage_last presence.
* Makefile.tpl (clean-stage*): Test separately for package/Makefile
and stageN-package/Makefile.
PR bootstrap/29802
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
* Makefile.in: Regenerate.
2006-11-16 Paolo Bonzini <bonzini@gnu.org >
PR bootstrap/29802
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
* configure: Regenerate.
* Makefile.in: Replace host_subdir.
From-SVN: r118941
2006-11-17 15:29:54 +00:00
Jie Zhang
94b579fc20
configure.in: Remove target-libgloss from noconfigdirs for bfin-*-*.
...
* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.
From-SVN: r118795
2006-11-14 00:46:16 +00:00
Chen Liqin
ec1041e70f
MAINTAINERS: Move myself to Write After Approval section.
...
* MAINTAINERS: Move myself to Write After Approval section.
From-SVN: r118026
2006-10-25 08:19:34 +00:00
Chen Liqin
93ef7c1f7e
invoke.texi (Score Options): New section.
...
* doc/invoke.texi (Score Options): New section.
* doc/md.texi (Score family): New section to document constraints.
* config/score/t-score-elf: Fix spelling typo.
* config/score/score.c: Add TARGET_DEFAULT_TARGET_FLAGS macro.
* config/score/score.h: Fix spelling typo.
* config/score/score-mdaux.c: Remove TARGET_NOPINDEX condition.
* config/score/score.opt: Remove -mnpi -mnuls -mSCORE5/5U -mSCORE7
options.
From-SVN: r117882
2006-10-19 09:19:21 +00:00
Tobias Burnus
018c8d88cb
MAINTAINERS (Write After Approval): Add myself.
...
2006-10-16 Tobias Burnus <burnus@net-b.de >
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r117780
2006-10-16 13:10:49 +02:00
Ben Elliston
f6a1687efe
config.guess: Import latest version.
...
* config.guess: Import latest version.
* config.sub: Likewise.
From-SVN: r117772
2006-10-16 13:27:17 +10:00
Tan Shengguo
cf723ae82f
crti.asm: add pic support.
...
* config/score/crti.asm: add pic support.
* config/score/crtn.asm: add pic support.
* config/score/score.h: remove builtin_define("__pic__").
* config/score/score.c: add TARGET_RTX_COST macro.
* config/score/score.md: PIC support for call/sibcall pattern.
* config/score/mul-div.S: add pic support.
* config/score/t-score-elf: update MULTILIB_OPTIONS.
* ChangeLog: add shengguo as another score maintainer.
* config.sub: add score support in it.
From-SVN: r117771
2006-10-16 02:13:06 +00:00
Brooks Moses
b5422ad772
--(top level)--------------------------------------------
...
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.def: Added pdf target handling.
* Makefile.tpl: Added pdf target handling.
* Makefile.in: Regenerated.
---fixincludes--------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added empty "pdf" target.
---gcc----------------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* configure.ac: Added pdf to "Make-hooks"
* Makefile.in: Added TEXI2PDF definition, and various pdf-file
targets and *.pdf file patterns in cleanup targets.
* configure: Regenerated.
---gcc/cp-------------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added "c++.pdf" target support.
---gcc/fortran--------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
support.
---gcc/java-----------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
---gcc/objc-----------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added empty "objc.pdf" target.
---gcc/objcp----------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added empty "obj-c++.pdf" target.
---gcc/treelang-------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Make-lang.in: Added "treelang.pdf" target support.
---gnattools----------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added empty "pdf" target.
---libcpp-------------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added empty "pdf" target.
---libdecnumber-------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added empty "pdf" target.
---libiberty----------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added "pdf", "libiberty.pdf" target support.
* testsuite/Makefile.in: Added empty "pdf" target.
---libobjc------------------------------------------------
2006-10-10 Brooks Moses <bmoses@stanford.edu >
* Makefile.in: Added empty "pdf" target.
From-SVN: r117618
2006-10-10 16:48:09 -07:00
Chen Liqin
bdcee4712e
* Add new port for score.
...
From-SVN: r117597
2006-10-10 07:50:29 +00:00
Brooks Moses
7d61041445
MAINTAINERS (Write After Approval): Add myself.
...
2006-10-04 Brooks Moses <bmoses@stanford.edu >
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r117437
2006-10-04 11:30:49 -07:00
Steven G. Kargl
e48d66a949
re PR fortran/28276 (EXPONENT() broken for real constants)
...
* configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
or newer.
* configure: Regenerated.
* doc/install.texi: Document required versions of GMP and MPFR.
* fortran/arith.c: Conditionally include arctangent2().
(gfc_check_real_range): Use mpfr_subnormalize in preference to local
hack.
* fortran/trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
l for long double functions.
* fortran/simplify.c: Wrap Copyright to new line.
(gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
(gfc_simplify_log): Ditto.
PR fortran/28276
* fortran/simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
preference to broken local hack.
PR fortran/27021
* fortran/simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
mpfr_subnormalize to handle numbers near zero in preference to broken
local hack.
PR fortran/28276
* testsuite/gfortran.dg/exponent_1.f90: New test.
PR fortran/27021
* testsuite/gfortran.dg/nearest_1.f90: New test.
From-SVN: r117257
2006-09-27 20:15:22 +00:00
Dave Brolley
c394e8918d
configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r.
...
2006-09-27 Dave Brolley <brolley@redhat.com >
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
$s instead of $r.
* configure: Regenerated.
From-SVN: r117256
2006-09-27 15:42:24 -04:00
Thiemo Seufer
1ee4c5a08a
configure.in: Remove redundant handling of mips*-dec-bsd*.
...
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
* configure: Regenerate.
From-SVN: r117230
2006-09-26 16:37:56 +00:00
Graeme Peterson
5997afc39f
* MAINTAINERS (Write After Approval): Remove myself.
...
From-SVN: r117179
2006-09-24 10:04:33 +00:00
Chao-ying Fu
0c5028980b
* MAINTAINERS (Write After Approval): Add myself.
...
From-SVN: r117150
2006-09-22 18:54:44 +00:00
Andrew Pinski
cc6010cd8e
Fix some white space issues in the changelog.
...
From-SVN: r116876
2006-09-12 00:42:10 -07:00
Joseph Myers
a7819e426a
* MAINTAINERS: Add self as soft-fp maintainer.
...
From-SVN: r116813
2006-09-10 11:51:11 +01:00
Anatoly Sokolov
827d0991fd
MAINTAINERS: Add myself as avr maintainer.
...
* MAINTAINERS: Add myself as avr maintainer.
Remove Marek Michalkiewicz as avr maintainer.
From-SVN: r116797
2006-09-09 16:25:57 +04:00
Roberto Costa
e8288489d9
Added Roberto Costa to MAINTAINERS list
...
From-SVN: r116741
2006-09-07 07:14:34 +00:00
Corinna Vinschen
b91f0a4123
configure.in: Never build newlib for a Mingw host.
...
2006-08-30 Corinna Vinschen <corinna@vinschen.de >
* configure.in: Never build newlib for a Mingw host.
Never build newlib as Mingw target library.
Test the existence of winsup/cygwin for building a Cygwin newlib,
rather than just winsup.
Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
building a Mingw target.
* configure: Regenerate.
From-SVN: r116587
2006-08-30 09:48:49 -04:00
Eric Botcazou
094c07a00d
MAINTAINERS (Various Maintainers): Add self as RTL opt.
...
* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
From-SVN: r116012
2006-08-08 07:56:32 +00:00
Paolo Bonzini
8d1171cbcb
config.guess: Import from src (was more updated).
...
2006-07-25 Paolo Bonzini <bonzini@gnu.org >
* config.guess: Import from src (was more updated).
* config.sub: Likewise.
From-SVN: r115734
2006-07-25 08:41:02 +00:00
Daniel Jacobowitz
2e9e6f6874
configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
...
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
From-SVN: r115684
2006-07-23 03:50:24 +00:00
Paolo Bonzini
57255173da
Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after the first.
...
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
for stages after the first.
config:
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* acx.m4: Support --with-build-libsubdir and AC_SUBST
build_libsubdir.
gcc:
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* configure: Regenerate.
* Makefile.in (build_libsubdir): New configure substitution
(build_libobjdir): New variable.
(BUILD_LIBIBERTY): Use it.
libgfortran:
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* configure: Regenerate.
libjava:
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* configure: Regenerate.
libobjc:
2006-07-18 Paolo Bonzini <bonzini@gnu.org >
* configure: Regenerate.
From-SVN: r115552
2006-07-18 11:48:36 +00:00
Jakub Jelinek
9fbe658520
Makefile.def: Add dependencies for configure-opcodes on configure-intl and all-opcodes on...
...
* Makefile.def: Add dependencies for configure-opcodes
on configure-intl and all-opcodes on all-intl.
* Makefile.in: Regenerated.
From-SVN: r115527
2006-07-17 19:06:27 +02:00
Ben Elliston
18c3f977d0
* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
...
From-SVN: r115413
2006-07-13 22:29:12 +10:00
Paul Eggert
27b56ba6cc
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...
...
Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001. However, make sure the code still
works on pre-POSIX hosts.
* ltmain.sh: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
contrib:
* compare_tests: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
gcc:
* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
which says you should use "tail -c +N" rather than "tail +Nc".
Fix a bug: the old code incorrectly skipped 15 bytes, not 16.
From-SVN: r115234
2006-07-06 23:24:51 +00:00
Ulrich Weigand
ad6d4e435e
* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
...
From-SVN: r115207
2006-07-05 19:08:50 +00:00
Peter O'Gorman
706601d965
ltconfig: chmod 644 before ranlib during install.
...
ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
gcc/ChangeLog:
* mklibgcc.in: chmod 644 before ranlib during install.
libjava/classpath/ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
From-SVN: r115183
2006-07-04 20:20:01 +00:00
Eric Botcazou
0b50988af5
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
...
PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.
From-SVN: r115172
2006-07-04 07:52:47 +00:00
Paolo Bonzini
95695ad38f
configure.in: Fix thinkos in previous check-in.
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.
From-SVN: r115147
2006-07-03 11:19:01 +00:00
Paolo Bonzini
b6348cb338
configure.in: Fix thinko in previous check-in.
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
* configure.in: Fix thinko in previous check-in.
* configure: Regenerate.
gcc:
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
* configure.ac: Fix thinko in previous check-in.
* configure: Regenerate.
From-SVN: r115146
2006-07-03 09:25:46 +00:00
Paolo Bonzini
1546bb648f
re PR other/27063 (Fail to build gcc-core-4.2 snapshots)
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
PR other/27063
* configure.in: Test subdir_requires and give an appropriate
error message.
* configure: Regenerate
gcc:
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
PR other/27063
* configure.ac (for lang...): Simplify nesting of conditionals.
Test subdir_requires for non-enabled languages. Move processing
of lang_opt_files and lang_tree_fiels below that test.
* configure: Regenerate.
* doc/sourcebuild.texi (Front End Config): Document subdir_requires.
gcc/objcp:
2006-07-03 Paolo Bonzini <bonzini@gnu.org >
PR other/27063
* config-lang.in: Add subdir_requires.
From-SVN: r115145
2006-07-03 07:58:08 +00:00
Andrew John Hughes
5cb6c6295e
MAINTAINERS (Write After Approval): Add myself.
...
2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org >
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r115117
2006-07-01 19:36:35 +00:00
John David Anglin
f4d8cdf89b
MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
...
* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
From-SVN: r114913
2006-06-22 23:36:36 +00:00
Steve Ellcey
4fe5abb79e
* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
...
From-SVN: r114909
2006-06-22 21:38:17 +00:00
David Ayers
2a79fd67a5
re PR bootstrap/28072 (target-boehm-gc is being build for targets that do not support it)
...
2006-06-20 David Ayers <d.ayers@inode.at >
PR bootstrap/28072
* configure.in: Add target-boehm-gc to noconfigdirs depending on
whether target-libjava is being configured instead of whether the
java front end is enabled.
* configure: Regenerate.
From-SVN: r114808
2006-06-20 08:45:08 +00:00
Rainer Orth
04879af33d
re PR target/27540 (libgomp fails to configure on IRIX 5.3)
...
PR target/27540
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.
From-SVN: r114726
2006-06-16 17:53:03 +00:00
Paolo Bonzini
ec6c739264
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too.
...
2006-06-15 Paolo Bonzini <bonzini@gnu.org >
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
too.
* Makefile.in: Regenerate.
gcc:
2006-06-15 Paolo Bonzini <bonzini@gnu.org >
* configure.ac (CFLAGS): Get them from the toplevel or from the
configure invocation.
* configure: Regenerate.
* Makefile.in (CFLAGS): Substitute value provided by configure.
From-SVN: r114673
2006-06-15 06:26:59 +00:00
DJ Delorie
12973d7afb
config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS.
...
* config-ml.in: Alter CCASFLAGS to include special
multilib options the same as is done for CFLAGS.
From-SVN: r114622
2006-06-13 16:48:23 -04:00
John David Anglin
c67ed86a4a
configure.in: Don't enable libgomp on hpux10.
...
* configure.in: Don't enable libgomp on hpux10.
* configure: Rebuilt.
From-SVN: r114599
2006-06-13 02:40:01 +00:00