forked from Imagelibrary/rtems
bsp/tqm8xx: Fix linker set description
Fix broken RTEMS linker set description introduced by
b618d8cfc5.
This commit is contained in:
@@ -78,8 +78,9 @@ SECTIONS {
|
||||
/*
|
||||
* BSP: Moved into .text from .*
|
||||
*/
|
||||
*(.rodata .rodata.* KEEP (*(SORT(.rtemsroset.*))) .gnu.linkonce.r.*)
|
||||
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
KEEP (*(SORT(.rtemsroset.*)))
|
||||
*(.interp)
|
||||
*(.note.gnu.build-id)
|
||||
*(.hash)
|
||||
|
||||
Reference in New Issue
Block a user