public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: "Joseph S. Myers" <joseph@codesourcery.com>
To: Richard Earnshaw <rearnsha@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	    "libc-ports@sourceware.org" <libc-ports@sourceware.org>,
	    Catalin Marinas <Catalin.Marinas@arm.com>
Subject: Re: [PATCH v2 0/10] Tilera (and Linux asm-generic) support for glibc
Date: Tue, 15 Nov 2011 17:45:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.1111151733430.7813@digraph.polyomino.org.uk> (raw)
In-Reply-To: <4EC29F55.9050906@arm.com>

On Tue, 15 Nov 2011, Richard Earnshaw wrote:

> The triplet we've been using internally is based on 'aarch64' as the
> first component; I see no reason why we shouldn't adopt that as the
> standard name, thus aarch64-none-linux-gnu would become the standard
> 'triplet' for Linux.  If I could rewrite history, I'd probably go back

That seems good to me.  (With the possibility of variants such as aarch64b 
to describe a toolchain that's configured to be big-endian by default.)

> and rename the existing ARM port to use aarch32; though obviously
> there's no chance of doing that now.

Just as renaming i386 to ia32 in target triplets wouldn't make sense 
either.

> The ISA is not public yet; some more details will be released in due
> course.  The ABI specs, however, are already downloadable from
> infocenter.arm.com in the usual place.

Thanks, I'll have a look at those.  I see IHI0055A_aapcs64.pdf, 
IHI0056A_aaelf64.pdf, IHI0057A_aadwarf64.pdf, IHI0059A_cppabi64.pdf - is 
it expected analogues to the other parts of the 32-bit ABI will be 
released when ready, or are they all included in those four documents?

> First you have to remember that there's no call-level interworking
> between the 32-bit and 64-bit states: you can only switch states at an
> exception level boundary.  Secondly, although the new ISA is 'ARM
> flavoured' it is very definitely different to the AArch32 (ie ARM and
> Thumb) and I don't expect there will be any attempt to create a new
> 'unified' syntax between the two: the number of cases where you could
> share assembly files is just too limited.

So substantially more different than x86 and x86_64, then (which in turn 
are substantially more different than 32-bit and 64-bit variants of MIPS, 
say, where assembly files really do get shared using macros to abstract 
the differences).

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2011-11-15 17:45 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-10  0:55 Chris Metcalf
2011-11-10  0:58 ` [PATCH v2 2/10] " Chris Metcalf
2011-11-15  0:32   ` Joseph S. Myers
2011-11-10  4:14 ` [PATCH v2 0/10] " Mike Frysinger
2011-11-10  4:27   ` Chris Metcalf
2011-11-11 18:10     ` Roland McGrath
2011-11-11 18:35       ` Carlos O'Donell
2011-11-11 19:07         ` Roland McGrath
2011-11-11 19:22           ` Carlos O'Donell
2011-11-10  4:36 ` [PATCH v2 1a/10] sysdeps/tile support Chris Metcalf
2011-11-15  0:00   ` Joseph S. Myers
2011-11-15 15:54     ` Joseph S. Myers
2011-11-15 18:14       ` Chris Metcalf
2011-11-20 17:06         ` Joseph S. Myers
2011-11-20 17:34           ` Chris Metcalf
2011-11-20 17:48             ` Joseph S. Myers
2011-11-21 14:14             ` Carlos O'Donell
2011-11-21 14:41               ` Chris Metcalf
2011-12-04  0:02           ` Chris Metcalf
2011-12-04  0:28             ` Chris Metcalf
2011-12-04  1:17               ` Joseph S. Myers
2011-12-04  4:13                 ` Christopher Faylor
2011-12-04  9:35                   ` Andreas Schwab
2011-12-04  0:47       ` Chris Metcalf
2011-12-04  1:17         ` Joseph S. Myers
     [not found] ` <201111100435.pAA4ZuEh008673@farm-0002.internal.tilera.com>
2011-11-10  5:21   ` [PATCH v2 1b/10] sysdeps/unix/sysv/linux/tile support Chris Metcalf
2011-11-15  0:06     ` Joseph S. Myers
2011-11-15  3:32       ` Chris Metcalf
2011-11-11 17:48 ` [PATCH v2 0/10] Tilera (and Linux asm-generic) support for glibc Ulrich Drepper
2011-11-11 21:02   ` Mike Frysinger
2011-11-11 21:33   ` Chris Metcalf
2011-11-11 21:42     ` Roland McGrath
2011-11-12  2:43       ` Arnd Bergmann
2011-11-12  3:16         ` Roland McGrath
2011-11-12 15:05         ` Joseph S. Myers
2011-11-14 22:17           ` Arnd Bergmann
2011-11-14 23:38             ` Joseph S. Myers
2011-11-15  5:38               ` Arnd Bergmann
2011-11-15 16:15                 ` Joseph S. Myers
2011-11-15 17:43                   ` Richard Earnshaw
2011-11-15 17:50                     ` Joseph S. Myers
2011-11-15 17:46                   ` Arnd Bergmann
2011-11-15 18:05                     ` Joseph S. Myers
2011-11-15 17:21                 ` Richard Earnshaw
2011-11-15 17:45                   ` Joseph S. Myers [this message]
2011-11-15 17:50                     ` Richard Earnshaw
2011-11-11 21:58     ` Chris Metcalf
2011-11-11 22:15       ` Roland McGrath

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=Pine.LNX.4.64.1111151733430.7813@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=Catalin.Marinas@arm.com \
    --cc=arnd@arndb.de \
    --cc=libc-ports@sourceware.org \
    --cc=rearnsha@arm.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).