public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@caip.rutgers.edu>
To: joel@merlin.gcs.redstone.army.mil
Cc: gas2@cygnus.com
Subject: Re: Maximum Alignment Restrictions
Date: Thu, 11 Jan 1996 11:37:00 -0000	[thread overview]
Message-ID: <199601111934.OAA23553@huahaga.rutgers.edu> (raw)
In-Reply-To: <Pine.SV4.3.91.960111113044.4093B-100000@merlin>

   Date: Thu, 11 Jan 1996 11:32:55 -0600 (CST)
   From: Joel Sherrill <joel@merlin.gcs.redstone.army.mil>

   What is the rationale for the maximum alignment supported on a particular 
   CPU family?  

   My current problem is that the SPARC trap table must be on a 4K boundary
   but that appears to be too large. 

Note that many of these restrictions eminate from the
linkers/assemblers which gcc has to interface with.

As for your trap table alignment problem, I have no problem getting
mine properly aligned in my kernels at all.  I know where I am going
to fix the text start address in the final link, so I know where the
text segment will be in the first object file I feed to the linker.
So this is where I place the trap table etc... this is what all Sparc
OS's do btw, check out netbsd/openbsd or Sparc Linux for example.  It
is not really a problem.

Later,
David S. Miller
davem@caip.rutgers.edu


      parent reply	other threads:[~1996-01-11 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-11  9:41 Joel Sherrill
1996-01-11 11:22 ` Ian Lance Taylor
1996-01-11 11:37 ` David S. Miller [this message]

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=199601111934.OAA23553@huahaga.rutgers.edu \
    --to=davem@caip.rutgers.edu \
    --cc=gas2@cygnus.com \
    --cc=joel@merlin.gcs.redstone.army.mil \
    /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).