Add ENTRY(start) to 'Allocating Frames' blog post linker script (#188)

This commit is contained in:
Aaron Hill
2016-06-29 03:19:08 -04:00
committed by Philipp Oppermann
parent f8c5bc5dec
commit 48e7faa521

View File

@@ -142,6 +142,8 @@ But when we execute it, tons of really small sections are printed. We can use th
To merge these subsections, we need to update our linker script:
```
ENTRY(start)
SECTIONS {
. = 1M;