[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Many syntax errors in op.h
|
From: |
Johannes Schindelin |
|
Subject: |
Re: [Qemu-devel] Many syntax errors in op.h |
|
Date: |
Tue, 15 Nov 2005 18:17:39 +0100 (CET) |
Hi,
On Tue, 15 Nov 2005, Dave Feustel wrote:
> *(uint32_t *)(gen_code_ptr + 210) = (long)(&) + 14;
This is usually a problem with dyngen extracting meaningless relocations
from the object file.
It happened to me when I was working on the MIPS (host) support, and a lot
of these relocations were relative to some global offset table (GOT). The
names were missing, and I got lines like these.
Hth,
Dscho