Changeset da13982 in mainline for kernel/arch/arm32/_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/arm32/_link.ld.in
rd28bdbe rda13982 37 37 *(COMMON); /* global variables */ 38 38 39 *(.rodata*); 39 *(.rodata .rodata.*); 40 *(.eh_frame .eh_frame.*); /* stack unwinding data */ 41 *(.eh_frame_hdr .eh_frame_hdr.*); 40 42 *(.sdata); 41 43 *(.reginfo); 42 . = ALIGN(8);43 symbol_table = .;44 *(symtab.*);45 44 } 46 45 .sbss : { … … 51 50 kdata_end = .; 52 51 52 .comment 0 : { *(.comment); } 53 .debug_abbrev 0 : { *(.debug_abbrev); } 54 .debug_abbrev.dwo 0 : { *( .debug_abbrev.dwo); } 55 .debug_addr 0 : { *(.debug_addr); } 56 .debug_aranges 0 : { *(.debug_aranges); } 57 .debug_cu_index 0 : { *(.debug_cu_index); } 58 .debug_frame 0 : { *(.debug_frame); } 59 .debug_frame_hdr 0 : { *(.debug_frame_hdr); } 60 .debug_info 0 : { *(.debug_info); } 61 .debug_info.dwo 0 : { *(.debug_info.dwo); } 62 .debug_line 0 : { *(.debug_line); } 63 .debug_line.dwo 0 : { *(.debug_line.dwo); } 64 .debug_line_str 0 : { *(.debug_line_str); } 65 .debug_loc 0 : { *(.debug_loc); } 66 .debug_loclists 0 : { *(.debug_loclists); } 67 .debug_loclists.dwo 0 : { *(.debug_loclists.dwo); } 68 .debug_macinfo 0 : { *(.debug_macinfo); } 69 .debug_macro 0 : { *(.debug_macro); } 70 .debug_macro.dwo 0 : { *(.debug_macro.dwo); } 71 .debug_names 0 : { *(.debug_names); } 72 .debug_pubnames 0 : { *(.debug_pubnames); } 73 .debug_pubtypes 0 : { *(.debug_pubtypes); } 74 .debug_ranges 0 : { *(.debug_ranges); } 75 .debug_rnglists 0 : { *(.debug_rnglists); } 76 .debug_str 0 : { *(.debug_str); } 77 .debug_str.dwo 0 : { *(.debug_str.dwo); } 78 .debug_str_offsets 0 : { *(.debug_str_offsets); } 79 .debug_str_offsets.dwo 0 : { *(.debug_str_offsets.dwo); } 80 .debug_tu_index 0 : { *(.debug_tu_index); } 81 .debug_types 0 : { *(.debug_types); } 82 53 83 /DISCARD/ : { 54 84 *(.mdebug*);
Note:
See TracChangeset
for help on using the changeset viewer.