Changeset ef26454 in rtems
- Timestamp:
- Apr 29, 2014, 6:43:04 AM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 0b344f34
- Parents:
- 99be750
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/29/14 06:43:04)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/29/14 07:50:25)
- Location:
- c/src/lib/libbsp/bfin
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
r99be750 ref26454 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s -e __start}}7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}} 8 8 9 9 *link: 10 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 11 12 *endfile: 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } -
c/src/lib/libbsp/bfin/bf537Stamp/bsp_specs
r99be750 ref26454 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s -e __start}}7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}} 8 8 9 9 *link: 10 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 11 12 *endfile: 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } -
c/src/lib/libbsp/bfin/bf537Stamp/start/start.S
r99be750 ref26454 11 11 #define HI(con32) (((con32) >> 16) & 0xFFFF) 12 12 #endif 13 14 15 .section .init16 .globl __init17 .type __init,@function18 __init:19 .section .fini20 .globl __fini21 .type __fini,@function22 __fini:23 24 13 25 14 .section .start -
c/src/lib/libbsp/bfin/eZKit533/bsp_specs
r99be750 ref26454 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s -e __start}}7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}} 8 8 9 9 *link: 10 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 11 12 *endfile: 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } -
c/src/lib/libbsp/bfin/shared/start/start.S
r99be750 ref26454 10 10 #define HI(con32) (((con32) >> 16) & 0xFFFF) 11 11 #endif 12 13 14 .section .init15 .globl __init16 .type __init,@function17 __init:18 .section .fini19 .globl __fini20 .type __fini,@function21 __fini:22 23 12 24 13 #if (BFIN_ON_SKYEYE)
Note: See TracChangeset
for help on using the changeset viewer.