Commit 8272622
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 1abf0ea commit 8272622
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 | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
259 | 262 | | |
260 | 263 | | |
261 | 264 | | |
| |||
0 commit comments