public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Russell Keith-Magee <russell@keith-magee.com>
Cc: libffi-discuss@sourceware.org
Subject: Re: Questions about the libffi development process
Date: Fri, 24 Apr 2015 16:29:00 -0000	[thread overview]
Message-ID: <553A6F4A.9040409@redhat.com> (raw)
In-Reply-To: <CAJxq84-PgKOCuZTJZLLh0_VYtu9gch5Zar0qWtooKUzkALCh_Q@mail.gmail.com>

On 04/23/2015 03:49 PM, Russell Keith-Magee wrote:
> None at all? There's no release candidate process? No release testing
> procedures?

I Anthony will have to answer that.

> libtool: compile:  xcrun -sdk iphoneos clang -arch armv7
> -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I.
> -I../include -Iinclude -I../src -miphoneos-version-min=7.0 -MT
> src/arm/sysv.lo -MD -MP -MF src/arm/.deps/sysv.Tpo -c
> ../src/arm/sysv.S  -fno-common -DPIC -o src/arm/.libs/sysv.o
> ../src/arm/sysv.S:111:2: error: .arch directive not valid for Mach-O
>  .arch armv5t

Any chance you know what is the base architecture for iOS on ARM?

> ../src/arm/sysv.S:128:8: error: invalid operand for instruction
>  ldcle p11, cr0, [r0] @ vldrle d0, [sp]
>        ^

Try replacing these with the comment (text after @) and see if it assembles.

The generic "coprocessor load" instructions are used instead of the more
specific vfp load instructions in order to support armv7hf at run-time while
not requiring more than arm5t at compile-time.  Something that makes sense for
ELF, but I guess not for iOS.


r~

  reply	other threads:[~2015-04-24 16:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18  6:29 Russell Keith-Magee
2015-04-21 18:11 ` Richard Henderson
2015-04-23  8:25   ` Russell Keith-Magee
2015-04-23 19:13     ` Richard Henderson
2015-04-24  1:49       ` Russell Keith-Magee
2015-04-24 16:29         ` Richard Henderson [this message]
2015-04-25 11:15           ` Russell Keith-Magee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=553A6F4A.9040409@redhat.com \
    --to=rth@redhat.com \
    --cc=libffi-discuss@sourceware.org \
    --cc=russell@keith-magee.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).