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] Add TLS support to binutils (ia32 and ia64 for now)


On Wed, Feb 13, 2002 at 04:27:04PM -0800, Richard Henderson wrote:
> On Thu, Feb 14, 2002 at 10:14:46AM +1030, Alan Modra wrote:
> > Yay!  If you don't find time, I'll do so.  It's something I've been
> > meaning to do for quite a while.
> 
> I've started, but got stalled on 
> 
> CREATE_BIG_COFF_TARGET_VEC (a29kcoff_big_vec, "coff-a29k-big", 0, SEC_READONLY, '_', NULL)
> 
> I can't think of any solution except to put the whole
> initializer in each CREATE_BIG_COFF_TARGET_VEC instance.

Make a coff-target.h modelled along the lines of elfxx-target.h, then

#define a_few_things
#include "coff-target.h"

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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