summaryrefslogtreecommitdiffstats
path: root/test/guest.lds
diff options
context:
space:
mode:
Diffstat (limited to 'test/guest.lds')
-rw-r--r--test/guest.lds13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/guest.lds b/test/guest.lds
deleted file mode 100644
index bced66e..0000000
--- a/test/guest.lds
+++ /dev/null
@@ -1,13 +0,0 @@
-OUTPUT_FORMAT(binary)
-
-SECTIONS
-{
- .text : {
- . = 0;
- *(.text)
- }
-
- .data : {
- *(.data)
- }
-}