Changeset da13982 in mainline for kernel/arch/abs32le/_link.ld.in
- Timestamp:
- 2023-10-26T15:20:07Z (15 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fbb42f
- Parents:
- d28bdbe
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 14:42:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 15:20:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/_link.ld.in
rd28bdbe rda13982 12 12 *(COMMON); /* global variables */ 13 13 14 *(.rodata*); 14 *(.rodata .rodata.*); 15 *(.eh_frame .eh_frame.*); /* stack unwinding data */ 16 *(.eh_frame_hdr .eh_frame_hdr.*); 15 17 *(.sdata); 16 18 *(.reginfo); 17 . = ALIGN(8);18 symbol_table = .;19 *(symtab.*);20 19 } 21 20 .sbss : { … … 26 25 kdata_end = .; 27 26 27 .comment 0 : { *(.comment); } 28 .debug_abbrev 0 : { *(.debug_abbrev); } 29 .debug_abbrev.dwo 0 : { *( .debug_abbrev.dwo); } 30 .debug_addr 0 : { *(.debug_addr); } 31 .debug_aranges 0 : { *(.debug_aranges); } 32 .debug_cu_index 0 : { *(.debug_cu_index); } 33 .debug_frame 0 : { *(.debug_frame); } 34 .debug_frame_hdr 0 : { *(.debug_frame_hdr); } 35 .debug_info 0 : { *(.debug_info); } 36 .debug_info.dwo 0 : { *(.debug_info.dwo); } 37 .debug_line 0 : { *(.debug_line); } 38 .debug_line.dwo 0 : { *(.debug_line.dwo); } 39 .debug_line_str 0 : { *(.debug_line_str); } 40 .debug_loc 0 : { *(.debug_loc); } 41 .debug_loclists 0 : { *(.debug_loclists); } 42 .debug_loclists.dwo 0 : { *(.debug_loclists.dwo); } 43 .debug_macinfo 0 : { *(.debug_macinfo); } 44 .debug_macro 0 : { *(.debug_macro); } 45 .debug_macro.dwo 0 : { *(.debug_macro.dwo); } 46 .debug_names 0 : { *(.debug_names); } 47 .debug_pubnames 0 : { *(.debug_pubnames); } 48 .debug_pubtypes 0 : { *(.debug_pubtypes); } 49 .debug_ranges 0 : { *(.debug_ranges); } 50 .debug_rnglists 0 : { *(.debug_rnglists); } 51 .debug_str 0 : { *(.debug_str); } 52 .debug_str.dwo 0 : { *(.debug_str.dwo); } 53 .debug_str_offsets 0 : { *(.debug_str_offsets); } 54 .debug_str_offsets.dwo 0 : { *(.debug_str_offsets.dwo); } 55 .debug_tu_index 0 : { *(.debug_tu_index); } 56 .debug_types 0 : { *(.debug_types); } 57 28 58 /DISCARD/ : { 29 59 *(.mdebug*);
Note:
See TracChangeset
for help on using the changeset viewer.