forked from Imagelibrary/rtems
bsps/bfin: Fix bsp_specs
This commit is contained in:
@@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s -e __start}}
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|||||||
@@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s -e __start}}
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|||||||
@@ -11,17 +11,6 @@
|
|||||||
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
.section .init
|
|
||||||
.globl __init
|
|
||||||
.type __init,@function
|
|
||||||
__init:
|
|
||||||
.section .fini
|
|
||||||
.globl __fini
|
|
||||||
.type __fini,@function
|
|
||||||
__fini:
|
|
||||||
|
|
||||||
|
|
||||||
.section .start
|
.section .start
|
||||||
.align 4
|
.align 4
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s -e __start}}
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|||||||
@@ -10,17 +10,6 @@
|
|||||||
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
.section .init
|
|
||||||
.globl __init
|
|
||||||
.type __init,@function
|
|
||||||
__init:
|
|
||||||
.section .fini
|
|
||||||
.globl __fini
|
|
||||||
.type __fini,@function
|
|
||||||
__fini:
|
|
||||||
|
|
||||||
|
|
||||||
#if (BFIN_ON_SKYEYE)
|
#if (BFIN_ON_SKYEYE)
|
||||||
.section .init
|
.section .init
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user