Group them in .text. Also add vague linkage sections in .text. Signed-off-by: David Decotigny <decot@googlers.com>
@@ -16,6 +16,8 @@ SECTIONS
.text :
{
*(.text)
+ *(.text.*)
+ *(.gnu.linkonce.t.*)
}
. = ALIGN(4096);
.reloc :