|
From: Nicholas N. <nj...@ca...> - 2004-07-27 18:51:55
|
On Tue, 27 Jul 2004, Jeremy Fitzhardinge wrote: > Looks like mapelf isn't respecting the alignment in the PHDR. What does > readelf -l stage2 say? Seems like mapelf was respecting it, but the kernel wasn't. Or something ilke that... > I bet the distinction between the groups of values is that some are > initialized in the source, and some are not (ie, expected to default to > 0/NULL). They are initialised explicitly in the code; it seems the compiler split them into zero and non-zero halves. Thanks for the help on this one. N |