Changes in kernel/arch/ia32/_link.ld.in [1e00216:6da1013f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/_link.ld.in
r1e00216 r6da1013f 42 42 hardcoded_unmapped_kdata_size = .; 43 43 LONG(unmapped_kdata_end - unmapped_kdata_start); 44 . = ALIGN(8);45 44 symbol_table = .; 46 45 *(symtab.*); /* Symbol table, must be LAST symbol! */ … … 49 48 } 50 49 51 #ifdef CONFIG_LINE_DEBUG52 .comment 0 : { *(.comment); }53 .debug_abbrev 0 : { *(.debug_abbrev); }54 .debug_aranges 0 : { *(.debug_aranges); }55 .debug_info 0 : { *(.debug_info); }56 .debug_line 0 : { *(.debug_line); }57 .debug_loc 0 : { *(.debug_loc); }58 .debug_pubnames 0 : { *(.debug_pubnames); }59 .debug_pubtypes 0 : { *(.debug_pubtypes); }60 .debug_ranges 0 : { *(.debug_ranges); }61 .debug_str 0 : { *(.debug_str); }62 #endif63 64 50 /DISCARD/ : { 65 *(*); 51 *(.note.GNU-stack); 52 *(.comment); 66 53 } 67 54
Note:
See TracChangeset
for help on using the changeset viewer.