9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Skip Tavakkolian" <fst@centurytel.net>
To: 9fans@cse.psu.edu
Subject: [9fans] problems with 8l
Date: Mon, 12 Aug 2002 07:19:52 -0400	[thread overview]
Message-ID: <1d6cda82e2cac17dd293a6dce0bf06ff@centurytel.net> (raw)

I suspect that I have a bad copy of 8l. I was having random link errors when
trying to link 'i', so I tried this simple program, and it exhibits the same problems.
Note the random nature of the error output.

term% cat foo.c
#include	<u.h>
#include	<libc.h>

main(int ac, char **av)
{
	int i;

	for (i = 0; i < ac; i++) {
		print("arg %d = %s\n", i, *(av+1));
	}
	exits(0);
}
term% 8c foo.c
term% 8l foo.8
_rfmtpad: doasm: notfound (932)	JGE	AX,DX

_rfmtpad: doasm: notfound (932)	JGE	AX,DX

_rfmtpad: doasm: notfound (932)	JGE	AX,DX

term% 8l foo.8
_ifmt: doasm: notfound (1141)	JGE	f+168(FP),CX

_ifmt: doasm: notfound (1141)	JGE	f+168(FP),CX

_ifmt: doasm: notfound (1141)	JGE	f+168(FP),CX

term% 8l foo.8
_rfmtpad: doasm: notfound (932)	JGE	AX,DX

_rfmtpad: doasm: notfound (932)	JGE	AX,DX

_rfmtpad: doasm: notfound (932)	JGE	AX,DX

term% sum /bin/8l
643dda0a 107261 /bin/8l
term%



             reply	other threads:[~2002-08-12 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-12 11:19 Skip Tavakkolian [this message]
2002-08-12 12:04 Skip Tavakkolian
2002-08-12 15:02 C H Forsyth

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=1d6cda82e2cac17dd293a6dce0bf06ff@centurytel.net \
    --to=fst@centurytel.net \
    --cc=9fans@cse.psu.edu \
    /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).