Changeset 87910b3 in rtems for c/src/lib/libbsp/powerpc/helas403/startup/linkcmds.dl
- Timestamp:
- Jan 20, 2003, 8:07:24 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 646e0008
- Parents:
- 7ca1cea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/helas403/startup/linkcmds.dl
r7ca1cea r87910b3 36 36 *(.rodata) 37 37 *(.rodata1) 38 39 /* 40 * Special FreeBSD sysctl sections. 41 */ 42 . = ALIGN (16); 43 __start_set_sysctl_set = .; 44 *(set_sysctl_*); 45 __stop_set_sysctl_set = ABSOLUTE(.); 46 *(set_domain_*); 47 *(set_pseudo_*); 48 38 49 *.(eh_frame) 39 50 *(.descriptors)
Note: See TracChangeset
for help on using the changeset viewer.