From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19259 invoked by alias); 21 Mar 2009 17:33:40 -0000 Received: (qmail 19246 invoked by uid 22791); 21 Mar 2009 17:33:39 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 Mar 2009 17:33:32 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGV001009Q3B400@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 21 Mar 2009 19:33:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGV00G85A3N3SC0@i-mtaout1.012.net.il>; Sat, 21 Mar 2009 19:33:24 +0200 (IST) Date: Sat, 21 Mar 2009 18:27:00 -0000 From: Eli Zaretskii Subject: Re: Patch to update gdbint.texinfo [01/04] In-reply-to: To: "Joseph S. Myers" Cc: jeremy.bennett@embecosm.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1237202458.29424.36.camel@thomas> <1237628038.3044.105.camel@thomas> <1237637671.3044.121.camel@thomas> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00449.txt.bz2 > Date: Sat, 21 Mar 2009 16:54:05 +0000 (UTC) > From: "Joseph S. Myers" > cc: Eli Zaretskii , gdb-patches@sourceware.org > > On Sat, 21 Mar 2009, Jeremy Bennett wrote: > > > It could be connected with the move to replace etex by a link to pdftex > > in recent Linuxes (I'm using FC9), which may require some modification > > to GDB's custom texinfo.tex. > > I don't think it's a custom one; there's a single copy of texinfo.tex in > the src tree, texinfo/texinfo.tex, which is over five years old (version > 2004-02-19.09). It might be time to replace it with the current version > (right now, 2009-03-20.13) whether or not it is the cause of problems, as > long as the current version doesn't break things itself. Replacing texinfo.tex with the latest version would be fine with me.