From: Mikael Pettersson <mikpe@csd.uu.se>
To: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org,
linux-usb-devel@lists.sourceforge.net, oliver@neukum.org
Subject: Re: need for packed attribute
Date: Thu, 12 Jan 2006 17:30:11 +0100 [thread overview]
Message-ID: <17350.33811.433595.750615@alkaid.it.uu.se> (raw)
In-Reply-To: <20060112134729.GB5700@flint.arm.linux.org.uk>
Russell King writes:
> > As fas as I can tell, the AAPCS document (v2.03 7th Oct 2005) requires
> > that a simple "struct foo { unsigned char c; };" should have both size
> > and alignment equal to 1, but gcc makes them both 4. Do you have any
> > information about why gcc is doing this on ARM/Linux? Is there an accurate
> > ABI document for ARM/Linux somewhere?
>
> That's the new EABI, which is a major change to the existing ABI which
> the kernel and all of userspace is currently built using.
>
> The old ABI has it's roots in 1993 when the kernel and userland was
> initially built using an ANSI C compiler, and the work being done to
> port GCC was to make it compliant with that version of the ABI. This
> ABI is documented only in dead-tree form.
>
> Due to lack of manpower on the Linux side (iow, more or less just me)
> this became the ABI of the early ARM Linux a.out toolchain. At that
> time, I did not consider this to be a problem - it wasn't a problem
> as far as the kernel was concerned.
>
> When ELF came along, other folk worked on the toolchain, but they stuck
> with that ABI - you could not transition between the a.out ABI to the
> ELF ABI without breaking the kernel - structure layouts would change.
>
> Hence, this is the existing ABI we have. Changing the padding or
> alignment of structures changes the kernel ABI, making it incompatible
> with current userland.
OK, thanks for this info. It means that GCC is the definitive authority
on calling conventions and data layouts, not the AAPCS; I wasn't aware of
that before.
(My interest in this issue comes from working on a port of a functional
programming language's JIT compiler and runtime system to XScale.)
/Mikael
next prev parent reply other threads:[~2006-01-12 16:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-12 12:27 Mikael Pettersson
2006-01-12 13:47 ` Russell King
2006-01-12 13:53 ` Russell King
2006-01-12 16:30 ` Mikael Pettersson [this message]
2006-01-12 16:46 ` Russell King
2006-01-12 17:22 ` [linux-usb-devel] " David Vrabel
2006-01-12 17:34 ` Russell King
2006-01-12 17:20 ` Pete Zaitcev
2006-01-12 17:26 ` Russell King
2006-01-12 17:36 ` Pete Zaitcev
2006-01-12 19:35 ` [linux-usb-devel] " David Brownell
-- strict thread matches above, loose matches on Subject: below --
2006-01-06 18:15 Oliver Neukum
2006-01-06 18:38 ` Russell King
2006-01-12 18:32 ` Benjamin LaHaise
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=17350.33811.433595.750615@alkaid.it.uu.se \
--to=mikpe@csd.uu.se \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=oliver@neukum.org \
--cc=rmk+lkml@arm.linux.org.uk \
/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
all inboxes | Powered by JetHome®