Commit 3922c78
committed
[zep noup] platform: Include TFM_BSS in zero table for link script templates
While the copy table included the default data segment for these
templates, the zero table didn't include the default bss segment.
Make sure that area gets initialized to zero using the table-based
mechanism instead of relying on the startup code to initialize it
explicitly.
Signed-off-by: Keith Packard <[email protected]>1 parent e4d0a13 commit 3922c78
File tree
2 files changed
+6
-0
lines changed- platform/ext/common/gcc
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| |||
0 commit comments