Fix unwanted changes

This commit is contained in:
Steins7 2024-04-06 23:02:08 +02:00
parent 4eec301d17
commit cf077d2e51

View File

@ -75,19 +75,19 @@ bss_init_end:
*/ */
.section .text.hdr_default, "ax", %progbits .section .text.hdr_default, "ax", %progbits
.weak hdr_default .weak hdr_default
hdr_default: hdr_default:
b hdr_default b hdr_default
.size hdr_default, .-hdr_default .size hdr_default, .-hdr_default
//--Vector table---------------------------------------------------------------- //--Vector table----------------------------------------------------------------
.section .vector_table, "a", %progbits .section .vector_table, "a", %progbits
.type vector_table, %object .type vector_table, %object
.size vector_table, .-vector_table .size vector_table, .-vector_table
vector_table: vector_table:
.word _estack .word _estack
.word hdr_reset .word hdr_reset
.word hdr_nmi .word hdr_nmi
@ -165,7 +165,7 @@ bss_init_end:
.word hdr_dma2_channel3 .word hdr_dma2_channel3
.word hdr_dma2_channel4_5 .word hdr_dma2_channel4_5
//--Weak definitions------------------------------------------------------------ //--Weak definitions------------------------------------------------------------
.weak hdr_nmi .weak hdr_nmi
.thumb_set hdr_nmi, hdr_default .thumb_set hdr_nmi, hdr_default