diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt new file mode 100644 index 000000000..48982d49d --- /dev/null +++ b/ld_script.txt @@ -0,0 +1,6 @@ +ENTRY(Start) + +SECTIONS { + . = 0x8000000; + .text : { *(.text); } +} |