Changeset 646e0008 in rtems for c/src/lib/libbsp/sh/gensh2/startup/linkcmds
- Timestamp:
- 01/20/03 20:07:31 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b53261f0
- Parents:
- 87910b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/startup/linkcmds
r87910b3 r646e0008 115 115 *(.text) 116 116 *(.stub) 117 118 /* 119 * Special FreeBSD sysctl sections. 120 */ 121 . = ALIGN (16); 122 __start_set_sysctl_set = .; 123 *(set_sysctl_*); 124 __stop_set_sysctl_set = ABSOLUTE(.); 125 *(set_domain_*); 126 *(set_pseudo_*); 127 117 128 /* .gnu.warning sections are handled specially by elf32.em. */ 118 129 *(.gnu.warning)
Note: See TracChangeset
for help on using the changeset viewer.