>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. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message