1 /* this is INCLUDEd into the arch-specific ld scripts */
3 /* Linker-made tables. Our tables (e.g. devtab) are 2^5 aligned,
4 * independently of us aligning '.'. We align '.' to get the right start,
5 * e.g. __devtabstart. */
7 /* We shouldn't have to use PROVIDE, but if we don't, we get the wrong
8 * value for '.'. And items with empty tables get the KLA (basically 0) */
9 PROVIDE(__devtabstart = .);
14 PROVIDE(__devtabend = .);
17 PROVIDE(__linkerfunc1start = .);
21 PROVIDE(__linkerfunc1end = .);
24 PROVIDE(__linkerfunc2start = .);
28 PROVIDE(__linkerfunc2end = .);
31 PROVIDE(__linkerfunc3start = .);
35 PROVIDE(__linkerfunc3end = .);
38 PROVIDE(__linkerfunc4start = .);
42 PROVIDE(__linkerfunc4end = .);