Re: [Gems-users] Magic Instructions


Date: Tue, 19 Sep 2006 07:50:38 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Magic Instructions
That sounds like a terrible problem! I'm glad you finally got it solved, and thanks for posting the solution.
Regards,
Dan

Daniele Bordes wrote:
Hi all!  Finally I have solved the problem by compiling the code
containing MAGIC_BREAKPOINT with the option -S and modifying MANUALLY
the assembly code generated, that is inserting MANUALLY into it the
instruction "sethi 0x40000, %g0". The problem was that gcc 4.01
doesn't insert correctly the instruction "sethi 0x40000, %g0" in the
assembly, not even bypassing magic_instruction.h and inserting
directly the asm("sethi 0x40000, %g0") directive in the C source code.
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


[← Prev in Thread] Current Thread [Next in Thread→]