43: Place abort in the .text section r=Disasm a=istankovic Don't clutter the .init section needlessly. Co-authored-by: Ivan Stankovic <istankovic@users.noreply.github.com> Co-authored-by: Ivan Stankovic <istankovic@posteo.net>
@@ -133,7 +133,7 @@ _start_trap:
/* Make sure there is an abort when linking */
-.section .init
+.section .text
.globl abort
abort:
j abort