On Sat, Jan 16, 2016 at 2:44 AM, Matthias Klose <email address hidden> wrote: > --- fsf/multipath.mod.s 2016-01-15 22:23:24.000000000 +0100 > +++ linaro/multipath.mod.s 2016-01-15 22:20:11.000000000 +0100 > @@ -1,7 +1,6 @@ > - .cpu generic+fp+simd > .file "multipath.mod.c" > .global __this_module > - .section .modinfo,"a",%progbits > + .section .modinfo,"a",@progbits > .align 3 > .type __UNIQUE_ID_srcversion1, %object > .size __UNIQUE_ID_srcversion1, 35
[...] I got rid of the @progbits/%progbits differences in the assembly, as well as the .cpu and .arch differences, but still observe the same failure.
-dann
On Sat, Jan 16, 2016 at 2:44 AM, Matthias Klose <email address hidden> wrote: multipath. mod.s 2016-01-15 22:20:11.000000000 +0100 "a",%progbits "a",@progbits ID_srcversion1, %object ID_srcversion1, 35
> --- fsf/multipath.mod.s 2016-01-15 22:23:24.000000000 +0100
> +++ linaro/
> @@ -1,7 +1,6 @@
> - .cpu generic+fp+simd
> .file "multipath.mod.c"
> .global __this_module
> - .section .modinfo,
> + .section .modinfo,
> .align 3
> .type __UNIQUE_
> .size __UNIQUE_
[...]
I got rid of the @progbits/%progbits differences in the assembly, as
well as the .cpu and .arch differences,
but still observe the same failure.
-dann