Index: sys/amd64/linux/linux_locore.s =================================================================== --- sys/amd64/linux/linux_locore.s +++ sys/amd64/linux/linux_locore.s @@ -66,7 +66,7 @@ .weak getcpu .set getcpu, __vdso_getcpu - +#if 0 .section .note.Linux, "a",@note .long 2f - 1f /* namesz */ .balign 4 @@ -81,7 +81,7 @@ 4: .balign 4 .previous - +#endif #define do_cfa_expr(offset) \ .byte 0x0f; /* DW_CFA_def_cfa_expression */ \ Index: sys/amd64/linux32/linux32_locore.s =================================================================== --- sys/amd64/linux32/linux32_locore.s +++ sys/amd64/linux32/linux32_locore.s @@ -55,7 +55,7 @@ ret .endvsyscall: - +#if 0 .section .note.Linux, "a",@note .long 2f - 1f /* namesz */ .balign 4 @@ -70,7 +70,7 @@ 4: .balign 4 .previous - +#endif #define do_cfa_expr(offset) \ .byte 0x0f; /* DW_CFA_def_cfa_expression */ \ Index: sys/i386/linux/linux_locore.s =================================================================== --- sys/i386/linux/linux_locore.s +++ sys/i386/linux/linux_locore.s @@ -48,7 +48,7 @@ ret .endvsyscall: - +#if 0 .section .note.Linux, "a",@note .long 2f - 1f /* namesz */ .balign 4 @@ -63,7 +63,7 @@ 4: .balign 4 .previous - +#endif #define do_cfa_expr(offset) \ .byte 0x0f; /* DW_CFA_def_cfa_expression */ \