caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: John Carr <jfc@MIT.EDU>
To: Bernd Kuhls <mail@informatik.uni-oldenburg.de>
Cc: caml-list@yquem.inria.fr
Subject: Re: 64 bit SPARC code generator updated for ocaml 3.08.3
Date: Wed, 13 Apr 2005 11:38:28 -0400	[thread overview]
Message-ID: <200504131538.j3DFcSNO028497@department-of-alchemy.mit.edu> (raw)
In-Reply-To: Your message of "Wed, 13 Apr 2005 17:22:48 +0200." <425D3948.5090004@informatik.uni-oldenburg.de>


> I tried to compile Ocaml 3.08.3 with your patches but I get this error:
> sparc-sparc64.S:190: Error: Illegal operands

The GNU assembler does not support the form of the "wr" pseudo-op
used in sparc-sparc64.S.  Change line 190 from
        wr	%g1, %fprs	! say we do not need the registers preserved
to
        wr	%g1, 0, %fprs	! say we do not need the registers preserved


My gcc uses the Solaris assembler so I did not notice this problem.


       reply	other threads:[~2005-04-13 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <425D3948.5090004@informatik.uni-oldenburg.de>
2005-04-13 15:38 ` John Carr [this message]
2005-04-09 18:59 John Carr

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=200504131538.j3DFcSNO028497@department-of-alchemy.mit.edu \
    --to=jfc@mit.edu \
    --cc=caml-list@yquem.inria.fr \
    --cc=mail@informatik.uni-oldenburg.de \
    /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).