On Wed, 3 Apr 2002 [EMAIL PROTECTED] wrote:
>
> >Compare them without the ELF headers, a section at a time, so
> >that the timestamps are irrelevent.
>
> From what I recall, there _are_ no timestamps in ELF images,
> and compiling the same executable multiple times locally here
> seems to bear out the fact: "cmp" on two successive outputs
> is identical.
>
> The only timestamps that could be there would be in the
> ident/which strings buried in the code, which would appear in
> the ELF section payload: so stripping off the headers won't
> help.
>
My answer BTW is to do objdump -d
and compare that :-)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message