Changeset 9f30a08b in rtems for c/src/lib/libbsp/m68k/gen68360
- Timestamp:
- Sep 29, 2000, 2:25:46 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bebf0438
- Parents:
- 4cb5d29
- Location:
- c/src/lib/libbsp/m68k/gen68360
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r4cb5d29 r9f30a08b 1 2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 2 3 * startup/linkcmds: Added lines so DWARF debug information 4 would be available. Otherwise gdb complains that the offsets 5 for the debug info are incorrect and doesn't load the files. 6 1 7 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
r4cb5d29 r9f30a08b 132 132 . += (8 * 1024); 133 133 } >dpram 134 135 /* Stabs debugging sections. */ 136 .stab 0 : { *(.stab) } 137 .stabstr 0 : { *(.stabstr) } 138 .stab.excl 0 : { *(.stab.excl) } 139 .stab.exclstr 0 : { *(.stab.exclstr) } 140 .stab.index 0 : { *(.stab.index) } 141 .stab.indexstr 0 : { *(.stab.indexstr) } 142 .comment 0 : { *(.comment) } 143 144 /* DWARF debug sections. 145 Symbols in the DWARF debugging sections are relative to the beginning 146 of the section so we begin them at 0. */ 147 /* DWARF 1 */ 148 .debug 0 : { *(.debug) } 149 .line 0 : { *(.line) } 150 151 /* GNU DWARF 1 extensions */ 152 .debug_srcinfo 0 : { *(.debug_srcinfo) } 153 .debug_sfnames 0 : { *(.debug_sfnames) } 154 155 /* DWARF 1.1 and DWARF 2 */ 156 .debug_aranges 0 : { *(.debug_aranges) } 157 .debug_pubnames 0 : { *(.debug_pubnames) } 158 159 /* DWARF 2 */ 160 .debug_info 0 : { *(.debug_info) } 161 .debug_abbrev 0 : { *(.debug_abbrev) } 162 .debug_line 0 : { *(.debug_line) } 163 .debug_frame 0 : { *(.debug_frame) } 164 .debug_str 0 : { *(.debug_str) } 165 .debug_loc 0 : { *(.debug_loc) } 166 .debug_macinfo 0 : { *(.debug_macinfo) } 167 168 /* SGI/MIPS DWARF 2 extensions */ 169 .debug_weaknames 0 : { *(.debug_weaknames) } 170 .debug_funcnames 0 : { *(.debug_funcnames) } 171 .debug_typenames 0 : { *(.debug_typenames) } 172 .debug_varnames 0 : { *(.debug_varnames) } 173 /* These must appear regardless of . */ 134 174 }
Note: See TracChangeset
for help on using the changeset viewer.