libgloss/epiphany: Fix move instruction in crt0.S
This patch relates to bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=30212
This commit is contained in:
parent
93f70d7849
commit
59de816715
|
@ -121,7 +121,7 @@ _external_start:
|
||||||
#error "not implemented"
|
#error "not implemented"
|
||||||
#else /* !__STRUCT_ALIGN_64__ */
|
#else /* !__STRUCT_ALIGN_64__ */
|
||||||
str r1, [r2, 0] ; __atexit = &__atexit0
|
str r1, [r2, 0] ; __atexit = &__atexit0
|
||||||
movr r0, 1
|
mov r0, 1
|
||||||
str r0, [r1, 4] ; __atexit0._ind = 1
|
str r0, [r1, 4] ; __atexit0._ind = 1
|
||||||
mov r0,%low(fini)
|
mov r0,%low(fini)
|
||||||
movt r0,%high(fini)
|
movt r0,%high(fini)
|
||||||
|
|
Loading…
Reference in New Issue