فهرست منبع

Place abort in the .text section

Don't clutter the .init section needlessly.
Ivan Stankovic 5 سال پیش
والد
کامیت
09b1f01d35
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      riscv-rt/asm.S

+ 1 - 1
riscv-rt/asm.S

@@ -133,7 +133,7 @@ _start_trap:
 
 
 /* Make sure there is an abort when linking */
-.section .init
+.section .text
 .globl abort
 abort:
     j abort