From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19541 invoked by alias); 18 Sep 2013 20:47:40 -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 19532 invoked by uid 89); 18 Sep 2013 20:47:40 -0000 Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 18 Sep 2013 20:47:40 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r8IKlPg4005168; Wed, 18 Sep 2013 22:47:25 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r8IKlOGA010471; Wed, 18 Sep 2013 22:47:24 +0200 (CEST) Date: Wed, 18 Sep 2013 20:47:00 -0000 Message-Id: <201309182047.r8IKlOGA010471@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: palves@redhat.com, aburgess@broadcom.com, gdb-patches@sourceware.org, mark.kettenis@xs4all.nl In-reply-to: <83zjram6sw.fsf@gnu.org> (message from Eli Zaretskii on Wed, 18 Sep 2013 19:30:07 +0300) Subject: Re: [PATCH+DOC] Print registers not saved in the frame as "", instead of "". 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> X-SW-Source: 2013-09/txt/msg00633.txt.bz2 > Date: Wed, 18 Sep 2013 19:30:07 +0300 > From: Eli Zaretskii > > Also, shouldn't we mention optimizations as (the main) reason for > registers being unavailable? I don't consider optimisations as an important cause of registers not being saved. It is primarily a consequence of the fact that most ABIs reserve some registers as "scratch" registers that don't need to be saved.