Changeset 68132f2 in rtems for c/src/lib/libbsp/arm/armulator/startup/linkcmds
- Timestamp:
- 08/01/00 14:06:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c9f7123a
- Parents:
- 3631dad8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/startup/linkcmds
r3631dad8 r68132f2 55 55 __end = .; 56 56 } 57 /* XXX */ 58 /* These are needed for ELF backends which have not yet been 59 converted to the new style linker. */ 60 .stab 0 : { *(.stab) } 61 .stabstr 0 : { *(.stabstr) } 62 /* DWARF debug sections. 63 Symbols in the DWARF debugging sections are relative to the beginning 64 of the section so we begin them at 0. */ 65 /* DWARF 1 */ 66 .debug 0 : { *(.debug) } 67 .line 0 : { *(.line) } 68 /* GNU DWARF 1 extensions */ 69 .debug_srcinfo 0 : { *(.debug_srcinfo) } 70 .debug_sfnames 0 : { *(.debug_sfnames) } 71 /* DWARF 1.1 and DWARF 2 */ 72 .debug_aranges 0 : { *(.debug_aranges) } 73 .debug_pubnames 0 : { *(.debug_pubnames) } 74 /* DWARF 2 */ 75 .debug_info 0 : { *(.debug_info) } 76 .debug_abbrev 0 : { *(.debug_abbrev) } 77 .debug_line 0 : { *(.debug_line) } 78 .debug_frame 0 : { *(.debug_frame) } 79 .debug_str 0 : { *(.debug_str) } 80 .debug_loc 0 : { *(.debug_loc) } 81 .debug_macinfo 0 : { *(.debug_macinfo) } 82 /* SGI/MIPS DWARF 2 extensions */ 83 .debug_weaknames 0 : { *(.debug_weaknames) } 84 .debug_funcnames 0 : { *(.debug_funcnames) } 85 .debug_typenames 0 : { *(.debug_typenames) } 86 .debug_varnames 0 : { *(.debug_varnames) } 87 /* These must appear regardless of . */ 88 57 89 } 58 90
Note: See TracChangeset
for help on using the changeset viewer.