qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bob Deblier <bob.deblier@telenet.be>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Linux x86_64 host
Date: Thu, 07 Oct 2004 17:25:24 +0200	[thread overview]
Message-ID: <1097162724.2833.31.camel@orion> (raw)
In-Reply-To: <Pine.LNX.4.58.0410071700030.29330@wgmdd8.biozentrum.uni-wuerzburg.de>

On Thu, 2004-10-07 at 17:07, Johannes Schindelin wrote:
> This is probably a symbol which starts with ".".

Correct.

> Reading the current CVS of dyngen.c, in line 1529 of dyngen.c, there
> is a "#if defines(HOST_SPARC)" and after that code which should fix
> exactly that error.

My code tree is up-to-date, so that line apparently doesn't cure all.
I've manually verified that file and it contains those lines.

I've tried changing it to #if defined(HOST_AMD64) ||
defined(HOST_SPARC), but that gives another error. 

> If the current CVS version does not resolve your compilation error, please
> send the offending lines of your op.h (with 10 lines before and after).
> 
> Ciao,
> Dscho

Lines from sparc_user/op.h

case INDEX_op_flush_T0: {
    extern void op_flush_T0();
extern char helper_flush;
    memcpy(gen_code_ptr, (void *)((char *)&op_flush_T0+0), 15);
    *(uint32_t *)(gen_code_ptr + 7) = (long)(&helper_flush) -
(long)(gen_code_ptr + 7) + -4;
    gen_code_ptr += 15;
}
break;
                                                                                                                                             
case INDEX_op_fnegs: {
    extern void op_fnegs();
extern char .LC0;
    memcpy(gen_code_ptr, (void *)((char *)&op_fnegs+0), 31);
    *(uint32_t *)(gen_code_ptr + 10) = (long)(&.LC0) -
(long)(gen_code_ptr + 10) + -4;
    gen_code_ptr += 31;
}
break;
                                                                                                                                             
case INDEX_op_fabss: {
    extern void op_fabss();
extern char do_fabss;
    memcpy(gen_code_ptr, (void *)((char *)&op_fabss+0), 13);
    *(uint32_t *)(gen_code_ptr + 5) = (long)(&do_fabss) -
(long)(gen_code_ptr + 5) + -4;
    gen_code_ptr += 13;
}
break;


At your disposal for further testing,

Bob Deblier

  reply	other threads:[~2004-10-07 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-07 13:42 [Qemu-devel] Linux x86_64 host Bob Deblier
2004-10-07 15:07 ` Johannes Schindelin
2004-10-07 15:25   ` Bob Deblier [this message]
2004-10-07 16:16     ` Johannes Schindelin
2004-10-07 18:37       ` Bob Deblier

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=1097162724.2833.31.camel@orion \
    --to=bob.deblier@telenet.be \
    --cc=qemu-devel@nongnu.org \
    /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).