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 1:10 PM, Joseph S. Myers
> <joseph@codesourcery.com> wrote:
> > I think you should have
> >
> > %inherit GCC_4.4.0 GCC_4.3.0
> > GCC_4.4.0 {
> > }
> >
> > in libgcc-std.ver - at least, that's present for the 4.1.0 version that
> > has no target-independent symbols.  Or similar with both 4.3.2 and 4.4.0
> > versions if some symbols end up in 4.3.2.
> >
> 
> I followed __float128 GCC_4.3.0 versioning in the old libgcc-x86_64-glibc.ver
> where there is no

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.

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