Index: third_party/lk/dartino/project/add-dartino-snapshot-section.ld |
diff --git a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld b/third_party/lk/dartino/project/add-dartino-snapshot-section.ld |
similarity index 55% |
rename from third_party/lk/fletch/project/add-fletch-snapshot-section.ld |
rename to third_party/lk/dartino/project/add-dartino-snapshot-section.ld |
index b80b1791288d89de9e07d59e5577e739cb8b4f93..0cf36f7721b65bd3043ef97ef9ce371056c64d73 100644 |
--- a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld |
+++ b/third_party/lk/dartino/project/add-dartino-snapshot-section.ld |
@@ -1,9 +1,9 @@ |
SECTIONS { |
.snapshot ALIGN(4096) : |
{ |
- __fletch_program_heap_start = .; |
+ __dartino_program_heap_start = .; |
KEEP(*(.snapshot)) |
- __fletch_program_heap_end = .; |
+ __dartino_program_heap_end = .; |
} |
} |
INSERT BEFORE .rodata; |