Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/lk/dartino/project/add-dartino-snapshot-section.ld

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lk/dartino/app/dartino/rules.mk ('k') | third_party/lk/dartino/project/qemu-virt-dartino.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/lk/dartino/app/dartino/rules.mk ('k') | third_party/lk/dartino/project/qemu-virt-dartino.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698