9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: lucio@proxima.alt.za, 9fans@9fans.net
Subject: Re: [9fans] MIPS toolchain failure
Date: Wed, 13 May 2009 16:12:36 -0400	[thread overview]
Message-ID: <c6bfbb95661f15a649a6140016904e6a@coraid.com> (raw)
In-Reply-To: <a980539c35390761d91b544333168728@proxima.alt.za>

On Wed May 13 16:00:35 EDT 2009, lucio@proxima.alt.za wrote:
> This is on a conventional 386 system.  Compiling the linker (vl)
> failed.  It could be caused by local changes, but I can't see how.
> Can anyone confirm?
>

vc is able to compile vl here.  unless your source is different,
i don't see how you could fail there.  here's my source

>		switch(p->as) {
		default:
			r2 = rega();
			r->link = r2;
			r2->link = r1;

			r2->prog = p;
			r2->p1 = r;
			r->s1 = r2;
			r2->s1 = r1;
			r1->p1 = r2;

			r = r2;
			t++;

		case ADATA:
		case AGLOBL:
		case ANAME:
		case ASIGNAME:
>>			p = p->link;

i would think since p is not changed between the switch
and the reassignment of p, it must be that p is nil
at the switch statement, and therefore i would expect
the crash to be at > and not at >>.

- erik



      reply	other threads:[~2009-05-13 20:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-13 13:06 lucio
2009-05-13 20:12 ` erik quanstrom [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=c6bfbb95661f15a649a6140016904e6a@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@9fans.net \
    --cc=lucio@proxima.alt.za \
    /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 NNTP newsgroup(s).