Hi! zimoun <zimon.touto...@gmail.com> skribis:
> Basically, most seems a Copyright update and a documentation > regeneration. Except this: > > $ diff -r --no-dereference from-ci/src/Ma2Asm/x86_64_any.c > from-upstream/src/Ma2Asm/x86_64_any.c > 213,214c213,216 > < #if defined(M_x86_64_darwin) || defined(M_x86_64_bsd) || > defined(M_x86_64_linux) > < pic_code = 1; /* NB: on darwin and BSD everything is > PIC code, last gcc 6 needs this for linux */ > --- >> #if defined(M_x86_64_darwin) || defined(M_x86_64_bsd) >> pic_code = 1; /* NB: on darwin and BSD everything is PIC >> code */ >> #elif defined(M_x86_64_linux) && __GNUC__ >= 6 /* gcc >= 6 needs PIC for >> linux */ >> pic_code = 1; > > $ diff -r --no-dereference from-ci/src/Wam2Ma/wam2ma.c > from-upstream/src/Wam2Ma/wam2ma.c > 514c514,516 > < Syntax_Error("multifile or multifile expected"); > --- >> { >> Syntax_Error("multifile or multifile expected"); >> } Bah, sadness. Anyway, I guess that means we can update the hash, with a link to this report for posterity. Thanks, Ludo’.