This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Enable TFmode for x86


On Sun, 29 Jun 2008, H.J. Lu wrote:

> On Sun, Jun 29, 2008 at 09:54:30PM +0000, Joseph S. Myers wrote:

> > > > I think you should have
> > > >
> > > > %inherit GCC_4.4.0 GCC_4.3.0
> > > > GCC_4.4.0 {
> > > > }

> > The %inherit goes in the target-independent libgcc-std.ver, not the 
> > version scripts for individual targets.  Again, see the example of 4.1.0 
> > where there is a target-independent %inherit though all the symbols are 
> > target-dependent.
> > 
> 
> Here is the updated patch.

This patch still does not follow the description I gave above, whereby the 
%inherit goes in libgcc-std.ver (which has an empty set of symbols at the 
4.4.0 version for now), not in config/i386/libgcc-glibc.ver.  I'm not sure 
what difference it makes, but it's what's been done so far for previous 
symbol versions.

-- 
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]