From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14788 invoked by alias); 15 Apr 2004 11:57:29 -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 14776 invoked from network); 15 Apr 2004 11:57:28 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 15 Apr 2004 11:57:28 -0000 Received: from zaretski (pns03-202-32.inter.net.il [80.230.202.32]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CRT16747; Thu, 15 Apr 2004 14:28:14 +0300 (IDT) Date: Thu, 15 Apr 2004 11:57:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <1659-Thu15Apr2004142420+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <4075BF8E.9080706@gnu.org> (message from Andrew Cagney on Thu, 08 Apr 2004 17:09:34 -0400) Subject: Re: [patch/rfc] Generate observer.[hc] Reply-to: Eli Zaretskii References: <4075BF8E.9080706@gnu.org> X-SW-Source: 2004-04/txt/msg00303.txt.bz2 > Date: Thu, 08 Apr 2004 17:09:34 -0400 > From: Andrew Cagney > > The attached adds the script observer.sh that can be used to generate: > observer.h > observer.ch (#included by observer.c) > at build time using doc/observer.texi as the input. Sorry for the long delay. The patch for observer.texi is approved, but let me play the Devil's advocate and ask what significant wins we gain from generating the source files from the Texinfo file, that justify maintaining the scripts which are required to support this machinery?