From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26938 invoked by alias); 30 Jun 2005 07:08:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26318 invoked by uid 22791); 30 Jun 2005 07:06:54 -0000 Received: from mailhub.air.net.au (HELO mailhub.air.net.au) (203.11.71.23) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 30 Jun 2005 07:06:52 +0000 Received: by mailhub.air.net.au (Postfix, from userid 500) id 19DCA36DC8; Thu, 30 Jun 2005 17:06:47 +1000 (EST) Received: by mailhub.air.net.au (tmda-sendmail, from uid 500); Thu, 30 Jun 2005 17:06:46 +1000 (EST) Date: Thu, 30 Jun 2005 07:08:00 -0000 To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Cc: gcc-patches@gcc.gnu.org Subject: some top-level changes Message-ID: <20050630170643.A4871@mailhub.air.net.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) From: Ben Elliston X-Primary-Address: bje@air.net.au X-Virus-Checked: Checked by ClamAV on sourceware.org X-SW-Source: 2005-06/txt/msg00386.txt.bz2 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 9356 The following changes to the top-level bring things up to date for the demise of src/expect and src/dejagnu. I've ommitted the generated files for brevity. Okay to commit? 2005-06-30 Ben Elliston * configure.in (host_tools): Remove dejagnu. (noconfigdirs): Remove dejagnu for applicable targets. * Makefile.tpl (EXPECT): Set to expect. (RUNTEST): Likewise, set to runtest. * Makefile.def: Remove dejagnu and expect host modules. (all-dejagnu): Remove dependencies. (configure-expect): Likewise. (all-expect): Likewise. * Makefile.in: Regenerate. * configure: Likewise. Index: Makefile.def =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/Makefile.def,v retrieving revision 1.49 diff -u -p -r1.49 Makefile.def --- Makefile.def 23 Jun 2005 07:34:15 -0000 1.49 +++ Makefile.def 30 Jun 2005 06:05:33 -0000 @@ -43,7 +43,6 @@ host_modules=3D { module=3D binutils; bootst host_modules=3D { module=3D bison; no_check_cross=3D true; }; host_modules=3D { module=3D byacc; no_check_cross=3D true; }; host_modules=3D { module=3D bzip2; }; -host_modules=3D { module=3D dejagnu; }; host_modules=3D { module=3D diff; }; host_modules=3D { module=3D dosutils; no_check=3D true; }; host_modules=3D { module=3D etc; }; @@ -102,7 +101,6 @@ host_modules=3D { module=3D wdiff; }; host_modules=3D { module=3D zip; no_check_cross=3Dtrue; }; host_modules=3D { module=3D zlib; no_install=3Dtrue; no_check=3Dtrue; boot= strap=3Dtrue; }; host_modules=3D { module=3D gdb; extra_make_flags=3D"$(X11_FLAGS_TO_PASS)"= ; }; -host_modules=3D { module=3D expect; extra_make_flags=3D"$(X11_FLAGS_TO_PAS= S)"; }; host_modules=3D { module=3D guile; extra_make_flags=3D"$(X11_FLAGS_TO_PASS= )"; }; host_modules=3D { module=3D tk; extra_make_flags=3D"$(X11_FLAGS_TO_PASS)";= }; host_modules=3D { module=3D libtermcap; no_check=3Dtrue;=20 @@ -332,13 +330,6 @@ dependencies =3D { module=3Dall-opcodes; on=3D dependencies =3D { module=3Dall-opcodes; on=3Dall-libiberty; }; =20 // Other host modules in the 'src' repository. -dependencies =3D { module=3Dall-dejagnu; on=3Dall-tcl; }; -dependencies =3D { module=3Dall-dejagnu; on=3Dall-expect; }; -dependencies =3D { module=3Dall-dejagnu; on=3Dall-tk; }; -dependencies =3D { module=3Dconfigure-expect; on=3Dconfigure-tcl; }; -dependencies =3D { module=3Dconfigure-expect; on=3Dconfigure-tk; }; -dependencies =3D { module=3Dall-expect; on=3Dall-tcl; }; -dependencies =3D { module=3Dall-expect; on=3Dall-tk; }; =20 // We put install-tcl before install-itcl because itcl wants to run a // program on installation which uses the Tcl libraries. Index: Makefile.tpl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/Makefile.tpl,v retrieving revision 1.136 diff -u -p -r1.136 Makefile.tpl --- Makefile.tpl 23 Jun 2005 07:34:15 -0000 1.136 +++ Makefile.tpl 30 Jun 2005 06:06:01 -0000 @@ -292,13 +292,8 @@ MAKEINFO =3D `if [ -f $$r/$(BUILD_SUBDIR)/ MAKEINFOFLAGS =3D --split-size=3D5000000 =20 # FIXME: expect may become a build tool? -EXPECT =3D `if [ -f $$r/$(HOST_SUBDIR)/expect/expect ] ; \ - then echo $$r/$(HOST_SUBDIR)/expect/expect ; \ - else echo expect ; fi` - -RUNTEST =3D `if [ -f $$s/dejagnu/runtest ] ; \ - then echo $$s/dejagnu/runtest ; \ - else echo runtest ; fi` +EXPECT =3D expect +RUNTEST =3D runtest =20 # --------------------------------------------- # Programs producing files for the HOST machine Index: configure.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/configure.in,v retrieving revision 1.271 diff -u -p -r1.271 configure.in --- configure.in 7 Jun 2005 09:33:44 -0000 1.271 +++ configure.in 30 Jun 2005 06:06:07 -0000 @@ -130,7 +130,7 @@ host_libs=3D"intl mmalloc libiberty opcode # know that we are building the simulator. # binutils, gas and ld appear in that order because it makes sense to run # "make check" in that particular order. -host_tools=3D"texinfo byacc flex bison binutils gas ld fixincludes gcc sid= sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4= autoconf automake libtool diff rcs fileutils shellutils time textutils wdi= ff find uudecode hello tar gzip indent recode release sed utils guile perl = gawk findutils gettext zip fastjar gnattools" +host_tools=3D"texinfo byacc flex bison binutils gas ld fixincludes gcc sid= sim gdb make patch prms send-pr gprof etc ash bash bzip2 m4 autoconf autom= ake libtool diff rcs fileutils shellutils time textutils wdiff find uudecod= e hello tar gzip indent recode release sed utils guile perl gawk findutils = gettext zip fastjar gnattools" =20 # libgcj represents the runtime libraries only used by gcj. libgcj=3D"target-libffi \ @@ -270,14 +270,14 @@ case "${host}" in noconfigdirs=3D"$noconfigdirs byacc" ;; i[[3456789]]86-*-vsta) - noconfigdirs=3D"$noconfigdirs tcl expect dejagnu make texinfo bison pa= tch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv = gettext" + noconfigdirs=3D"$noconfigdirs tcl make texinfo bison patch flex byacc = send-pr gprof uudecode diff guile perl itcl gnuserv gettext" ;; i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*) - noconfigdirs=3D"$noconfigdirs tcl tk expect dejagnu send-pr uudecode g= uile itcl gnuserv libffi" + noconfigdirs=3D"$noconfigdirs tcl tk send-pr uudecode guile itcl gnuse= rv libffi" ;; i[[3456789]]86-*-mingw32*) - # noconfigdirs=3D"tcl tk expect dejagnu make texinfo bison patch flex = byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv" - noconfigdirs=3D"$noconfigdirs expect dejagnu autoconf automake send-pr= rcs guile perl texinfo libtool" + # noconfigdirs=3D"tcl tk make texinfo bison patch flex byacc send-pr u= udecode diff guile perl itcl gnuserv" + noconfigdirs=3D"$noconfigdirs autoconf automake send-pr rcs guile perl= texinfo libtool" ;; i[[3456789]]86-*-beos*) noconfigdirs=3D"$noconfigdirs tk itcl libgui gdb" @@ -289,10 +289,10 @@ case "${host}" in noconfigdirs=3D"$noconfigdirs rcs" ;; ppc*-*-pe) - noconfigdirs=3D"$noconfigdirs patch diff make tk tcl expect dejagnu au= toconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv" + noconfigdirs=3D"$noconfigdirs patch diff make tk tcl autoconf automake= texinfo bison send-pr gprof rcs guile perl itcl gnuserv" ;; powerpc-*-beos*) - noconfigdirs=3D"$noconfigdirs tk itcl libgui gdb dejagnu readline" + noconfigdirs=3D"$noconfigdirs tk itcl libgui gdb readline" ;; esac =20 @@ -436,7 +436,7 @@ case "${target}" in noconfigdirs=3D"$noconfigdirs target-examples" noconfigdirs=3D"$noconfigdirs target-libiberty texinfo send-pr" noconfigdirs=3D"$noconfigdirs tcl tk itcl libgui sim" - noconfigdirs=3D"$noconfigdirs expect dejagnu" + noconfigdirs=3D"$noconfigdirs" # the C++ libraries don't build on top of CE's C libraries noconfigdirs=3D"$noconfigdirs target-libstdc++-v3" noconfigdirs=3D"$noconfigdirs target-newlib" @@ -579,12 +579,12 @@ case "${target}" in ;; i[[3456789]]86-*-mingw32*) target_configdirs=3D"$target_configdirs target-mingw" - noconfigdirs=3D"$noconfigdirs expect target-libgloss ${libgcj}" + noconfigdirs=3D"$noconfigdirs target-libgloss ${libgcj}" =20 # Can't build gdb for mingw32 if not native. case "${host}" in - i[[3456789]]86-*-mingw32) ;; # keep gdb tcl tk expect etc. - *) noconfigdirs=3D"$noconfigdirs gdb tcl tk expect itcl gnuserv" + i[[3456789]]86-*-mingw32) ;; # keep gdb tcl tk etc. + *) noconfigdirs=3D"$noconfigdirs gdb tcl tk itcl gnuserv" ;; esac ;;=20=20=20=20 @@ -600,8 +600,8 @@ case "${target}" in =20 # Can't build gdb for Cygwin if not native. case "${host}" in - *-*-cygwin*) ;; # keep gdb tcl tk expect etc. - *) noconfigdirs=3D"$noconfigdirs gdb tcl tk expect itcl libgui gnuse= rv" + *-*-cygwin*) ;; # keep gdb tcl tk etc. + *) noconfigdirs=3D"$noconfigdirs gdb tcl tk itcl libgui gnuserv" ;; esac ;;=20=20=20=20 @@ -664,13 +664,13 @@ case "${target}" in ;; powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) target_configdirs=3D"$target_configdirs target-winsup" - noconfigdirs=3D"$noconfigdirs gdb tcl tk make expect target-libgloss i= tcl gnuserv ${libgcj}" + noconfigdirs=3D"$noconfigdirs gdb tcl tk make target-libgloss itcl gnu= serv ${libgcj}" # always build newlib. skipdirs=3D`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; # This is temporary until we can link against shared libraries powerpcle-*-solaris*) - noconfigdirs=3D"$noconfigdirs gdb sim make tcl tk expect itcl gnuserv = ${libgcj}" + noconfigdirs=3D"$noconfigdirs gdb sim make tcl tk itcl gnuserv ${libgc= j}" ;; powerpc-*-beos*) noconfigdirs=3D"$noconfigdirs gdb target-newlib target-libgloss ${libg= cj}" --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQFCw5oDbNtDbHIEhSURAishAJ0WRqx+kHcok4gR2wrVTuU/WN9hSACg050C CpcEQswemsuDFWybLqP8C1c= =M4UF -----END PGP SIGNATURE----- --DocE+STaALJfprDB--