Changeset b53261f0 in rtems for c/src/lib/libbsp/sh/gensh4/startup/linkcmds.rom
- 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.rom
r646e0008 rb53261f0 62 62 *(.text) 63 63 *(.text.*) 64 65 /* 66 * Special FreeBSD sysctl sections. 67 */ 68 . = ALIGN (16); 69 __start_set_sysctl_set = .; 70 *(set_sysctl_*); 71 __stop_set_sysctl_set = ABSOLUTE(.); 72 *(set_domain_*); 73 *(set_pseudo_*); 74 64 75 /* .gnu.warning sections are handled specially by elf32.em. */ 65 76 *(.gnu.warning)
Note: See TracChangeset
for help on using the changeset viewer.