File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ SYM_FUNC_END(__switch_to)
322
322
.section ".rodata"
323
323
.align LGREG
324
324
/* Exception vector table */
325
- SYM_CODE_START (excp_vect_table)
325
+ SYM_DATA_START_LOCAL (excp_vect_table)
326
326
RISCV_PTR do_trap_insn_misaligned
327
327
ALT_INSN_FAULT(RISCV_PTR do_trap_insn_fault)
328
328
RISCV_PTR do_trap_insn_illegal
@@ -340,12 +340,11 @@ SYM_CODE_START(excp_vect_table)
340
340
RISCV_PTR do_page_fault /* load page fault */
341
341
RISCV_PTR do_trap_unknown
342
342
RISCV_PTR do_page_fault /* store page fault */
343
- excp_vect_table_end:
344
- SYM_CODE_END (excp_vect_table)
343
+ SYM_DATA_END_LABEL (excp_vect_table, SYM_L_LOCAL, excp_vect_table_end)
345
344
346
345
#ifndef CONFIG_MMU
347
- SYM_CODE_START (__user_rt_sigreturn)
346
+ SYM_DATA_START (__user_rt_sigreturn)
348
347
li a7 , __NR_rt_sigreturn
349
348
ecall
350
- SYM_CODE_END (__user_rt_sigreturn)
349
+ SYM_DATA_END (__user_rt_sigreturn)
351
350
#endif
You can’t perform that action at this time.
0 commit comments