Commit 4296c10
authored
[ATfE] Fix llvmlibc AArch64 sample (#570)
Fix llvmlibc AArch64 sample by providing the vector table a name that
ensures correct placement following the latest (picolibc based) linker
script. Without this, the vector table got before _start.
Increase the size of boot_flash to fit.File tree
2 files changed
+2
-2
lines changed- arm-software/embedded
- llvmlibc-samples/ldscripts
- llvmlibc-support/crt0
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments