Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@thepuffingroup.com>
To: Jeffrey A Law <law@cygnus.com>
Cc: parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] Trouble building CVS binutils
Date: Thu, 30 Dec 1999 15:49:25 -0500	[thread overview]
Message-ID: <19991230154925.A12629@thepuffingroup.com> (raw)
In-Reply-To: <14902.946582128@upchuck>; from Jeffrey A Law on Thu, Dec 30, 1999 at 12:28:48PM -0700

On Thu, Dec 30, 1999 at 12:28:48PM -0700, Jeffrey A Law wrote:
> According to the SOM spec the subspace alignment must be greater than zero.
> Thus, this seems like a bug in the HP linker.

OK, it seems we were tripping it with the 2.3 kernel.  We had:

	.SPACE $CODE$
	.SUBSPA $TEXT$
(a function)
	.SUBSPA $DATA$
(some more functions)

Changing this to:
	.SPACE $CODE$
	.SUBSPA $DATA$
(a function)
(some more functions)

seems to work OK.

Thanks to prumpf for his help tracking this down.

      reply	other threads:[~1999-12-30 20:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-30 17:16 [parisc-linux] Trouble building CVS binutils Matthew Wilcox
1999-12-30 17:16 ` Jeffrey A Law
1999-12-30 17:22   ` Matthew Wilcox
1999-12-30 17:42     ` Jeffrey A Law
1999-12-30 19:18 ` Matthew Wilcox
1999-12-30 19:28   ` Jeffrey A Law
1999-12-30 20:49     ` Matthew Wilcox [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=19991230154925.A12629@thepuffingroup.com \
    --to=willy@thepuffingroup.com \
    --cc=law@cygnus.com \
    --cc=parisc-linux@thepuffingroup.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