Add .rodata.str1.1 to the text segment, and discard the .comment section.
This commit is contained in:
parent
a2498bfff8
commit
da61544d69
@ -14,6 +14,7 @@ SECTIONS
|
||||
CREATE_OBJECT_SYMBOLS
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.rodata.str1.1)
|
||||
/* The next six sections are for SunOS dynamic linking. The order
|
||||
is important. */
|
||||
*(.dynrel)
|
||||
@ -46,5 +47,5 @@ SECTIONS
|
||||
end = ALIGN(4) ;
|
||||
_end = ALIGN(4) ;
|
||||
}
|
||||
/DISCARD/ : { *(.ident) *(.stab) *(.stabstr) }
|
||||
/DISCARD/ : { *(.ident) *(.stab) *(.stabstr) *(.comment) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user