Use pointers rather than unsigned longs in run-pre comparisons.
[ksplice.git] / kmodsrc / ld-script
blob4d38e21d8acf1a10ca10693b3f458362b3b79258
1 SECTIONS {
2   .text : { *(.text .text.* .exit.text) }
3   .ksplice_relocs : {
4     ksplice_relocs = .;
5     KEEP(*(.ksplice_relocs))
6     ksplice_relocs_end = .;
7   }
8   .ksplice_sections : {
9     ksplice_sections = .;
10     KEEP(*(.ksplice_sections))
11     ksplice_sections_end = .;
12   }
13   .ksplice_patches : {
14     ksplice_patches = .;
15     KEEP(*(.ksplice_patches))
16     ksplice_patches_end = .;
17   }
18   .ksplice_exports : {
19     ksplice_exports = .;
20     KEEP(*(.ksplice_exports))
21     ksplice_exports_end = .;
22   }
23   .ksplice_system_map : {
24     ksplice_system_map = .;
25     KEEP(*(.ksplice_system_map))
26     ksplice_system_map_end = .;
27   }
28   .parainstructions : {
29     parainstructions = .;
30     KEEP(*(.parainstructions))
31     parainstructions_end = .;
32   }