summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-01 02:09:10 -0800
committerYamaArashi <shadow962@live.com>2016-02-01 02:09:10 -0800
commit6f965a9eca507c27049fbd90a57f620b63c92d6d (patch)
tree4abd3f69ee39faea15a2aa52dd5a0a091d18e3d9 /ld_script.txt
parent32ec0474b05b36e6b0ad0354ae0e91a3b69f5bc5 (diff)
librtc
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 48982d49d..30ef0fa11 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -3,4 +3,5 @@ ENTRY(Start)
SECTIONS {
. = 0x8000000;
.text : { *(.text); }
+ /DISCARD/ : { *(.rodata) }
}