Make less sections

This commit is contained in:
Baptiste Wicht 2013-12-10 10:25:42 +01:00
parent c2b217205c
commit f1659ac582

View File

@ -10,6 +10,7 @@ SECTIONS
{ {
*(main_section) *(main_section)
*(.text) *(.text)
*(.text.*)
} }
/* 4K of Read-only data */ /* 4K of Read-only data */