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: Linker Bug or Design Intent (Absolute symbols in zero sized sections)


On Tue, Sep 26, 2006 at 10:11:25AM -0400, Vivek Goyal wrote:
> Now, above compiler makes some symbols absolute and these symbols are 
> not relocated and kernel code fails at some point. In this case kernel 
> fails because it is trying to free memory between symbol __smp_alt_begin 
> and another symbol present in other section. __smp_alt_begin is now 
> absolute and does not get relocated and kernel ends up trying to free a 
> wrong portion of memory.
> 

Why do you want to free a memory which doesn't exist?


H.J.


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