Skip to content

Commit ce83dfa

Browse files
use .text as the section name for armasm files
1 parent 8b3da6c commit ce83dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

psm/src/arch/aarch64_armasm.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AREA CODE, READONLY
1+
AREA |.text|, CODE, READONLY
22

33
GLOBAL |rust_psm_stack_direction|
44
ALIGN 4

psm/src/arch/arm_armasm.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
THUMB
2-
AREA CODE, READONLY
2+
AREA |.text|, CODE, READONLY
33

44

55
GLOBAL |rust_psm_stack_direction|

0 commit comments

Comments
 (0)