FreeBSD Bugzilla – Attachment 151167 Details for
Bug 196408
devel/libffi: Broken on arm with latest clang-3.5 import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
s/stmeqia/stmiaeq/ for arm
patch-src_arm_sysv.S (text/plain), 566 bytes, created by
Sean Bruno
on 2015-01-01 00:14:44 UTC
(
hide
)
Description:
s/stmeqia/stmiaeq/ for arm
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-01-01 00:14:44 UTC
Size:
566 bytes
patch
obsolete
>--- src/arm/sysv.S.orig 2014-12-31 23:56:52.000000000 +0000 >+++ src/arm/sysv.S 2015-01-01 00:09:50.000000000 +0000 >@@ -228,7 +228,7 @@ ARM_FUNC_START ffi_call_SYSV > #if defined(__SOFTFP__) || defined(__ARM_EABI__) > cmpne r3, #FFI_TYPE_DOUBLE > #endif >- stmeqia r2, {r0, r1} >+ stmiaeq r2, {r0, r1} > > #if !defined(__SOFTFP__) && !defined(__ARM_EABI__) > beq LSYM(Lepilogue) >@@ -410,7 +410,7 @@ LSYM(Lbase_args): > beq LSYM(Lepilogue_vfp) > > cmp r3, #FFI_TYPE_SINT64 >- stmeqia r2, {r0, r1} >+ stmiaeq r2, {r0, r1} > beq LSYM(Lepilogue_vfp) > > cmp r3, #FFI_TYPE_FLOAT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196408
:
151167
|
151168
|
151169
|
151187
|
151199