Changeset 9f30a08b in rtems
- Timestamp:
- Sep 29, 2000, 2:25:46 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bebf0438
- Parents:
- 4cb5d29
- Location:
- c/src/lib/libbsp/m68k
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/dmv152/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/dmv152/startup/linkcmds
r4cb5d29 r9f30a08b 127 127 _WorkspaceBase = .; 128 128 } >ram 129 130 /* Stabs debugging sections. */ 131 .stab 0 : { *(.stab) } 132 .stabstr 0 : { *(.stabstr) } 133 .stab.excl 0 : { *(.stab.excl) } 134 .stab.exclstr 0 : { *(.stab.exclstr) } 135 .stab.index 0 : { *(.stab.index) } 136 .stab.indexstr 0 : { *(.stab.indexstr) } 137 .comment 0 : { *(.comment) } 138 139 /* DWARF debug sections. 140 Symbols in the DWARF debugging sections are relative to the beginning 141 of the section so we begin them at 0. */ 142 /* DWARF 1 */ 143 .debug 0 : { *(.debug) } 144 .line 0 : { *(.line) } 145 146 /* GNU DWARF 1 extensions */ 147 .debug_srcinfo 0 : { *(.debug_srcinfo) } 148 .debug_sfnames 0 : { *(.debug_sfnames) } 149 150 /* DWARF 1.1 and DWARF 2 */ 151 .debug_aranges 0 : { *(.debug_aranges) } 152 .debug_pubnames 0 : { *(.debug_pubnames) } 153 154 /* DWARF 2 */ 155 .debug_info 0 : { *(.debug_info) } 156 .debug_abbrev 0 : { *(.debug_abbrev) } 157 .debug_line 0 : { *(.debug_line) } 158 .debug_frame 0 : { *(.debug_frame) } 159 .debug_str 0 : { *(.debug_str) } 160 .debug_loc 0 : { *(.debug_loc) } 161 .debug_macinfo 0 : { *(.debug_macinfo) } 162 163 /* SGI/MIPS DWARF 2 extensions */ 164 .debug_weaknames 0 : { *(.debug_weaknames) } 165 .debug_funcnames 0 : { *(.debug_funcnames) } 166 .debug_typenames 0 : { *(.debug_typenames) } 167 .debug_varnames 0 : { *(.debug_varnames) } 168 /* These must appear regardless of . */ 129 169 } -
c/src/lib/libbsp/m68k/efi332/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/efi332/startup/linkcmds
r4cb5d29 r9f30a08b 151 151 _WorkspaceBase = .; 152 152 } >ram 153 154 /* Stabs debugging sections. */ 155 .stab 0 : { *(.stab) } 156 .stabstr 0 : { *(.stabstr) } 157 .stab.excl 0 : { *(.stab.excl) } 158 .stab.exclstr 0 : { *(.stab.exclstr) } 159 .stab.index 0 : { *(.stab.index) } 160 .stab.indexstr 0 : { *(.stab.indexstr) } 161 .comment 0 : { *(.comment) } 162 163 /* DWARF debug sections. 164 Symbols in the DWARF debugging sections are relative to the beginning 165 of the section so we begin them at 0. */ 166 /* DWARF 1 */ 167 .debug 0 : { *(.debug) } 168 .line 0 : { *(.line) } 169 170 /* GNU DWARF 1 extensions */ 171 .debug_srcinfo 0 : { *(.debug_srcinfo) } 172 .debug_sfnames 0 : { *(.debug_sfnames) } 173 174 /* DWARF 1.1 and DWARF 2 */ 175 .debug_aranges 0 : { *(.debug_aranges) } 176 .debug_pubnames 0 : { *(.debug_pubnames) } 177 178 /* DWARF 2 */ 179 .debug_info 0 : { *(.debug_info) } 180 .debug_abbrev 0 : { *(.debug_abbrev) } 181 .debug_line 0 : { *(.debug_line) } 182 .debug_frame 0 : { *(.debug_frame) } 183 .debug_str 0 : { *(.debug_str) } 184 .debug_loc 0 : { *(.debug_loc) } 185 .debug_macinfo 0 : { *(.debug_macinfo) } 186 187 /* SGI/MIPS DWARF 2 extensions */ 188 .debug_weaknames 0 : { *(.debug_weaknames) } 189 .debug_funcnames 0 : { *(.debug_funcnames) } 190 .debug_typenames 0 : { *(.debug_typenames) } 191 .debug_varnames 0 : { *(.debug_varnames) } 192 /* These must appear regardless of . */ 153 193 } -
c/src/lib/libbsp/m68k/efi68k/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/efi68k/startup/linkcmds
r4cb5d29 r9f30a08b 160 160 _WorkspaceBase = .; 161 161 } >ram 162 163 /* Stabs debugging sections. */ 164 .stab 0 : { *(.stab) } 165 .stabstr 0 : { *(.stabstr) } 166 .stab.excl 0 : { *(.stab.excl) } 167 .stab.exclstr 0 : { *(.stab.exclstr) } 168 .stab.index 0 : { *(.stab.index) } 169 .stab.indexstr 0 : { *(.stab.indexstr) } 170 .comment 0 : { *(.comment) } 171 172 /* DWARF debug sections. 173 Symbols in the DWARF debugging sections are relative to the beginning 174 of the section so we begin them at 0. */ 175 /* DWARF 1 */ 176 .debug 0 : { *(.debug) } 177 .line 0 : { *(.line) } 178 179 /* GNU DWARF 1 extensions */ 180 .debug_srcinfo 0 : { *(.debug_srcinfo) } 181 .debug_sfnames 0 : { *(.debug_sfnames) } 182 183 /* DWARF 1.1 and DWARF 2 */ 184 .debug_aranges 0 : { *(.debug_aranges) } 185 .debug_pubnames 0 : { *(.debug_pubnames) } 186 187 /* DWARF 2 */ 188 .debug_info 0 : { *(.debug_info) } 189 .debug_abbrev 0 : { *(.debug_abbrev) } 190 .debug_line 0 : { *(.debug_line) } 191 .debug_frame 0 : { *(.debug_frame) } 192 .debug_str 0 : { *(.debug_str) } 193 .debug_loc 0 : { *(.debug_loc) } 194 .debug_macinfo 0 : { *(.debug_macinfo) } 195 196 /* SGI/MIPS DWARF 2 extensions */ 197 .debug_weaknames 0 : { *(.debug_weaknames) } 198 .debug_funcnames 0 : { *(.debug_funcnames) } 199 .debug_typenames 0 : { *(.debug_typenames) } 200 .debug_varnames 0 : { *(.debug_varnames) } 201 /* These must appear regardless of . */ 162 202 } -
c/src/lib/libbsp/m68k/gen68302/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/gen68302/startup/linkcmds
r4cb5d29 r9f30a08b 130 130 _WorkspaceBase = .; 131 131 } >ram 132 133 /* Stabs debugging sections. */ 134 .stab 0 : { *(.stab) } 135 .stabstr 0 : { *(.stabstr) } 136 .stab.excl 0 : { *(.stab.excl) } 137 .stab.exclstr 0 : { *(.stab.exclstr) } 138 .stab.index 0 : { *(.stab.index) } 139 .stab.indexstr 0 : { *(.stab.indexstr) } 140 .comment 0 : { *(.comment) } 141 142 /* DWARF debug sections. 143 Symbols in the DWARF debugging sections are relative to the beginning 144 of the section so we begin them at 0. */ 145 /* DWARF 1 */ 146 .debug 0 : { *(.debug) } 147 .line 0 : { *(.line) } 148 149 /* GNU DWARF 1 extensions */ 150 .debug_srcinfo 0 : { *(.debug_srcinfo) } 151 .debug_sfnames 0 : { *(.debug_sfnames) } 152 153 /* DWARF 1.1 and DWARF 2 */ 154 .debug_aranges 0 : { *(.debug_aranges) } 155 .debug_pubnames 0 : { *(.debug_pubnames) } 156 157 /* DWARF 2 */ 158 .debug_info 0 : { *(.debug_info) } 159 .debug_abbrev 0 : { *(.debug_abbrev) } 160 .debug_line 0 : { *(.debug_line) } 161 .debug_frame 0 : { *(.debug_frame) } 162 .debug_str 0 : { *(.debug_str) } 163 .debug_loc 0 : { *(.debug_loc) } 164 .debug_macinfo 0 : { *(.debug_macinfo) } 165 166 /* SGI/MIPS DWARF 2 extensions */ 167 .debug_weaknames 0 : { *(.debug_weaknames) } 168 .debug_funcnames 0 : { *(.debug_funcnames) } 169 .debug_typenames 0 : { *(.debug_typenames) } 170 .debug_varnames 0 : { *(.debug_varnames) } 171 /* These must appear regardless of . */ 132 172 } -
c/src/lib/libbsp/m68k/gen68340/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/gen68340/startup/linkcmds
r4cb5d29 r9f30a08b 171 171 } >ram 172 172 173 174 /* Stabs debugging sections. */ 175 .stab 0 : { *(.stab) } 176 .stabstr 0 : { *(.stabstr) } 177 .stab.excl 0 : { *(.stab.excl) } 178 .stab.exclstr 0 : { *(.stab.exclstr) } 179 .stab.index 0 : { *(.stab.index) } 180 .stab.indexstr 0 : { *(.stab.indexstr) } 181 .comment 0 : { *(.comment) } 182 183 /* DWARF debug sections. 184 Symbols in the DWARF debugging sections are relative to the beginning 185 of the section so we begin them at 0. */ 186 /* DWARF 1 */ 187 .debug 0 : { *(.debug) } 188 .line 0 : { *(.line) } 189 190 /* GNU DWARF 1 extensions */ 191 .debug_srcinfo 0 : { *(.debug_srcinfo) } 192 .debug_sfnames 0 : { *(.debug_sfnames) } 193 194 /* DWARF 1.1 and DWARF 2 */ 195 .debug_aranges 0 : { *(.debug_aranges) } 196 .debug_pubnames 0 : { *(.debug_pubnames) } 197 198 /* DWARF 2 */ 199 .debug_info 0 : { *(.debug_info) } 200 .debug_abbrev 0 : { *(.debug_abbrev) } 201 .debug_line 0 : { *(.debug_line) } 202 .debug_frame 0 : { *(.debug_frame) } 203 .debug_str 0 : { *(.debug_str) } 204 .debug_loc 0 : { *(.debug_loc) } 205 .debug_macinfo 0 : { *(.debug_macinfo) } 206 207 /* SGI/MIPS DWARF 2 extensions */ 208 .debug_weaknames 0 : { *(.debug_weaknames) } 209 .debug_funcnames 0 : { *(.debug_funcnames) } 210 .debug_typenames 0 : { *(.debug_typenames) } 211 .debug_varnames 0 : { *(.debug_varnames) } 212 /* These must appear regardless of . */ 173 213 } -
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 } -
c/src/lib/libbsp/m68k/idp/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/idp/startup/linkcmds
r4cb5d29 r9f30a08b 127 127 _WorkspaceBase = .; 128 128 } >ram 129 130 /* Stabs debugging sections. */ 131 .stab 0 : { *(.stab) } 132 .stabstr 0 : { *(.stabstr) } 133 .stab.excl 0 : { *(.stab.excl) } 134 .stab.exclstr 0 : { *(.stab.exclstr) } 135 .stab.index 0 : { *(.stab.index) } 136 .stab.indexstr 0 : { *(.stab.indexstr) } 137 .comment 0 : { *(.comment) } 138 139 /* DWARF debug sections. 140 Symbols in the DWARF debugging sections are relative to the beginning 141 of the section so we begin them at 0. */ 142 /* DWARF 1 */ 143 .debug 0 : { *(.debug) } 144 .line 0 : { *(.line) } 145 146 /* GNU DWARF 1 extensions */ 147 .debug_srcinfo 0 : { *(.debug_srcinfo) } 148 .debug_sfnames 0 : { *(.debug_sfnames) } 149 150 /* DWARF 1.1 and DWARF 2 */ 151 .debug_aranges 0 : { *(.debug_aranges) } 152 .debug_pubnames 0 : { *(.debug_pubnames) } 153 154 /* DWARF 2 */ 155 .debug_info 0 : { *(.debug_info) } 156 .debug_abbrev 0 : { *(.debug_abbrev) } 157 .debug_line 0 : { *(.debug_line) } 158 .debug_frame 0 : { *(.debug_frame) } 159 .debug_str 0 : { *(.debug_str) } 160 .debug_loc 0 : { *(.debug_loc) } 161 .debug_macinfo 0 : { *(.debug_macinfo) } 162 163 /* SGI/MIPS DWARF 2 extensions */ 164 .debug_weaknames 0 : { *(.debug_weaknames) } 165 .debug_funcnames 0 : { *(.debug_funcnames) } 166 .debug_typenames 0 : { *(.debug_typenames) } 167 .debug_varnames 0 : { *(.debug_varnames) } 168 /* These must appear regardless of . */ 129 169 } -
c/src/lib/libbsp/m68k/mvme136/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/mvme136/startup/linkcmds
r4cb5d29 r9f30a08b 127 127 _WorkspaceBase = .; 128 128 } >ram 129 130 /* Stabs debugging sections. */ 131 .stab 0 : { *(.stab) } 132 .stabstr 0 : { *(.stabstr) } 133 .stab.excl 0 : { *(.stab.excl) } 134 .stab.exclstr 0 : { *(.stab.exclstr) } 135 .stab.index 0 : { *(.stab.index) } 136 .stab.indexstr 0 : { *(.stab.indexstr) } 137 .comment 0 : { *(.comment) } 138 139 /* DWARF debug sections. 140 Symbols in the DWARF debugging sections are relative to the beginning 141 of the section so we begin them at 0. */ 142 /* DWARF 1 */ 143 .debug 0 : { *(.debug) } 144 .line 0 : { *(.line) } 145 146 /* GNU DWARF 1 extensions */ 147 .debug_srcinfo 0 : { *(.debug_srcinfo) } 148 .debug_sfnames 0 : { *(.debug_sfnames) } 149 150 /* DWARF 1.1 and DWARF 2 */ 151 .debug_aranges 0 : { *(.debug_aranges) } 152 .debug_pubnames 0 : { *(.debug_pubnames) } 153 154 /* DWARF 2 */ 155 .debug_info 0 : { *(.debug_info) } 156 .debug_abbrev 0 : { *(.debug_abbrev) } 157 .debug_line 0 : { *(.debug_line) } 158 .debug_frame 0 : { *(.debug_frame) } 159 .debug_str 0 : { *(.debug_str) } 160 .debug_loc 0 : { *(.debug_loc) } 161 .debug_macinfo 0 : { *(.debug_macinfo) } 162 163 /* SGI/MIPS DWARF 2 extensions */ 164 .debug_weaknames 0 : { *(.debug_weaknames) } 165 .debug_funcnames 0 : { *(.debug_funcnames) } 166 .debug_typenames 0 : { *(.debug_typenames) } 167 .debug_varnames 0 : { *(.debug_varnames) } 168 /* These must appear regardless of . */ 129 169 } -
c/src/lib/libbsp/m68k/mvme147/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/mvme147/startup/linkcmds
r4cb5d29 r9f30a08b 131 131 _WorkspaceBase = .; 132 132 } >ram 133 134 /* Stabs debugging sections. */ 135 .stab 0 : { *(.stab) } 136 .stabstr 0 : { *(.stabstr) } 137 .stab.excl 0 : { *(.stab.excl) } 138 .stab.exclstr 0 : { *(.stab.exclstr) } 139 .stab.index 0 : { *(.stab.index) } 140 .stab.indexstr 0 : { *(.stab.indexstr) } 141 .comment 0 : { *(.comment) } 142 143 /* DWARF debug sections. 144 Symbols in the DWARF debugging sections are relative to the beginning 145 of the section so we begin them at 0. */ 146 /* DWARF 1 */ 147 .debug 0 : { *(.debug) } 148 .line 0 : { *(.line) } 149 150 /* GNU DWARF 1 extensions */ 151 .debug_srcinfo 0 : { *(.debug_srcinfo) } 152 .debug_sfnames 0 : { *(.debug_sfnames) } 153 154 /* DWARF 1.1 and DWARF 2 */ 155 .debug_aranges 0 : { *(.debug_aranges) } 156 .debug_pubnames 0 : { *(.debug_pubnames) } 157 158 /* DWARF 2 */ 159 .debug_info 0 : { *(.debug_info) } 160 .debug_abbrev 0 : { *(.debug_abbrev) } 161 .debug_line 0 : { *(.debug_line) } 162 .debug_frame 0 : { *(.debug_frame) } 163 .debug_str 0 : { *(.debug_str) } 164 .debug_loc 0 : { *(.debug_loc) } 165 .debug_macinfo 0 : { *(.debug_macinfo) } 166 167 /* SGI/MIPS DWARF 2 extensions */ 168 .debug_weaknames 0 : { *(.debug_weaknames) } 169 .debug_funcnames 0 : { *(.debug_funcnames) } 170 .debug_typenames 0 : { *(.debug_typenames) } 171 .debug_varnames 0 : { *(.debug_varnames) } 172 /* These must appear regardless of . */ 133 173 } -
c/src/lib/libbsp/m68k/mvme147s/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/mvme147s/startup/linkcmds
r4cb5d29 r9f30a08b 131 131 _WorkspaceBase = .; 132 132 } >ram 133 134 /* Stabs debugging sections. */ 135 .stab 0 : { *(.stab) } 136 .stabstr 0 : { *(.stabstr) } 137 .stab.excl 0 : { *(.stab.excl) } 138 .stab.exclstr 0 : { *(.stab.exclstr) } 139 .stab.index 0 : { *(.stab.index) } 140 .stab.indexstr 0 : { *(.stab.indexstr) } 141 .comment 0 : { *(.comment) } 142 143 /* DWARF debug sections. 144 Symbols in the DWARF debugging sections are relative to the beginning 145 of the section so we begin them at 0. */ 146 /* DWARF 1 */ 147 .debug 0 : { *(.debug) } 148 .line 0 : { *(.line) } 149 150 /* GNU DWARF 1 extensions */ 151 .debug_srcinfo 0 : { *(.debug_srcinfo) } 152 .debug_sfnames 0 : { *(.debug_sfnames) } 153 154 /* DWARF 1.1 and DWARF 2 */ 155 .debug_aranges 0 : { *(.debug_aranges) } 156 .debug_pubnames 0 : { *(.debug_pubnames) } 157 158 /* DWARF 2 */ 159 .debug_info 0 : { *(.debug_info) } 160 .debug_abbrev 0 : { *(.debug_abbrev) } 161 .debug_line 0 : { *(.debug_line) } 162 .debug_frame 0 : { *(.debug_frame) } 163 .debug_str 0 : { *(.debug_str) } 164 .debug_loc 0 : { *(.debug_loc) } 165 .debug_macinfo 0 : { *(.debug_macinfo) } 166 167 /* SGI/MIPS DWARF 2 extensions */ 168 .debug_weaknames 0 : { *(.debug_weaknames) } 169 .debug_funcnames 0 : { *(.debug_funcnames) } 170 .debug_typenames 0 : { *(.debug_typenames) } 171 .debug_varnames 0 : { *(.debug_varnames) } 172 /* These must appear regardless of . */ 133 173 } -
c/src/lib/libbsp/m68k/mvme162/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-14 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
r4cb5d29 r9f30a08b 134 134 _WorkspaceBase = .; 135 135 } >ram 136 137 /* Stabs debugging sections. */ 138 .stab 0 : { *(.stab) } 139 .stabstr 0 : { *(.stabstr) } 140 .stab.excl 0 : { *(.stab.excl) } 141 .stab.exclstr 0 : { *(.stab.exclstr) } 142 .stab.index 0 : { *(.stab.index) } 143 .stab.indexstr 0 : { *(.stab.indexstr) } 144 .comment 0 : { *(.comment) } 145 146 /* DWARF debug sections. 147 Symbols in the DWARF debugging sections are relative to the beginning 148 of the section so we begin them at 0. */ 149 /* DWARF 1 */ 150 .debug 0 : { *(.debug) } 151 .line 0 : { *(.line) } 152 153 /* GNU DWARF 1 extensions */ 154 .debug_srcinfo 0 : { *(.debug_srcinfo) } 155 .debug_sfnames 0 : { *(.debug_sfnames) } 156 157 /* DWARF 1.1 and DWARF 2 */ 158 .debug_aranges 0 : { *(.debug_aranges) } 159 .debug_pubnames 0 : { *(.debug_pubnames) } 160 161 /* DWARF 2 */ 162 .debug_info 0 : { *(.debug_info) } 163 .debug_abbrev 0 : { *(.debug_abbrev) } 164 .debug_line 0 : { *(.debug_line) } 165 .debug_frame 0 : { *(.debug_frame) } 166 .debug_str 0 : { *(.debug_str) } 167 .debug_loc 0 : { *(.debug_loc) } 168 .debug_macinfo 0 : { *(.debug_macinfo) } 169 170 /* SGI/MIPS DWARF 2 extensions */ 171 .debug_weaknames 0 : { *(.debug_weaknames) } 172 .debug_funcnames 0 : { *(.debug_funcnames) } 173 .debug_typenames 0 : { *(.debug_typenames) } 174 .debug_varnames 0 : { *(.debug_varnames) } 175 /* These must appear regardless of . */ 136 176 } -
c/src/lib/libbsp/m68k/ods68302/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/ods68302/startup/linkcmds
r4cb5d29 r9f30a08b 129 129 _WorkspaceBase = .; 130 130 } >ram 131 132 /* Stabs debugging sections. */ 133 .stab 0 : { *(.stab) } 134 .stabstr 0 : { *(.stabstr) } 135 .stab.excl 0 : { *(.stab.excl) } 136 .stab.exclstr 0 : { *(.stab.exclstr) } 137 .stab.index 0 : { *(.stab.index) } 138 .stab.indexstr 0 : { *(.stab.indexstr) } 139 .comment 0 : { *(.comment) } 140 141 /* DWARF debug sections. 142 Symbols in the DWARF debugging sections are relative to the beginning 143 of the section so we begin them at 0. */ 144 /* DWARF 1 */ 145 .debug 0 : { *(.debug) } 146 .line 0 : { *(.line) } 147 148 /* GNU DWARF 1 extensions */ 149 .debug_srcinfo 0 : { *(.debug_srcinfo) } 150 .debug_sfnames 0 : { *(.debug_sfnames) } 151 152 /* DWARF 1.1 and DWARF 2 */ 153 .debug_aranges 0 : { *(.debug_aranges) } 154 .debug_pubnames 0 : { *(.debug_pubnames) } 155 156 /* DWARF 2 */ 157 .debug_info 0 : { *(.debug_info) } 158 .debug_abbrev 0 : { *(.debug_abbrev) } 159 .debug_line 0 : { *(.debug_line) } 160 .debug_frame 0 : { *(.debug_frame) } 161 .debug_str 0 : { *(.debug_str) } 162 .debug_loc 0 : { *(.debug_loc) } 163 .debug_macinfo 0 : { *(.debug_macinfo) } 164 165 /* SGI/MIPS DWARF 2 extensions */ 166 .debug_weaknames 0 : { *(.debug_weaknames) } 167 .debug_funcnames 0 : { *(.debug_funcnames) } 168 .debug_typenames 0 : { *(.debug_typenames) } 169 .debug_varnames 0 : { *(.debug_varnames) } 170 /* These must appear regardless of . */ 131 171 } 132 172 -
c/src/lib/libbsp/m68k/sim68000/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/sim68000/startup/linkcmds
r4cb5d29 r9f30a08b 124 124 _WorkspaceBase = .; 125 125 } 126 127 /* Stabs debugging sections. */ 128 .stab 0 : { *(.stab) } 129 .stabstr 0 : { *(.stabstr) } 130 .stab.excl 0 : { *(.stab.excl) } 131 .stab.exclstr 0 : { *(.stab.exclstr) } 132 .stab.index 0 : { *(.stab.index) } 133 .stab.indexstr 0 : { *(.stab.indexstr) } 134 .comment 0 : { *(.comment) } 135 136 /* DWARF debug sections. 137 Symbols in the DWARF debugging sections are relative to the beginning 138 of the section so we begin them at 0. */ 139 /* DWARF 1 */ 140 .debug 0 : { *(.debug) } 141 .line 0 : { *(.line) } 142 143 /* GNU DWARF 1 extensions */ 144 .debug_srcinfo 0 : { *(.debug_srcinfo) } 145 .debug_sfnames 0 : { *(.debug_sfnames) } 146 147 /* DWARF 1.1 and DWARF 2 */ 148 .debug_aranges 0 : { *(.debug_aranges) } 149 .debug_pubnames 0 : { *(.debug_pubnames) } 150 151 /* DWARF 2 */ 152 .debug_info 0 : { *(.debug_info) } 153 .debug_abbrev 0 : { *(.debug_abbrev) } 154 .debug_line 0 : { *(.debug_line) } 155 .debug_frame 0 : { *(.debug_frame) } 156 .debug_str 0 : { *(.debug_str) } 157 .debug_loc 0 : { *(.debug_loc) } 158 .debug_macinfo 0 : { *(.debug_macinfo) } 159 160 /* SGI/MIPS DWARF 2 extensions */ 161 .debug_weaknames 0 : { *(.debug_weaknames) } 162 .debug_funcnames 0 : { *(.debug_funcnames) } 163 .debug_typenames 0 : { *(.debug_typenames) } 164 .debug_varnames 0 : { *(.debug_varnames) } 165 /* These must appear regardless of . */ 126 166 } 127 167
Note: See TracChangeset
for help on using the changeset viewer.