config/mips/trampolines.c on SGI

Tim Wilkinson tim at transvirtual.com
Fri Oct 29 14:18:39 PDT 1999


The MIPS works for Linux/MIPS and I also know someone who is using it on
an SGI machine - but perhaps he uses the GNU as to avoid the problems
you're having (I don't know - I'll ask him).

Cheers
Tim

Godmar Back wrote:

> 
> However, the following compiles for me:
> 
>         .ent mips_do_fixup_tramp
> .data
> .extern soft_fixup_trampoline
> l1:
>         .word soft_fixup_trampoline
> .text
> .align 4
> mips_do_fixup_tramp:
>         lw $25, l1
>         lw $25, 0($25)
>         jalr $25
>         .end mips_do_fixup_tramp
> 
> This may work.
> Tim or Peter would know better.  Tim did the MIPS port, AFAIK.
> 
>         - Godmar

--
  Tim Wilkinson                         Tel:     +1 510 704 1660
  Transvirtual Technologies, Inc.,      Fax:     +1 510 704 1893
  Berkeley, CA, USA.                    Email:   tim at transvirtual.com


More information about the kaffe mailing list