From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Fix __attribute__((hidden)) use Date: Fri, 29 Feb 2008 15:50:53 -0500 Message-ID: <200802291550.53388.sgrubb@redhat.com> References: <47B01B2B.8070104@redhat.com> <200802110632.48815.sgrubb@redhat.com> <47B09139.6090407@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <47B09139.6090407@redhat.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday 11 February 2008 13:17:29 Miloslav Trmac wrote: > this patch fixes __attribute__ ((hidden)) use. =C2=A0The > hidden_def(SYM)/hidden_proto(SYM) pair should be used for symbols that > are a part of the public API; it creates hidden aliases (SYM_internal) > for use within the shared library, which speeds up both dynamic linking > and code execution. =C2=A0Symbols that are not in the public API should= use > "hidden" in the function declaration. Applied thanks! -Steve