From bonzini@sourceware.org Fri Jul 2 07:56:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Fri, 02 Jul 2004 07:56:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040702075607.28847.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-07-02 07:56:07 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in Log message: 2004-07-01 Paolo Bonzini * Makefile.def (build_modules): Add bison, byacc, flex, m4, texinfo. (flags_to_pass): Add FLEX. * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, DEFAULT_MAKEINFO): Remove. (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into objdir or else use configured tool. (all-build): New. (all): Depend on it. (Build module dependencies): Add. * Makefile.in: Regenerate. * configure.in: Better support for multiple build modules, matching what is done for host/target modules. Do not look for "plausible" locations of build tools if Canadian cross. Use autoconf's AC_PROG_CC to find a C compiler. Define BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.497&r2=1.498 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.25&r2=1.26 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.177&r2=1.178 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.107&r2=1.108 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.132&r2=1.133 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.222&r2=1.223 From nickc@sourceware.org Wed Jul 7 17:28:00 2004 From: nickc@sourceware.org (nickc@sourceware.org) Date: Wed, 07 Jul 2004 17:28:00 -0000 Subject: src config.sub configure configure.in Message-ID: <20040707172843.3502.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nickc@sourceware.org 2004-07-07 17:28:43 Modified files: . : config.sub configure configure.in Log message: Add new port: crx-elf Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.sub.diff?cvsroot=src&r1=1.45&r2=1.46 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.133&r2=1.134 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.223&r2=1.224 From nickc@sourceware.org Wed Jul 7 17:37:00 2004 From: nickc@sourceware.org (nickc@sourceware.org) Date: Wed, 07 Jul 2004 17:37:00 -0000 Subject: src config.sub configure configure.in Message-ID: <20040707173720.10608.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nickc@sourceware.org 2004-07-07 17:37:19 Modified files: . : config.sub configure configure.in Log message: Undo accidental commit whilst adding crx-elf port Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.sub.diff?cvsroot=src&r1=1.46&r2=1.47 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.134&r2=1.135 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.224&r2=1.225 From aoliva@sourceware.org Thu Jul 8 19:46:00 2004 From: aoliva@sourceware.org (aoliva@sourceware.org) Date: Thu, 08 Jul 2004 19:46:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040708194605.22125.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: aoliva@sourceware.org 2004-07-08 19:46:05 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl Log message: * Makefile.def (host_modules): Set bootstrap=true for flex. * Makefile.tpl (all-gcc): Depend on texinfo and flex. * Makefile.in: Rebuilt. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.498&r2=1.499 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.26&r2=1.27 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.178&r2=1.179 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.108&r2=1.109 From msnyder@sourceware.org Fri Jul 9 20:00:00 2004 From: msnyder@sourceware.org (msnyder@sourceware.org) Date: Fri, 09 Jul 2004 20:00:00 -0000 Subject: src/rda ChangeLog lib/gdbserv-state.c lib/gdbs ... Message-ID: <20040709200025.32172.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: msnyder@sourceware.org 2004-07-09 20:00:25 Modified files: rda : ChangeLog rda/lib : gdbserv-state.c gdbserv-target.c Log message: 2004-07-09 Michael Snyder * lib/gdbserv-target.c (gdbserv_fromtarget_terminate): Rename parameter from exitval to sigval (it's a signal number). * lib/gdbserv-target.c (gdbserv_totarget): Comment spelling fix. * lib/gdbserv-state.c (gdbserv_fromclient_break): Add break statement to default. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/lib/gdbserv-state.c.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/lib/gdbserv-target.c.diff?cvsroot=src&r1=1.1&r2=1.2 From bonzini@sourceware.org Mon Jul 12 12:03:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Mon, 12 Jul 2004 12:03:00 -0000 Subject: src ChangeLog Makefile.in Makefile.tpl configu ... Message-ID: <20040712120343.12219.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-07-12 12:03:43 Modified files: . : ChangeLog Makefile.in Makefile.tpl configure configure.in Log message: 2004-07-12 Paolo Bonzini * configure.in: Add noconfigdirs for crx-*-*. * configure: Regenerate. 2004-07-09 Loren J. Rittle * configure.in: Build libmudflap by default on FreeBSD. * configure: Regenerated. 2004-07-09 Mark Mitchell * configure.in: Do not build libmudflap by default on non-GNU/Linux systems. * configure: Regenerated. 2004-07-08 John David Anglin PR target/16344 * Makefile.tpl (profiledbootstrap): Build runtime libraries with feedback based compiler. * Makefile.in: Rebuilt. 2004-07-05 Phil Edwards * configure.in: Do not prepend $srcdir to /dev/null in makefile fragments. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.499&r2=1.500 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.179&r2=1.180 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.109&r2=1.110 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.135&r2=1.136 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.225&r2=1.226 From msnyder@sourceware.org Wed Jul 14 20:03:00 2004 From: msnyder@sourceware.org (msnyder@sourceware.org) Date: Wed, 14 Jul 2004 20:03:00 -0000 Subject: src/rda ChangeLog samples/demo-target.c Message-ID: <20040714200305.4272.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: msnyder@sourceware.org 2004-07-14 20:03:05 Modified files: rda : ChangeLog rda/samples : demo-target.c Log message: 2004-07-09 Michael Snyder * samples/demo-target.c (demo_set_thread_mem): Allocate new simulated memory in hunks, rather than one byte at a time. If target_mem.base moves down, copy contents up. * samples/demo-target.c (demo_target): Call malloc only once, so that gdb can detach and re-attach repeatedly. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/samples/demo-target.c.diff?cvsroot=src&r1=1.1&r2=1.2 From kevinb@sourceware.org Tue Jul 20 00:42:00 2004 From: kevinb@sourceware.org (kevinb@sourceware.org) Date: Tue, 20 Jul 2004 00:42:00 -0000 Subject: src/rda/unix ChangeLog server.c Message-ID: <20040720004246.1374.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: kevinb@sourceware.org 2004-07-20 00:42:46 Modified files: rda/unix : ChangeLog server.c Log message: * server.c (main): Set ``server_quit_p'' when debugged process exits or terminates. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.23&r2=1.24 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/server.c.diff?cvsroot=src&r1=1.6&r2=1.7 From wilson@sourceware.org Wed Jul 21 19:21:00 2004 From: wilson@sourceware.org (wilson@sourceware.org) Date: Wed, 21 Jul 2004 19:21:00 -0000 Subject: src ChangeLog libtool.m4 ltcf-c.sh ltcf-cxx.sh ... Message-ID: <20040721192142.17351.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: wilson@sourceware.org 2004-07-21 19:21:41 Modified files: . : ChangeLog libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh ltconfig Log message: knetbsd/kfreebsd patches from Robert Millan. * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.500&r2=1.501 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libtool.m4.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-c.sh.diff?cvsroot=src&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-cxx.sh.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-gcj.sh.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltconfig.diff?cvsroot=src&r1=1.20&r2=1.21 From msnyder@sourceware.org Fri Jul 23 18:53:00 2004 From: msnyder@sourceware.org (msnyder@sourceware.org) Date: Fri, 23 Jul 2004 18:53:00 -0000 Subject: src/rda ChangeLog MAINTAINERS Message-ID: <20040723185306.458.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: msnyder@sourceware.org 2004-07-23 18:53:06 Modified files: rda : ChangeLog MAINTAINERS Log message: 2004-07-23 Michael Snyder * MAINTAINERS: Remove Andrew Cagney, at his request. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/ChangeLog.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/MAINTAINERS.diff?cvsroot=src&r1=1.1&r2=1.2 From bonzini@sourceware.org Tue Aug 3 09:36:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Tue, 03 Aug 2004 09:36:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040803093604.26797.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-03 09:36:04 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl Log message: 2004-08-03 Paolo Bonzini * Makefile.def (host-modules): Add gcc. * Makefile.in: Regenerate. * Makefile.tpl (sorry): New rule. (configure-host, all-host, [+make_target+]-host, do-check, install-host): Do not add gcc as a special case. (host modules): Add a small special-casing for gcc. Export extra_make_flags through the environment. (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc, maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc, other recursive targets for gcc): Remove. (all, do-[+make_target+], do-check): Wrap between unstage and stage. (stage, unstage): New rules. (stage[+id+]-start, stage[+id+]-end, [+compare-target+], distclean-stage[+id+]): Use stage_current. ([+bootstrap-target+], profiledbootstrap): Do not invoke manually the stage*-start rules. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.501&r2=1.502 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.27&r2=1.28 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.180&r2=1.181 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.110&r2=1.111 From neroden@sourceware.org Tue Aug 3 20:54:00 2004 From: neroden@sourceware.org (neroden@sourceware.org) Date: Tue, 03 Aug 2004 20:54:00 -0000 Subject: src ./configure ./configure.in config/ChangeLo ... Message-ID: <20040803205419.2272.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: neroden@sourceware.org 2004-08-03 20:54:19 Modified files: . : configure configure.in config : ChangeLog Added files: config : mt-gnu Removed files: config : mt-linux Log message: ChangeLog: 2004-08-01 Robert Millan * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable libmudflap for all GNU-based systems (with Glibc). * configure: Regenerate. config/ChangeLog: 2004-08-01 Robert Millan * mt-linux: Rename to ... * mt-gnu: ... this. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.136&r2=1.137 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.226&r2=1.227 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mt-gnu.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mt-linux.diff?cvsroot=src&r1=1.2&r2=NONE From mmitchel@sourceware.org Wed Aug 4 16:12:00 2004 From: mmitchel@sourceware.org (mmitchel@sourceware.org) Date: Wed, 04 Aug 2004 16:12:00 -0000 Subject: src ChangeLog configure.in configure Message-ID: <20040804161207.3581.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: mmitchel@sourceware.org 2004-08-04 16:12:07 Modified files: . : ChangeLog configure.in configure Log message: * configure.in (arm*-*-symbianelf*): Add ${libgcj} and target-libiberty to noconfigdirs. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.502&r2=1.503 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.227&r2=1.228 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.137&r2=1.138 From bonzini@sourceware.org Fri Aug 6 06:44:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Fri, 06 Aug 2004 06:44:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040806064448.11093.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-06 06:44:47 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl Log message: 2004-08-06 Paolo Bonzini * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module. (bison, byacc, flex, texinfo): Do not mark as bootstrap module. (Dependencies): New section. * Makefile.tpl (Dependencies): Generate from Makefile.def. (configure-target-[+module+]): Depend on maybe-all-gcc (all-prebootstrap): New name of all-bootstrap. Changed throughout. (toplevel profiledbootstrap): Fix dependencies. * Makefile.in: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.503&r2=1.504 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.28&r2=1.29 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.181&r2=1.182 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.111&r2=1.112 From neroden@sourceware.org Mon Aug 9 03:01:00 2004 From: neroden@sourceware.org (neroden@sourceware.org) Date: Mon, 09 Aug 2004 03:01:00 -0000 Subject: src ChangeLog Message-ID: <20040809030156.3349.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: neroden@sourceware.org 2004-08-09 03:01:56 Modified files: . : ChangeLog Log message: Lost ChangeLog entry: 2004-08-01 Robert Millan * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable libmudflap for all GNU-based systems (with Glibc). * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.504&r2=1.505 From corinna@sourceware.org Wed Aug 11 14:57:00 2004 From: corinna@sourceware.org (corinna@sourceware.org) Date: Wed, 11 Aug 2004 14:57:00 -0000 Subject: src/rda/unix ChangeLog linux-target.c Message-ID: <20040811145707.29086.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: corinna@sourceware.org 2004-08-11 14:57:06 Modified files: rda/unix : ChangeLog linux-target.c Log message: * linux-target.c (linux_write_reg): Print process->pid in case of an error. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.12&r2=1.13 From dj@sourceware.org Wed Aug 11 17:32:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Wed, 11 Aug 2004 17:32:00 -0000 Subject: src ChangeLog configure.in configure Message-ID: <20040811173256.31665.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-08-11 17:32:56 Modified files: . : ChangeLog configure.in configure Log message: merge from gcc: 2004-08-09 Mark Mitchell * configure.in (arm*-*-eabi*): New target. * configure: Regenerate. 2004-08-03 Paul Brook * configure.in: Check for MPFR as well as GMP. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.505&r2=1.506 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.228&r2=1.229 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.138&r2=1.139 From neroden@sourceware.org Thu Aug 12 22:43:00 2004 From: neroden@sourceware.org (neroden@sourceware.org) Date: Thu, 12 Aug 2004 22:43:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in src-release Message-ID: <20040812224308.6809.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: neroden@sourceware.org 2004-08-12 22:43:08 Modified files: . : ChangeLog Makefile.def Makefile.in src-release Log message: 2004-08-12 Nathanael Nerode * src-release: Stop distributing mmalloc with gdb (which doesn't use it). * Makefile.def: GDB doesn't depend on mmalloc anymore. * Makefile.in: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.506&r2=1.507 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.29&r2=1.30 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.182&r2=1.183 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/src-release.diff?cvsroot=src&r1=1.11&r2=1.12 From neroden@sourceware.org Thu Aug 12 22:59:00 2004 From: neroden@sourceware.org (neroden@sourceware.org) Date: Thu, 12 Aug 2004 22:59:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in configu ... Message-ID: <20040812225954.22163.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: neroden@sourceware.org 2004-08-12 22:59:54 Modified files: . : ChangeLog Makefile.def Makefile.in configure configure.in src-release Log message: * Makefile.def, configure.in, src-release: Remove useless, bogus references to tix. * Makefile.in, configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.507&r2=1.508 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.30&r2=1.31 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.183&r2=1.184 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.139&r2=1.140 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.229&r2=1.230 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/src-release.diff?cvsroot=src&r1=1.12&r2=1.13 From neroden@sourceware.org Fri Aug 13 22:32:00 2004 From: neroden@sourceware.org (neroden@sourceware.org) Date: Fri, 13 Aug 2004 22:32:00 -0000 Subject: src/config ChangeLog acx.m4 Message-ID: <20040813223231.1742.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: neroden@sourceware.org 2004-08-13 22:32:31 Modified files: config : ChangeLog acx.m4 Log message: 2004-08-13 Nathanael Nerode * Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL, which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL. The intention is that we will migrate to these bit by bit. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.35&r2=1.36 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/acx.m4.diff?cvsroot=src&r1=1.9&r2=1.10 From wilson@sourceware.org Tue Aug 17 22:09:00 2004 From: wilson@sourceware.org (wilson@sourceware.org) Date: Tue, 17 Aug 2004 22:09:00 -0000 Subject: src ChangeLog configure.in configure Message-ID: <20040817220917.24996.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: wilson@sourceware.org 2004-08-17 22:09:17 Modified files: . : ChangeLog configure.in configure Log message: Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu. * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux (instead of FreeBSD). * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.508&r2=1.509 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.230&r2=1.231 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.140&r2=1.141 From bonzini@sourceware.org Wed Aug 18 06:51:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Wed, 18 Aug 2004 06:51:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040818065139.25397.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-18 06:51:39 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in Log message: 2004-08-17 Paolo Bonzini * Makefile.in: Regenerate. * configure: Regenerate. * Makefile.def (bootstrap-stage): Rename extra_*_flags to stage_*_flags. * Makefile.tpl (configure-[+module+], all-[+module+]): Exit for bootstrapped modules if toplevel bootstrap is going. (GCC bootstrap): Generate per-stage targets for all bootstrapped modules. Adjust for changes in Makefile.def. Enable several rules even in non-bootstrap mode, just to avoid peppering the template with unnecessary "@if/@endif gcc-bootstrap" pairs. (stage-[+prev+]-bubble): Remove. * Makefile.def (Dependencies): Depend on all-build-bison, all-build-flex, all-build-byacc, all-build-texinfo, rather than the host variations. * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout with BUILD_SUBDIR. (BISON): Update for recent Bisons. (YACC): Fix typo. (cross): Depend on all-build. (all): Do not depend on all-build. (prebootstrap): Remove. (dep-kind): Accept separate prefixes for MODULE and ON variables. (Prebootstrap dependencies): Add them to the per-stage targets and to all-prebootstrap. * configure.in (build_configdirs): Always enable build_tools. (BUILD_DIR_PREFIX): Remove. * Makefile.def (gcc): Add target variable. (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.509&r2=1.510 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.31&r2=1.32 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.184&r2=1.185 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.112&r2=1.113 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.141&r2=1.142 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.231&r2=1.232 From bonzini@sourceware.org Mon Aug 30 08:05:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Mon, 30 Aug 2004 08:05:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in Makefil ... Message-ID: <20040830080543.18964.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-30 08:05:43 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in Log message: 2004-08-26 Paolo Bonzini * Makefile.def (bootstrap stages): Add 'lean' parameter. * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into phony targets; do not generate timestamp files. (distclean-stageN): Remove references to their timestamp files. (restageN, touch-stageN): Remove. (stageN-bubble): Rewritten. (compare): Support lean bootstraps. * Makefile.in: Regenerate. * configure.in: Only warn when bootstrapping but build != host or build != target. Support lean bootstraps. * configure: Regenerate. Sync from gcc: 2004-08-26 Phil Edwards * configure.in: Give a better error message if GMP/MPFR are missing and a language needing them has been requested. * configure: Regenerated. 2004-08-25 Phil Edwards * configure.in: Print a list of available language front-ends if a requested one is missing. Tidy stray tab characters. * configure: Regenerated. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.510&r2=1.511 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.32&r2=1.33 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.185&r2=1.186 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.113&r2=1.114 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.142&r2=1.143 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.232&r2=1.233 From bonzini@sourceware.org Tue Aug 31 10:16:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Tue, 31 Aug 2004 10:16:00 -0000 Subject: src ChangeLog Makefile.def Makefile.in configu ... Message-ID: <20040831101620.8821.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-31 10:16:20 Modified files: . : ChangeLog Makefile.def Makefile.in configure configure.in Log message: 2004-08-31 Paolo Bonzini * Makefile.def (build_modules): Add fixincludes. (dependencies): Make gcc depend on fixincludes. * configure.in (build_tools): Add fixincludes. (build_configdirs): Always include build_libs. * Makefile.in: Regenerate. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.511&r2=1.512 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.33&r2=1.34 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.186&r2=1.187 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.143&r2=1.144 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.233&r2=1.234 From bonzini@sourceware.org Wed Sep 1 07:48:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Wed, 01 Sep 2004 07:48:00 -0000 Subject: src ChangeLog configure configure.in Makefile. ... Message-ID: <20040901074807.13288.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-09-01 07:48:07 Modified files: . : ChangeLog configure configure.in Makefile.in Makefile.tpl Log message: 2004-09-01 Paolo Bonzini * Makefile.tpl (sorry): Remove. (clean-stage[+id+], clean-stage[+id+]-module): New targets. (cleanstrap targets): Depend on distclean, not distclean-stage1. (do-clean): Clean per-stage directories too. (do-distclean): Run distclean-stage1 too. (.NOTPARALLEL): Enable during toplevel bootstrap. (stage[+id+]-bubble): Enable parallel execution during the recursive invocation. * Makefile.in: Regenerate. Sync from gcc (moving the Makefile.in change to Makefile.tpl): 2004-08-31 Robert Bowdidge * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. * configure.in: add test for powerpc-*-darwin* to specify makefile frag * configure: regenerate * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for -mdynamic-no-pic Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.512&r2=1.513 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.144&r2=1.145 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.234&r2=1.235 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.187&r2=1.188 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.114&r2=1.115 From bonzini@sourceware.org Thu Sep 2 07:04:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Thu, 02 Sep 2004 07:04:00 -0000 Subject: src/libiberty ChangeLog configure.ac Message-ID: <20040902070454.22579.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-09-02 07:04:53 Modified files: libiberty : ChangeLog configure.ac Log message: 2004-09-02 Paolo Bonzini * configure.ac: Do not enable multilibs for build-side libiberty. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.296&r2=1.297 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&r1=1.6&r2=1.7 From bonzini@sourceware.org Fri Sep 3 06:53:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Fri, 03 Sep 2004 06:53:00 -0000 Subject: src/libiberty configure ChangeLog Message-ID: <20040903065316.30547.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-09-03 06:53:16 Modified files: libiberty : configure ChangeLog Log message: 2004-09-03 Paolo Bonzini * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.58&r2=1.59 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.297&r2=1.298 From rth@sourceware.org Fri Sep 3 19:09:00 2004 From: rth@sourceware.org (rth@sourceware.org) Date: Fri, 03 Sep 2004 19:09:00 -0000 Subject: src ChangeLog configure configure.in Message-ID: <20040903190939.430.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: rth@sourceware.org 2004-09-03 19:09:39 Modified files: . : ChangeLog configure configure.in Log message: * configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware, but add target-libmudflap. Consolidate *-*-netware targets (of which really only i?86 exists) into a single entry. * configure: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.513&r2=1.514 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.145&r2=1.146 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.235&r2=1.236 From nickc@sourceware.org Sat Sep 4 07:53:00 2004 From: nickc@sourceware.org (nickc@sourceware.org) Date: Sat, 04 Sep 2004 07:53:00 -0000 Subject: src ChangeLog config.sub config.guess Message-ID: <20040904075354.28688.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nickc@sourceware.org 2004-09-04 07:53:54 Modified files: . : ChangeLog config.sub config.guess Log message: Import latest version from master repository. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.514&r2=1.515 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.sub.diff?cvsroot=src&r1=1.47&r2=1.48 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.guess.diff?cvsroot=src&r1=1.29&r2=1.30 From bonzini@sourceware.org Tue Sep 7 08:34:00 2004 From: bonzini@sourceware.org (bonzini@sourceware.org) Date: Tue, 07 Sep 2004 08:34:00 -0000 Subject: src missing ChangeLog Message-ID: <20040907083407.5402.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-09-07 08:34:07 Modified files: . : missing ChangeLog Log message: 2004-09-07 Paolo Bonzini * missing: Import latest version from master repository. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/missing.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.515&r2=1.516 From dj@sourceware.org Wed Sep 8 22:01:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Wed, 08 Sep 2004 22:01:00 -0000 Subject: src/libiberty ChangeLog vasprintf.c Message-ID: <20040908220125.4806.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-08 22:01:25 Modified files: libiberty : ChangeLog vasprintf.c Log message: merge from gcc Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.298&r2=1.299 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/vasprintf.c.diff?cvsroot=src&r1=1.9&r2=1.10 From dberlin@sourceware.org Fri Sep 10 02:19:00 2004 From: dberlin@sourceware.org (dberlin@sourceware.org) Date: Fri, 10 Sep 2004 02:19:00 -0000 Subject: src Makefile.def ChangeLog Makefile.in Makefil ... Message-ID: <20040910021938.3858.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dberlin@sourceware.org 2004-09-10 02:19:37 Modified files: . : Makefile.def ChangeLog Makefile.in Makefile.tpl configure configure.in Log message: 2004-09-09 Daniel Berlin * Makefile.def: Remove libbanshee. * Makefile.tpl: Ditto. * configure.in: Ditto. * Makefile.in: Regen. * configure: Ditto. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.34&r2=1.35 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.516&r2=1.517 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.188&r2=1.189 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.115&r2=1.116 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.146&r2=1.147 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.236&r2=1.237 From dj@sourceware.org Fri Sep 10 17:49:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Fri, 10 Sep 2004 17:49:00 -0000 Subject: src/config ChangeLog mh-ppc-darwin Message-ID: <20040910174931.24834.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-10 17:49:30 Modified files: config : ChangeLog Added files: config : mh-ppc-darwin Log message: 2004-08-31 Robert Bowdidge * mh-ppc-darwin: Add file, and override BOOT_CFLAGS. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mh-ppc-darwin.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.36&r2=1.37 From jimb@sourceware.org Mon Sep 13 19:36:00 2004 From: jimb@sourceware.org (jimb@sourceware.org) Date: Mon, 13 Sep 2004 19:36:00 -0000 Subject: src/rda/unix ChangeLog solaris-target.c Message-ID: <20040913193615.18131.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2004-09-13 19:36:15 Modified files: rda/unix : ChangeLog solaris-target.c Log message: * solaris-target.c (solaris_detach, solaris_attach): Change "linux" to "solaris". Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.25&r2=1.26 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/solaris-target.c.diff?cvsroot=src&r1=1.1&r2=1.2 From jimb@sourceware.org Tue Sep 14 18:56:00 2004 From: jimb@sourceware.org (jimb@sourceware.org) Date: Tue, 14 Sep 2004 18:56:00 -0000 Subject: src/rda ChangeLog HOWTO Message-ID: <20040914185633.16553.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2004-09-14 18:56:33 Modified files: rda : ChangeLog HOWTO Log message: * HOWTO: Fix typos. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/ChangeLog.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/HOWTO.diff?cvsroot=src&r1=1.1&r2=1.2 From drow@sourceware.org Thu Sep 16 17:01:00 2004 From: drow@sourceware.org (drow@sourceware.org) Date: Thu, 16 Sep 2004 17:01:00 -0000 Subject: src ./ChangeLog ./MAINTAINERS ./Makefile.def . ... Message-ID: <20040916170156.14293.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Branch: drow_intercu-20040221-branch Changes by: drow@sourceware.org 2004-09-16 17:01:56 Modified files: . : ChangeLog MAINTAINERS Makefile.def Makefile.in Makefile.tpl config-ml.in config.guess config.sub configure configure.in libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh ltconfig missing src-release config : ChangeLog acx.m4 libiberty : ChangeLog Makefile.in config.in configure configure.ac cp-demangle.c cp-demangle.h hashtab.c lrealpath.c mkstemps.c pex-win32.c strerror.c vasprintf.c libiberty/testsuite: demangle-expected Added files: config : mh-ppc-darwin mt-gnu Removed files: config : mt-linux Log message: Merge mainline to intercu branch - 2004-09-15 Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.462.2.1&r2=1.462.2.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/MAINTAINERS.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.21.12.1&r2=1.21.12.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.17&r2=1.17.6.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.156.6.1&r2=1.156.6.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.86.8.1&r2=1.86.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config-ml.in.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.14&r2=1.14.8.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.guess.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.29&r2=1.29.2.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.sub.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.45&r2=1.45.2.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.107.6.1&r2=1.107.6.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.198.6.1&r2=1.198.6.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libtool.m4.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.10&r2=1.10.32.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-c.sh.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.12&r2=1.12.50.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-cxx.sh.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.15&r2=1.15.46.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-gcj.sh.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.10&r2=1.10.46.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltconfig.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.20&r2=1.20.8.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/missing.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.2&r2=1.2.12.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/src-release.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.9.8.1&r2=1.9.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mh-ppc-darwin.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=NONE&r2=1.1.2.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mt-gnu.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=NONE&r2=1.1.2.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.30.8.1&r2=1.30.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/acx.m4.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.4.10.1&r2=1.4.10.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mt-linux.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.2&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.278.4.2&r2=1.278.4.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.58.6.1&r2=1.58.6.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.in.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.24.8.1&r2=1.24.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.54.6.1&r2=1.54.6.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.3.8.1&r2=1.3.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.47.8.1&r2=1.47.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.h.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.1.12.1&r2=1.1.12.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/hashtab.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.24.8.1&r2=1.24.8.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/lrealpath.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.1&r2=1.1.50.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/mkstemps.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.6&r2=1.6.74.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-win32.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.3&r2=1.3.16.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/strerror.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.10&r2=1.10.8.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/vasprintf.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.9&r2=1.9.8.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/demangle-expected.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.25.8.1&r2=1.25.8.2 From jimb@sourceware.org Wed Sep 22 19:00:00 2004 From: jimb@sourceware.org (jimb@sourceware.org) Date: Wed, 22 Sep 2004 19:00:00 -0000 Subject: src/rda/unix ChangeLog thread-db.c Message-ID: <20040922190033.14003.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2004-09-22 19:00:33 Modified files: rda/unix : ChangeLog thread-db.c Log message: * thread-db.c (thread_db_detach, thread_db_set_gen, thread_db_thread_id): Make these functions static. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.3&r2=1.4 From jimb@sourceware.org Wed Sep 22 19:29:00 2004 From: jimb@sourceware.org (jimb@sourceware.org) Date: Wed, 22 Sep 2004 19:29:00 -0000 Subject: src/rda/unix ChangeLog thread-db.c Message-ID: <20040922192941.4087.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2004-09-22 19:29:41 Modified files: rda/unix : ChangeLog thread-db.c Log message: * thread-db.c (thread_db_open, thread_db_get_gen): Doc fixes. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.27&r2=1.28 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.4&r2=1.5 From dj@sourceware.org Thu Sep 23 19:43:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Thu, 23 Sep 2004 19:43:00 -0000 Subject: src/config ChangeLog gettext.m4 codeset.m4 get ... Message-ID: <20040923194348.13111.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-23 19:43:48 Modified files: config : ChangeLog gettext.m4 Added files: config : codeset.m4 gettext-sister.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 Log message: Merge from gcc 2004-09-22 Kelley Cook * gettext-sister.m4: Renamed from gettext.m4 * codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4, inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/codeset.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/gettext-sister.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/glibc21.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/iconv.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/intdiv0.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/inttypes-pri.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/inttypes.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/inttypes_h.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/lcmessage.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/lib-ld.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/lib-link.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/lib-prefix.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/nls.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/po.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/stdint_h.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/uintmax_t.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ulonglong.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.37&r2=1.38 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/gettext.m4.diff?cvsroot=src&r1=1.2&r2=1.3 From dj@sourceware.org Thu Sep 23 19:54:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Thu, 23 Sep 2004 19:54:00 -0000 Subject: src ./ChangeLog ./config.guess ./configure ./c ... Message-ID: <20040923195449.21238.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-23 19:54:49 Modified files: . : ChangeLog config.guess configure configure.in depcomp install-sh ylwrap Added files: config : mh-x86omitfp Log message: Merge from gcc: 2004-09-23 Kelley Cook * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. 2004-09-19 Roger Sayle * config/mh-x86omitfp: New host makefile fragment. Add -fomit-frame-pointer to the default BOOT_CFLAGS. * configure.in: Use it to speed up bootstrap on some IA-32 hosts. * configure: Regenerate. 2004-09-15 Andrew Pinski PR target/11572 * configure.in (*-*-darwin*): Renable libobjc. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.517&r2=1.518 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config.guess.diff?cvsroot=src&r1=1.30&r2=1.31 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.147&r2=1.148 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.237&r2=1.238 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/depcomp.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/install-sh.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ylwrap.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/mh-x86omitfp.diff?cvsroot=src&r1=NONE&r2=1.1 From dj@sourceware.org Thu Sep 23 20:15:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Thu, 23 Sep 2004 20:15:00 -0000 Subject: src compile Message-ID: <20040923201525.11784.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-23 20:15:25 Added files: . : compile Log message: Merge from gcc 2004-09-23 Kelley Cook * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/compile.diff?cvsroot=src&r1=NONE&r2=1.1 From hjl@sourceware.org Fri Sep 24 00:40:00 2004 From: hjl@sourceware.org (hjl@sourceware.org) Date: Fri, 24 Sep 2004 00:40:00 -0000 Subject: src ./ChangeLog ./Makefile.in ./Makefile.tpl . ... Message-ID: <20040924004022.6485.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: hjl@sourceware.org 2004-09-24 00:40:22 Modified files: . : ChangeLog Makefile.in Makefile.tpl configure configure.in config : ChangeLog Added files: config : gcc-lib-path.m4 Log message: 2004-09-23 H.J. Lu * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@. (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export SET_GCC_LIB_PATH_CMD. (BASE_TARGET_EXPORTS): Likewise. * Makefile.in: Regenerated. * configure.in (SET_GCC_LIB_PATH): Set and substitute. * configure: Regenerated. config/ 2004-09-23 H.J. Lu * gcc-lib-path.m4: New file. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.518&r2=1.519 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.189&r2=1.190 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.116&r2=1.117 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.148&r2=1.149 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.238&r2=1.239 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/gcc-lib-path.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.38&r2=1.39 From dj@sourceware.org Fri Sep 24 13:21:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Fri, 24 Sep 2004 13:21:00 -0000 Subject: src ChangeLog ylwrap Message-ID: <20040924132146.28180.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-24 13:21:46 Modified files: . : ChangeLog ylwrap Log message: * ylwrap: Revert to previous version. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.519&r2=1.520 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ylwrap.diff?cvsroot=src&r1=1.2&r2=1.3 From dj@sourceware.org Fri Sep 24 14:57:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Fri, 24 Sep 2004 14:57:00 -0000 Subject: src/config ChangeLog Message-ID: <20040924145715.26181.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-24 14:57:15 Modified files: config : ChangeLog Log message: Merge from gcc Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.39&r2=1.40 From jimb@sourceware.org Fri Sep 24 21:19:00 2004 From: jimb@sourceware.org (jimb@sourceware.org) Date: Fri, 24 Sep 2004 21:19:00 -0000 Subject: src/rda ChangeLog lib/gdbserv-output.c samples ... Message-ID: <20040924211859.21887.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jimb@sourceware.org 2004-09-24 21:18:59 Modified files: rda : ChangeLog rda/lib : gdbserv-output.c rda/samples : demo-target.c main.c poll.c Log message: * lib/gdbserv-output.c, samples/demo-target.c, samples/main.c, samples/poll.c: #include . Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/lib/gdbserv-output.c.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/samples/demo-target.c.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/samples/main.c.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/samples/poll.c.diff?cvsroot=src&r1=1.1&r2=1.2 From dj@sourceware.org Sat Sep 25 00:26:00 2004 From: dj@sourceware.org (dj@sourceware.org) Date: Sat, 25 Sep 2004 00:26:00 -0000 Subject: src/config ChangeLog warnings.m4 Message-ID: <20040925002633.2119.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2004-09-25 00:26:33 Modified files: config : ChangeLog Added files: config : warnings.m4 Log message: Merge from gcc: 2004-09-24 Zack Weinberg * warnings.m4: New file. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/warnings.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.40&r2=1.41 From rsandifo@sourceware.org Wed Sep 29 11:43:00 2004 From: rsandifo@sourceware.org (rsandifo@sourceware.org) Date: Wed, 29 Sep 2004 11:43:00 -0000 Subject: src ChangeLog configure configure.in Message-ID: <20040929114326.28361.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: rsandifo@sourceware.org 2004-09-29 11:43:26 Modified files: . : ChangeLog configure configure.in Log message: * configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.520&r2=1.521 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.149&r2=1.150 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.239&r2=1.240 From nickc@sourceware.org Thu Sep 30 16:34:00 2004 From: nickc@sourceware.org (nickc@sourceware.org) Date: Thu, 30 Sep 2004 16:34:00 -0000 Subject: src ChangeLog configure configure.in Message-ID: <20040930163438.32248.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nickc@sourceware.org 2004-09-30 16:34:38 Modified files: . : ChangeLog configure configure.in Log message: Enable target-libgloss for crx-*-*. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.521&r2=1.522 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.150&r2=1.151 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.240&r2=1.241