This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support anonymous versions in version scripts


Jakub Jelinek <jakub@redhat.com> writes:

> Hi!
>
> The following patch adds anonymous version nodes (per Ulrich's request
> anonymous version nodes are allowed only if there are no other nodes in the
> version script).
> Thus one can write:
> x.map
>
> { global: foo; bar; local: *; };
>
> -Wl,--version-script,x.map

Can you add a test to the testsuite for this new feature, e.g. the one
above?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]