|
@@ -95,7 +95,7 @@ SECTIONS
|
|
_text = .;
|
|
_text = .;
|
|
HEAD_TEXT
|
|
HEAD_TEXT
|
|
}
|
|
}
|
|
- ALIGN_DEBUG_RO
|
|
|
|
|
|
+ ALIGN_DEBUG_RO_MIN(PAGE_SIZE)
|
|
.text : { /* Real text segment */
|
|
.text : { /* Real text segment */
|
|
_stext = .; /* Text and read-only data */
|
|
_stext = .; /* Text and read-only data */
|
|
__exception_text_start = .;
|
|
__exception_text_start = .;
|
|
@@ -116,10 +116,9 @@ SECTIONS
|
|
RO_DATA(PAGE_SIZE)
|
|
RO_DATA(PAGE_SIZE)
|
|
EXCEPTION_TABLE(8)
|
|
EXCEPTION_TABLE(8)
|
|
NOTES
|
|
NOTES
|
|
- ALIGN_DEBUG_RO
|
|
|
|
- _etext = .; /* End of text and rodata section */
|
|
|
|
|
|
|
|
ALIGN_DEBUG_RO_MIN(PAGE_SIZE)
|
|
ALIGN_DEBUG_RO_MIN(PAGE_SIZE)
|
|
|
|
+ _etext = .; /* End of text and rodata section */
|
|
__init_begin = .;
|
|
__init_begin = .;
|
|
|
|
|
|
INIT_TEXT_SECTION(8)
|
|
INIT_TEXT_SECTION(8)
|