Changeset 4899759 in rtems
- Timestamp:
- 03/06/18 06:23:07 (6 years ago)
- Branches:
- 5, master
- Children:
- 337a186
- Parents:
- 8b2d5b8
- git-author:
- Thanassis Tsiodras <Thanassis.Tsiodras@…> (03/06/18 06:23:07)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/06/18 06:27:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/shared/startup/linkcmds.base
r8b2d5b8 r4899759 89 89 end of ctors marker and it must be last */ 90 90 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) 91 KEEP (*(SORT(.ctors*))) 91 KEEP (*(SORT(.ctors.*))) 92 KEEP (*(.ctors)) 92 93 KEEP (*crtbegin.o(.dtors)) 93 94 KEEP (*crtbegin?.o(.dtors)) 94 95 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors)) 95 KEEP (*(SORT(.dtors*))) 96 KEEP (*(SORT(.dtors.*))) 97 KEEP (*(.dtors)) 96 98 97 99 _rodata_start = . ;
Note: See TracChangeset
for help on using the changeset viewer.