Parcourir la source

Document .weak usage.

Karol Harasim il y a 4 ans
Parent
commit
3047813439
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      riscv-rt/asm.S

+ 1 - 0
riscv-rt/asm.S

@@ -125,6 +125,7 @@ _abs_start:
 */
 .section .trap, "ax"
 .global _start_trap
+/* Make it .weak so PAC/HAL can provide their own if needed. */
 .weak _start_trap
 
 _start_trap: