libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] [PATCH 03/11] ppc32: add used attribute to dmy_ctx


From: Cody P Schafer
Subject: Re: [Libunwind-devel] [PATCH 03/11] ppc32: add used attribute to dmy_ctxt
Date: Tue, 11 Sep 2012 08:50:01 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 09/10/2012 06:30 PM, Mike Frysinger wrote:
On Mon, Sep 10, 2012 at 8:21 PM, Cody P Schafer wrote:
-static ucontext_t dmy_ctxt;
+static ucontext_t dmy_ctxt __attribute__((__used__));

shouldn't that be UNUSED (defined by include/libunwind_i.h) ?
-mike

Yes. Will fix.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]