[5 PATCH] powerpc/motorola_power: Link all text sections into the executable image
chrisj at rtems.org
chrisj at rtems.org
Wed Feb 24 06:07:02 UTC 2021
From: Chris Johns <chrisj at rtems.org>
- 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
---
bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds b/bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds
index 0ee7447546..a87a07cfd7 100644
--- a/bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds
+++ b/bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds
@@ -38,6 +38,7 @@ SECTIONS
BYTE(0x75); BYTE(0x78); /* Partition name */
. = 0x400;
*(.text)
+ *(.text*)
*(.sdata2)
*(.rodata)
*(.rodata*)
@@ -98,4 +99,3 @@ SECTIONS
*(.comment)
}
}
-
--
2.24.1
More information about the devel
mailing list