diff options
Diffstat (limited to 'ld_script_modern.txt')
-rw-r--r-- | ld_script_modern.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 9f1508067..fc6c0d0b7 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -29,6 +29,7 @@ SECTIONS { /* COMMON starts at 0x30022A8 */ *(COMMON); end = .; + __end__ = .; . = 0x8000; } |