This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] [gold] Implement HIDDEN syntax in linker scripts
- From: Cary Coutant <ccoutant at gmail dot com>
- To: Roland McGrath <mcgrathr at google dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Fri, 12 Aug 2016 09:48:42 -0700
- Subject: Re: [PATCH] [gold] Implement HIDDEN syntax in linker scripts
- Authentication-results: sourceware.org; auth=none
- References: <CAB=4xhrWTJeHz7k7KyVvyh__SEOAYo0rqU4oeEJTFVtKx1njQQ@mail.gmail.com>
> gold/
> 2016-08-06 Roland McGrath <roland@hack.frob.com>
>
> * yyscript.y (HIDDEN): New %token.
> (assignment): Handle HIDDEN(string = expr) syntax.
> * script.cc (script_keyword_parsecodes): Add HIDDEN.
This is OK. Thanks!
-cary