Changeset 74f3d8f in rtems
- Timestamp:
- 10/05/99 19:18:14 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 649bcbc
- Parents:
- fce982a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
rfce982a8 r74f3d8f 29 29 *(.text) 30 30 . = ALIGN (16); 31 *(.gnu.linkonce.t.*) 32 *(.descriptors) 33 /* .gnu.warning sections are handled specially by elf32.em. */ 34 *(.gnu.warning) 31 35 32 36 *(.eh_fram) … … 48 52 etext = ALIGN( 0x10 ) ; 49 53 } 54 .rodata : { *(.rodata) *(.gnu.linkonce.r*) } >RAM 50 55 .data 0x010000 : 51 56 { 52 57 data_start = . ; 53 58 *(.data) 59 *(.gnu.linkonce.d.*) 54 60 edata = ALIGN( 0x10 ) ; 55 61 }
Note: See TracChangeset
for help on using the changeset viewer.