From: Matthew Wilcox <willy@thepuffingroup.com>
To: parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] Trouble building CVS binutils
Date: Thu, 30 Dec 1999 14:18:47 -0500 [thread overview]
Message-ID: <19991230141847.W12629@thepuffingroup.com> (raw)
In-Reply-To: <19991230121655.T12629@thepuffingroup.com>; from Matthew Wilcox on Thu, Dec 30, 1999 at 12:16:55PM -0500
On Thu, Dec 30, 1999 at 12:16:55PM -0500, Matthew Wilcox wrote:
> Now back to finding out why nm no longer likes to work on vmlinux...
I'm closer...
in bfd/som.c, function setup_sections(), in the subspace_index loop, around
line 2025 here:
subspace_asect->alignment_power = log2 (subspace.alignment);
if (subspace_asect->alignment_power == -1)
goto error_return;
subspace.alignment is _0_ in one of the subspaces. HP's nm manages
just fine. GNU's bails, which actually seems pretty reasonable to me :-)
Two questions spring to mind:
Why is the linker producing a subspace with an alignment of 0?
What should BFD do when it encounters a file with such an alignment?
I shall continue investigating to see if I can find the answer to #1.
next prev parent reply other threads:[~1999-12-30 19:16 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 [this message]
1999-12-30 19:28 ` Jeffrey A Law
1999-12-30 20:49 ` Matthew Wilcox
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=19991230141847.W12629@thepuffingroup.com \
--to=willy@thepuffingroup.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