bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: unexelf.c maybe broke between 21.1 and 21.2


From: Horsley Tom
Subject: RE: unexelf.c maybe broke between 21.1 and 21.2
Date: Thu, 29 Aug 2002 08:35:34 -0400

> Huh? The old section
> either started after the new section or it didn't.
> What on earth does rounding the offset up accomplish
> other than failing to move a section that should
> have been moved?

OK, I realize that question doesn't make sense either :-).
If I round up the address you'd think it would be more
likely to show up as following the new data section,
not less likely. Perhaps what really happened was
the new data section was rounded up more than the
if statement was rounding up the address of the old
section, so in this particular combination it didn't
look like it needed to be moved.

I still think the logic I replace the whole test with
make more sense :-).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]