svn commit: r329737 - head/stand/i386/boot2

Benno Rice benno at FreeBSD.org
Wed Feb 21 18:52:48 UTC 2018



> On Feb 21, 2018, at 10:46 AM, Colin Percival <cperciva at tarsnap.com> wrote:
> 
> On 02/21/18 10:10, Benno Rice wrote:
>>  Curiously, changing whitespace seems to cause the md5 of the .o files to differ
>>  these days hence the following testing strategy:
>> 
>>  Tested by:	objdump -d | md5 (both in-tree clang and lang/gcc6)
> 
> Is this simply because line numbers are changing?  That isn't new; I remember
> a case where a security advisory touched a .h file and suddenly a huge number
> of binaries changed because they included header file line numbers.

No, it happened when I changed the indent of the while statement on line ~132 in memcpy. I do suspect debug info though.


More information about the svn-src-all mailing list