blob: dcc9607a4188fe04e52ac4cd97e9c5698a47f19b (
plain)
1
2
3
4
5
6
7
8
9
|
SECTIONS {
.text.ordered : {
*(.text.call_me)
*(.text.foo)
*(.text.call_me.call_me.__part.1)
*(.text.call_me.call_me.__part.2)
*(.text.call_me.call_me.__part.3)
}
} INSERT BEFORE .text;
|