forked from Imagelibrary/rtems
powerpc/motorola_power: Link all text sections into the executable image
- The change to building all code with code and data sections means we have a section per function. Make sure all functions are placed in the text section. Closes #4266
This commit is contained in:
@@ -38,6 +38,7 @@ SECTIONS
|
|||||||
BYTE(0x75); BYTE(0x78); /* Partition name */
|
BYTE(0x75); BYTE(0x78); /* Partition name */
|
||||||
. = 0x400;
|
. = 0x400;
|
||||||
*(.text)
|
*(.text)
|
||||||
|
*(.text*)
|
||||||
*(.sdata2)
|
*(.sdata2)
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata*)
|
*(.rodata*)
|
||||||
@@ -98,4 +99,3 @@ SECTIONS
|
|||||||
*(.comment)
|
*(.comment)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user