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: Section garbage collection problem


On Sun, Sep 16, 2007 at 07:42:25PM +0100, Denys Vlasenko wrote:
> What do you think about it? Will such patch to as be acceptable in principle?
> Maybe you can think about better solution?

The section name is irrelevant.  You just want a bunch of .smp_locks
sections in one object file that are not automatically combined into
one larger .smp_locks section per object.  That's perfectly fine ELF
but I don't think gas can do it.

Another way would be to do it with assembler macros for now; see \@ in
the manual.

-- 
Daniel Jacobowitz
CodeSourcery


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