Changeset 5f0fdeb in rtems for c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp
- Timestamp:
- Nov 26, 2004, 1:54:22 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f331442d
- Parents:
- bc207bcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/startup/linkcmds.bootp
rbc207bcb r5f0fdeb 128 128 . += (256 * 4); 129 129 _clear_start = .; 130 *(.bss) 130 *(.dynbss) 131 *(.bss .bss.* .gnu.linkonce.b.*) 131 132 *(COMMON) 132 133 . = ALIGN (16);
Note: See TracChangeset
for help on using the changeset viewer.