This is the mail archive of the binutils@sourceware.org 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] bfd/ld: handle ABI prefixes in version scripts


On Thu, 9 Dec 2010, Mike Frysinger wrote:

> > So it would seem you need to coordinate this change in some way with GCC,
> > if I understand it correctly - possibly making GCC 4.6 for Blackfin
> > require a new linker and replacing the duplicate version script with one
> > just defining the two Blackfin-specific symbols.  That doesn't solve the
> > problem with old GCC and new linkers, though you could add a configure
> > test to 4.3/4.4/4.5 release branches to reject new linkers for Blackfin.
> 
> are there any examples of binutils version checking that i can look at basing 
> the work on ?

There are lots of assembler checks that deal with various combinations of 
checking a version number (possibly for a unified tree build) and checking 
for features; see gcc_GAS_CHECK_FEATURE.

-- 
Joseph S. Myers
joseph@codesourcery.com


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