Changeset 9860cc7 in rtems
- Timestamp:
- 03/16/18 10:01:03 (5 years ago)
- Branches:
- 5, master
- Children:
- 2e5cf7f
- Parents:
- be3d7d75
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/16/18 10:01:03)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/16/18 14:11:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base
rbe3d7d75 r9860cc7 140 140 } > REGION_RODATA AT > REGION_RODATA_LOAD 141 141 .ctors : ALIGN_WITH_INPUT { 142 KEEP (*ecrti.o(.ctors)) 142 143 KEEP (*crtbegin.o(.ctors)) 143 144 KEEP (*crtbegin?.o(.ctors)) 144 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))145 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o *ecrtn.o) .ctors)) 145 146 KEEP (*(SORT(.ctors.*))) 146 147 KEEP (*(.ctors)) 147 148 } > REGION_RODATA AT > REGION_RODATA_LOAD 148 149 .dtors : ALIGN_WITH_INPUT { 150 KEEP (*ecrti.o(.dtors)) 149 151 KEEP (*crtbegin.o(.dtors)) 150 152 KEEP (*crtbegin?.o(.dtors)) 151 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))153 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o *ecrtn.o) .dtors)) 152 154 KEEP (*(SORT(.dtors.*))) 153 155 KEEP (*(.dtors))
Note: See TracChangeset
for help on using the changeset viewer.