Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.2.1 fails to build with clang 3.5.0 on arm #162

Closed
seanbruno opened this issue Jan 1, 2015 · 2 comments
Closed

3.2.1 fails to build with clang 3.5.0 on arm #162

seanbruno opened this issue Jan 1, 2015 · 2 comments

Comments

@seanbruno
Copy link

FreeBSD just switched to clang 3.5.0 (happy new year!).

We found that 3.2.1 still has a reference to stmeqia in arm/sysv.S

Can we get a 3.2.2 that applies this change?

--- src/arm/sysv.S.orig 2015-01-01 00:27:53.000000000 +0000
+++ src/arm/sysv.S 2015-01-01 00:29:27.000000000 +0000
@@ -396,7 +396,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

@koobs
Copy link

koobs commented Jan 1, 2015

@seanbruno Maybe a pull request instead? Githubs inline diff renderer breaks things :)

@tromey
Copy link
Member

tromey commented May 17, 2016

Duplicate of #191

@tromey tromey closed this as completed May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants