We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5e79 commit cc913f8Copy full SHA for cc913f8
linker_bare.ld
@@ -10,6 +10,7 @@ SECTIONS
10
. = 0x00000000;
11
12
.text : {
13
+ *(.init)
14
*(.text._start)
15
*(.text*)
16
}
start_bare.S
@@ -1,4 +1,4 @@
1
- .section .text
+ .section .init
2
.globl _start
3
4
_start:
start_newlib.S
0 commit comments