diff options
| author | YamaArashi <shadow962@live.com> | 2016-01-23 12:25:42 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-01-23 12:25:42 -0800 |
| commit | 1362b60f3467f0894d55e82f3294980b6373021d (patch) | |
| tree | c53b76333cbb099df9e12dfe7ebfc56bd258b707 /ld_script.txt | |
Initial commit
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); } +} |
