From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30026 invoked by alias); 18 Nov 2005 14:06:05 -0000 Received: (qmail 30017 invoked by uid 22791); 18 Nov 2005 14:06:01 -0000 Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005 14:06:01 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-01.spheriq.net with ESMTP id jAIE5wkl008287 for ; Fri, 18 Nov 2005 14:05:58 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-03.spheriq.net with ESMTP id jAIE5vfD002450 for ; Fri, 18 Nov 2005 14:05:58 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id jAIE5tmk023458 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 18 Nov 2005 14:05:56 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3EF0CDA50; Fri, 18 Nov 2005 14:05:45 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id ADF50473CB; Fri, 18 Nov 2005 14:08:44 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C17B175994; Fri, 18 Nov 2005 14:08:43 +0000 (UTC) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id CE064473BF; Fri, 18 Nov 2005 14:08:42 +0000 (GMT) Received: from crx549.cro.st.com (crx549.cro.st.com [164.129.44.49]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGA40217 (AUTH "frederic riss"); Fri, 18 Nov 2005 15:05:39 +0100 (CET) Subject: Re: [RFC] DW_CFA_restore handling causes memory fault From: Frederic RISS To: Eli Zaretskii Cc: jimb@red-bean.com, gdb-patches@sources.redhat.com In-Reply-To: References: <1132242850.8685.47.camel@crx549.cro.st.com> <8f2776cb0511171132x17fa4192u6ca5af71201e0be3@mail.gmail.com> <1132301881.8685.63.camel@crx549.cro.st.com> <8f2776cb0511180035ndadf290ta81520f75cf601d5@mail.gmail.com> <1132317183.8685.101.camel@crx549.cro.st.com> Content-Type: text/plain Date: Fri, 18 Nov 2005 15:08:00 -0000 Message-Id: <1132322737.8685.133.camel@crx549.cro.st.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00327.txt.bz2 On Fri, 2005-11-18 at 15:49 +0200, Eli Zaretskii wrote: > > From: Frederic RISS > > Cc: gdb-patches@sources.redhat.com > > Date: Fri, 18 Nov 2005 13:33:03 +0100 > > > > Just a question: why are the i18n'ified strings formatted this way ? > > That special format marks translatable strings for Gettext utilities > that extract such strings into a string catalog. Yeah, I'm quite familiar with gettext (did some translation work). I wondered why they were all beginning at column 0, because I haden't seen that in any other project. I've just seen Mark's explaination on this. Regards, Fred.