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 9405cf1 commit a64c2ffCopy full SHA for a64c2ff
cortex-m-rt/link.x.in
@@ -7,7 +7,7 @@
7
static mut __sbss }`).
8
9
- `EXTERN` forces the linker to keep a symbol in the final binary. We use this to make sure a
10
- symbol if not dropped if it appears in or near the front of the linker arguments and "it's not
+ symbol is not dropped if it appears in or near the front of the linker arguments and "it's not
11
needed" by any of the preceding objects (linker arguments)
12
13
- `PROVIDE` is used to provide default values that can be overridden by a user linker script
0 commit comments