Procházet zdrojové kódy

Place abort in the .text section

Don't clutter the .init section needlessly.
Ivan Stankovic před 5 roky
rodič
revize
09b1f01d35
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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