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

Unified Diff: third_party/lk/fletch/project/add-fletch-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
Index: third_party/lk/fletch/project/add-fletch-snapshot-section.ld
diff --git a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld b/third_party/lk/fletch/project/add-fletch-snapshot-section.ld
deleted file mode 100644
index b80b1791288d89de9e07d59e5577e739cb8b4f93..0000000000000000000000000000000000000000
--- a/third_party/lk/fletch/project/add-fletch-snapshot-section.ld
+++ /dev/null
@@ -1,9 +0,0 @@
-SECTIONS {
- .snapshot ALIGN(4096) :
- {
- __fletch_program_heap_start = .;
- KEEP(*(.snapshot))
- __fletch_program_heap_end = .;
- }
-}
-INSERT BEFORE .rodata;
« no previous file with comments | « third_party/lk/fletch/app/fletch/rules.mk ('k') | third_party/lk/fletch/project/qemu-virt-fixed-snapshot.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698