From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12568 invoked by alias); 24 Jun 2002 20:58:26 -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 12560 invoked from network); 24 Jun 2002 20:58:24 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 24 Jun 2002 20:58:24 -0000 Received: from fleche.redhat.com (ta0197.peakpeak.com [204.144.244.197] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id OAA15428; Mon, 24 Jun 2002 14:58:12 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 7AC014F80AA; Mon, 24 Jun 2002 15:11:20 -0600 (MDT) To: Andrew Cagney Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: RFA: next gettextization step References: <877kkqq6y8.fsf@fleche.redhat.com> <3D175146.7060702@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: NEWARK has been REZONED!! DES MOINES has been REZONED!! Date: Mon, 24 Jun 2002 13:58:00 -0000 In-Reply-To: <3D175146.7060702@cygnus.com> Message-ID: <87lm94jsav.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00494.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> Anyway, looking in the opcodes directory, the CVS repository Andrew> appears to contain the following generated files: Andrew> opcodes.pot (aka gdb.pot) Andrew> *.gmo Andrew> I'm wondering if it would be better to handle these generated Andrew> files the same wah as for LEX and YACC output - the Andrew> release/snapshot process generates those files. Actually, the gmo files aren't in the repository. They do end up in the source tree though. I don't know enough about how gdb releases are done to really comment on this. Is there any documentation on the process? Tom