From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16856 invoked by alias); 15 May 2005 18:20:06 -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 16607 invoked from network); 15 May 2005 18:19:56 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 15 May 2005 18:19:56 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DXNiU-00048P-13; Sun, 15 May 2005 14:19:54 -0400 Date: Sun, 15 May 2005 18:36:00 -0000 From: Daniel Jacobowitz To: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: Update autoconf in binutils and ld directories and import ylwrap Message-ID: <20050515181953.GA1949@nevyn.them.org> Mail-Followup-To: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org References: <20050512180705.GA7772@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050512180705.GA7772@nevyn.them.org> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00380.txt.bz2 On Thu, May 12, 2005 at 02:07:06PM -0400, Daniel Jacobowitz wrote: > ./ > 2005-05-12 Daniel Jacobowitz > > * ylwrap: Import from Automake 1.9.5. > > binutils/ > 2005-05-12 Daniel Jacobowitz > > * acinclude.m4: Remove obsolete code. > * configure.in: Update AC_PREREQ. > * doc/Makefile.am (binutils_TEXINFOS): Define. > (config.texi): Depend on distributed files instead of built > files. > (binutils.dvi, binutils.info): Remove unnecessary rules. > (DISTCLEANFILES): Remove. > (install-data-local): Renamed from install. > (info-local): Renamed from info. > * Makefile.in, aclocal.m4, config.in, configure, > doc/Makefile.in: Regenerated. > > gas/ > 2005-05-12 Daniel Jacobowitz > > * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap > invocation. > * Makefile.in: Regenerated. > > ld/ > 2005-05-12 Daniel Jacobowitz > > * Makefile.am (AM_MAKEINFOFLAGS): Define. > (TEXI2DVI): Define. > (ldver.texi): Depend on distributed files instead of built files. > (ld.info): Include $(srcdir) in the rule target. Remove actions. > (ld.dvi): Remove actions. > (MAINTAINERCLEANFILES): Add configdoc.texi. > (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. > (install-data-local): Renamed from install. > (Makefile): Remove explicit dependency. > * acinclude.m4: Remove obsolete code. > * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. > * Makefile.in, aclocal.m4, config.in, configure: Regenerated. > > gdb/ > 2005-05-12 Daniel Jacobowitz > > * Makefile.in (.y.c): Update ylwrap invocation. I have committed this to gcc and src, and regenerated all the affected files that I know of. Please, let me know if it causes any trouble and I will fix it ASAP. -- Daniel Jacobowitz CodeSourcery, LLC