ZHCUAQ1F july 2015 – april 2023
SECTIONS
{
GROUP
{
.grp1: {
file.obj(.grp1:func_a)
file.obj(.grp1:func_b)
file.obj(.grp1:func_c)
file.obj(.grp1:func_d)
} unordered()
.grp2: {
file.obj(.grp2:func_e)
file.obj(.grp2:func_f)
file.obj(.grp2:func_g)
file.obj(.grp2:func_h)
}
.text: { *(.text) }
} > PMEM
...
}