summaryrefslogtreecommitdiffstats
path: root/bsps/mips/hurricane/start/ghlinkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/hurricane/start/ghlinkcmds')
-rw-r--r--bsps/mips/hurricane/start/ghlinkcmds19
1 files changed, 19 insertions, 0 deletions
diff --git a/bsps/mips/hurricane/start/ghlinkcmds b/bsps/mips/hurricane/start/ghlinkcmds
new file mode 100644
index 0000000000..9b6c6dce87
--- /dev/null
+++ b/bsps/mips/hurricane/start/ghlinkcmds
@@ -0,0 +1,19 @@
+#
+# ghlinkcmds
+#
+
+-map
+-sec
+{
+ .text 0x80010000 :
+ .data align(16) :
+ .rodata :
+ .fini :
+# .sdata :
+ .symtab :
+ .strtab :
+ .debug :
+# .sbss :
+ .bss align(8) :
+ .init 0xbfc00000 :
+}