Index: lib/csu/common/crtbrand.S =================================================================== --- lib/csu/common/crtbrand.S +++ lib/csu/common/crtbrand.S @@ -38,7 +38,7 @@ * for more information. */ - .section .note.tag,"aG",%note,.freebsd.noteG,comdat + .section .note.tag,"aGR",%note,.freebsd.noteG,comdat .p2align 2 .4byte 2f-1f .4byte 4f-3f @@ -47,7 +47,7 @@ 2: .p2align 2 3: .4byte __FreeBSD_version 4: - .section .note.tag,"aG",%note,.freebsd.noteG,comdat + .section .note.tag,"aGR",%note,.freebsd.noteG,comdat .p2align 2 .4byte 6f-5f .4byte 8f-7f Index: lib/csu/common/feature_note.S =================================================================== --- lib/csu/common/feature_note.S +++ lib/csu/common/feature_note.S @@ -31,7 +31,7 @@ #include #include "notes.h" - .section .note.tag,"a",%note + .section .note.tag,"aR",%note .p2align 2 .4byte 2f-1f .4byte 4f-3f Index: lib/csu/common/ignore_init_note.S =================================================================== --- lib/csu/common/ignore_init_note.S +++ lib/csu/common/ignore_init_note.S @@ -32,7 +32,7 @@ #include "notes.h" - .section .note.tag,"a",%note + .section .note.tag,"aR",%note .p2align 2 .4byte 2f-1f .4byte 4f-3f