arch: arm: cortex_r: Move kobject text
Move the kobject text area to be at the beginning of the text section to match Cortex-M. Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
This commit is contained in:
parent
ef50545808
commit
03f951c4f6
1 changed files with 3 additions and 2 deletions
|
@ -134,6 +134,9 @@ SECTIONS
|
|||
SECTION_PROLOGUE(_TEXT_SECTION_NAME,,)
|
||||
{
|
||||
_image_text_start = .;
|
||||
|
||||
#include <linker/kobject-text.ld>
|
||||
|
||||
*(.text)
|
||||
*(".text.*")
|
||||
*(.gnu.linkonce.t.*)
|
||||
|
@ -144,8 +147,6 @@ SECTIONS
|
|||
*/
|
||||
*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)
|
||||
|
||||
#include <linker/kobject-text.ld>
|
||||
|
||||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
|
||||
_image_text_end = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue