From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28093 invoked by alias); 19 Sep 2013 19:35:58 -0000 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 Received: (qmail 28083 invoked by uid 89); 19 Sep 2013 19:35:57 -0000 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Sep 2013 19:35:57 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: mtaout22.012.net.il Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MTE00F000ZC7U00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 19 Sep 2013 22:35:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTE00FT51322C50@a-mtaout22.012.net.il>; Thu, 19 Sep 2013 22:35:53 +0300 (IDT) Date: Thu, 19 Sep 2013 19:35:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Always print call-clobbered registers in outer frames. (was: Re: [PATCH+DOC] Print registers not saved in the frame as "", instead of "".) In-reply-to: <523B4D48.3050206@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org, mark.kettenis@xs4all.nl, aburgess@broadcom.com Reply-to: Eli Zaretskii Message-id: <83six0li4e.fsf@gnu.org> References: <5200F55E.2050308@broadcom.com> <201308061318.r76DIMdd016369@glazunov.sibelius.xs4all.nl> <5200FECF.7030304@broadcom.com> <201308061541.r76FfYQN022875@glazunov.sibelius.xs4all.nl> <520142D9.4030304@redhat.com> <5208E3C8.7060107@broadcom.com> <5208E938.3080305@redhat.com> <201308122001.r7CK1862007934@glazunov.sibelius.xs4all.nl> <520E7255.7080206@redhat.com> <5211F25A.5070907@broadcom.com> <5228B15F.7060108@redhat.com> <5228B2D8.7060604@broadcom.com> <5237567C.8050406@redhat.com> <5239B2D8.4030403@broadcom.com> <5239CCB3.605@redhat.com> <83zjram6sw.fsf@gnu.org> <201309182047.r8IKlOGA010471@glazunov.sibelius.xs4all.nl> <83fvt1mems.fsf@gnu.org> <523B2D39.8060303@redhat.com> <523B4D48.3050206@redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00698.txt.bz2 > Date: Thu, 19 Sep 2013 20:15:20 +0100 > From: Pedro Alves > CC: Eli Zaretskii , Mark Kettenis , > aburgess@broadcom.com > > +Most ABIs reserve some registers as ``scratch'' registers that don't > +need to be saved by the caller (a.k.a. caller-saved or call-clobbered "@:" after "a.k.a." Also, caller-saved and call-clobbered should probably be in ``..'' quotes. Otherwise, OK for the documentation part. Thanks.