Skip to content

Commit

Permalink
Merge tree-ssa-20020619-branch into mainline.
Browse files Browse the repository at this point in the history
From-SVN: r81764
  • Loading branch information
Diego Novillo committed May 13, 2004
1 parent ac1a20a commit 6de9cd9
Show file tree
Hide file tree
Showing 1,209 changed files with 280,216 additions and 11,375 deletions.
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2004-05-13 Diego Novillo <[email protected]>

Merge from tree-ssa-20020619-branch.

* Makefile.def: Add libbanshee, libmudflap and libgfortran.
* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
(HOST_GMPLIBS): Define.
(HOST_GMPINC): Define.
(TARGET_LIB_PATH): Add libmudflap.
(GFORTRAN_FOR_TARGET): Define.
(configure-build*): Export GFORTRAN.
(configure-gcc): Export GMPLIBS and GMPINC.
(all-gcc): Add maybe-all-libbanshee.
(configure-target-libgfortran): Define.
* Makefile.in: Regenerate.
* configure.in (host_libs): Add libbanshee.
(target_libraries): Add target-libmudflap and target-libgfortran.
Add --with-libbanshee.
Handle --disable-libmudflap.
(*-*-freebsd*): Use with_gmp.
Add $(libgcj) to noconfigdirs.
* configure: Regenerate.
* depcomp: New file.
* MAINTAINERS: Add tree-ssa maintainers.

2004-05-04 Vladimir Makarov <[email protected]>

* MAINTAINERS (Various Maintainers): Add myself.
Expand Down
110 changes: 110 additions & 0 deletions ChangeLog.tree-ssa
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
2004-05-03 Andrew Pinski <[email protected]>

* configure.in (GMP checking): s/save_CFLAGS/saved_CFLAGS.
* configure: Regenerate.

2004-04-22 Loren J. Rittle <[email protected]>

* configure.in (*-*-freebsd*): Use with_gmp to "Avoid crusty gmp.h."
* configure: Rebuilt (with autoconf version 2.13).

2004-04-17 Paul Brook <[email protected]>

* Makefile.tmp (EXTRA_HOST_FLAGS): Remove GMPLIBS and GMPINC.
(configure-gcc): Set GMPLIBS and GMPINC.
* Makefile.in: Regenerate.

2004-04-14 Paul Brook <[email protected]>

* Makefile.tmp (HOST_GMPLIBS, HOST_GMPINC): New variables.
(EXTRA_HOST_FLAGS): Pass them.
* configure.in: Add check for GMP. Disable languages if not found.
* Makefile.in, configure: Regenrate.

2004-03-29 Diego Novillo <[email protected]>

* configure.in: Set with_libbansshee to yes by default.
* configure: Regenerate.

2004-03-28 Diego Novillo <[email protected]>

* configure.in: Fix handling of --without-libbanshee.
* configure: Regenerate.

2004-03-26 Nathanael Nerode <[email protected]>

* configure.in: Add support for --without-libbanshee.
* configure: Regenerated.

2004-02-17 Brian Booth <[email protected]>

* MAINTAINERS.tree-ssa: Add self to write after approval.

2004-02-13 Loren J. Rittle <[email protected]>

* configure.in (*-*-freebsd*): Avoid crusty gmp.h.
(alpha*-*-*freebsd*, i[[3456789]]86-*-*freebsd*): Merge into above.
* configure: Rebuilt (with autoconf version 2.13).

2003-10-22 Frank Ch. Eigler <[email protected]>

* configure.in: Add support for "--disable-libmudflap" option.
* configure: Regenerated.

2003-09-22 Diego Novillo <[email protected]>

* MAINTAINERS.tree-ssa: Add Andrew MacLeod as global maintainer for
the branch.

2003-08-23 Paul Brook <[email protected]>

* Makefile.in: Regenerate.

2003-07-26 Paul Brook <[email protected]>

* Makefile.def: Add libgfortran and GFORTRAN_FOR_TARGET.
* Makefile.tmp: Ditto.
* configure.in: Ditto.
* depcomp: New file.
* maintainer-scripts/gcc_release: Add gcc-fortran.
* maintainer-scripts/snapshot-README: Ditto.
* maintainer-scripts/snapshot-index.html: Ditto.
* libgfortran: New target library.

2003-06-05 Frank Ch. Eigler <[email protected]>

* Makefile.in: Regenerated to activate libmudflap builds.

2003-04-25 Diego Novillo <[email protected]>

* MAINTAINERS.tree-ssa: New file.

2003-01-29 Daniel Berlin <[email protected]>

* configure.in: Use ac_configure_args for libbanshee option
* configure: regen.

2002-11-27 Diego Novillo <[email protected]>

* Makefile.tpl (all-gcc, all-bootstrap): Add dependency on
all-libbanshee.
* Makefile.in: Regenerate.

2002-11-25 Daniel Berlin <[email protected]>

* Makefile.def: Diego already did the libmudflap moving in a merge,
so remove the extra i added.
* Makefile.in: Regenerate.

2002-11-24 Daniel Berlin <[email protected]>

* configure.in: Add libbanshee related stuff.
* Makefile.in: Regenerate from Makefile.def.
* Makefile.def: Move libmudflap stuff to here, where it belongs.
Add libbanshee stuff.
* Makefile.tpl: Add libbanshee stuff.

2002-08-12 Frank Ch. Eigler <[email protected]>

* Makefile.in (target-libmudflap): Add libmudflap-related targets.
* configure.in (target_libs): Ditto.
5 changes: 5 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ gcov Nathan Sidwell [email protected]
option handling Neil Booth [email protected]
libffi testsuite Andreas Tobler [email protected]
middle-end Roger Sayle [email protected]
tree-ssa Diego Novillo [email protected]
tree-ssa Andrew MacLeod [email protected]
PRE, points-to Daniel Berlin [email protected]
mudflap Frank Ch. Eigler [email protected]
tree browser/unparser Sebastian Pop [email protected]

Note individuals who maintain parts of the compiler need approval to check
in changes outside of the parts of the compiler they maintain.
Expand Down
5 changes: 5 additions & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ AutoGen definitions Makefile.tpl;
// that recursive target in its Makefile.

build_modules= { module= libiberty; };
build_modules= { module= libbanshee; };

host_modules= { module= ash; };
host_modules= { module= autoconf; };
Expand Down Expand Up @@ -59,6 +60,7 @@ host_modules= { module= tcl;
host_modules= { module= itcl; };
host_modules= { module= ld; bootstrap=true; };
host_modules= { module= libgui; };
host_modules= { module= libbanshee; bootstrap=true; no_install=true; };
host_modules= { module= libiberty; bootstrap=true; };
host_modules= { module= libtool; };
host_modules= { module= m4; };
Expand Down Expand Up @@ -97,8 +99,10 @@ host_modules= { module= libtermcap; no_check=true;
host_modules= { module= utils; no_check=true; };

target_modules = { module= libstdc++-v3; raw_cxx=true; };
target_modules = { module= libmudflap; };
target_modules = { module= newlib; };
target_modules = { module= libf2c; };
target_modules = { module= libgfortran; };
target_modules = { module= libobjc; };
target_modules = { module= libtermcap; no_check=true; stage=true;
missing=mostlyclean;
Expand Down Expand Up @@ -202,6 +206,7 @@ flags_to_pass = { flag= CXX_FOR_TARGET ; };
flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; };
flags_to_pass = { flag= GCJ_FOR_TARGET ; };
flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; };
flags_to_pass = { flag= LD_FOR_TARGET ; };
flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
Expand Down
Loading

0 comments on commit 6de9cd9

Please sign in to comment.