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: Possible to turn of section merging?


On Wed, Feb 29, 2012 at 08:23:54AM +0530, Chauhan, Himanshu wrote:
> I have noticed that once I define __pml4, __pgdp, __pgdi, __pgti using
> .comm or .lcomm, no matter what I do, these labels are merged inside bss.

Exactly as I suspected.  :)  .comm and .lcomm define common symbols.
gas doesn't define these symbols in whatever section happens to be
current.

-- 
Alan Modra
Australia Development Lab, IBM


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