Skip to content

Commit cd419ae

Browse files
Merge #43
43: Place abort in the .text section r=Disasm a=istankovic Don't clutter the .init section needlessly. Co-authored-by: Ivan Stankovic <[email protected]> Co-authored-by: Ivan Stankovic <[email protected]>
2 parents 5a31ab7 + 0f39348 commit cd419ae

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

riscv-rt/asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ _start_trap:
133133

134134

135135
/* Make sure there is an abort when linking */
136-
.section .init
136+
.section .text
137137
.globl abort
138138
abort:
139139
j abort
164 Bytes
Binary file not shown.
164 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)