[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <453522B1.7040103@goop.org>
Date: Tue, 17 Oct 2006 11:36:33 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Atsushi Nemoto <anemo@....ocn.ne.jp>
CC: compudj@...stal.dyndns.org, mbligh@...gle.com, fche@...hat.com,
masami.hiramatsu.pt@...achi.com, prasanna@...ibm.com,
akpm@...l.org, mingo@...e.hu, mathieu.desnoyers@...ymtl.ca,
lethal@...ux-sh.org, linux-kernel@...r.kernel.org, jes@....com,
zanussi@...ibm.com, richardj_moore@...ibm.com,
michel.dagenais@...ymtl.ca, hch@...radead.org, gregkh@...e.de,
tglx@...utronix.de, wcohen@...hat.com, ltt-dev@...fik.org,
systemtap@...rces.redhat.com, alan@...rguk.ukuu.org.uk,
karim@...rsys.com, pavel@...e.cz, joe@...ches.com,
rdunlap@...otime.net, jrs@...ibm.com
Subject: Re: [PATCH] Linux Kernel Markers 0.20 for 2.6.17
Atsushi Nemoto wrote:
> When I compiled this with gcc 4.1.1 (mips), ".markers" section was
> empty.
>
> I suppose "unused" attribute is not suitable for modern gcc. Maybe
> __attribute_used__ should be used?
>
It should be, but it still won't work. There's a gcc bug which ignores
the attribute for local-scope static variables:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29299
J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists