Changeset b53261f0 in rtems for c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram
- Timestamp:
- Jan 20, 2003, 8:07:34 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 296cc30e
- Parents:
- 646e0008
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom2ram
r646e0008 rb53261f0 67 67 *(.text) 68 68 *(.text.*) 69 70 /* 71 * Special FreeBSD sysctl sections. 72 */ 73 . = ALIGN (16); 74 __start_set_sysctl_set = .; 75 *(set_sysctl_*); 76 __stop_set_sysctl_set = ABSOLUTE(.); 77 *(set_domain_*); 78 *(set_pseudo_*); 79 69 80 /* .gnu.warning sections are handled specially by elf32.em. */ 70 81 *(.gnu.warning)
Note: See TracChangeset
for help on using the changeset viewer.