From 4015d4a5ab90f9b225275325d52262523c3cfc31 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 4 Nov 2015 01:12:37 +0100 Subject: Added scripts/cxxdemo/ --- scripts/cxxdemo/start.ld | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/cxxdemo/start.ld (limited to 'scripts/cxxdemo/start.ld') diff --git a/scripts/cxxdemo/start.ld b/scripts/cxxdemo/start.ld new file mode 100644 index 0000000..773eee2 --- /dev/null +++ b/scripts/cxxdemo/start.ld @@ -0,0 +1,5 @@ +SECTIONS { +. = 0x00000000; +.text : { *(.text) } +_ftext = 0x00010000; +} -- cgit