public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: "Edward, Yan-Chi, Lin" <yanchi@oak.com.tw>
Cc: Ecos-Discuss <ecos-discuss@sourceware.cygnus.com>
Subject: Re: [ECOS] How do I get __ARMEB__ defined ?
Date: Mon, 11 Dec 2000 13:36:00 -0000	[thread overview]
Message-ID: <3A3548A2.9D5531CC@redhat.com> (raw)
In-Reply-To: <NDBBIJMAFMCKGDEBEFICCENHFAAA.yanchi@oak.com.tw>

"Edward,Yan-Chi,Lin" wrote:
> 
> Hi
> 
> I have a bigendian ARM cpu now, but I don't know how do I get __ARMEB__ defined ?

It's defined by the compiler when it is invoked with -EB (for big-endian).

> Also could someone explain what does the macro in hal_io.h for big endian means ?
> Why ^3 ?

Because the change of endian-ness means that for the code to read the same
byte when given the same address irrespective of endianness, then the last
two bits of the address need fiddling to compensate for the endianness
change.

e.g. if asking for the lowest significant byte, the address supplied would
end in 00, but for this macro to return the correct byte in big-endian
mode, it has to read 11. Similarly 01->10 and 11->00, so the operation is a
bitwise XOR.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

  reply	other threads:[~2000-12-11 13:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-10 19:23 Edward, Yan-Chi, Lin
2000-12-11 13:36 ` Jonathan Larmour [this message]
     [not found] <NDBBIJMAFMCKGDEBEFICCEOCFAAA.yanchi@oak.com.tw>
2000-12-13  9:07 ` Jonathan Larmour

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=3A3548A2.9D5531CC@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=yanchi@oak.com.tw \
    /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).