Explorar el Código

Place abort in the .text section

Don't clutter the .init section needlessly.
Ivan Stankovic hace 5 años
padre
commit
09b1f01d35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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