Changeset 3bb9c99 in mainline


Ignore:
Timestamp:
2005-12-06T18:41:39Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
795ff98
Parents:
34722ee
Message:

Fixed mips gxemul architecture.

Location:
arch/mips32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r34722ee r3bb9c99  
    6262        CFLAGS += -EB -DBIG_ENDIAN -DHAVE_FPU -march=r4600
    6363endif
    64 ifeq ($(MACHINE}),lgxemul)
     64ifeq ($(MACHINE),lgxemul)
    6565        BFD_NAME=elf32-tradlittlemips
    6666        BFD = ecoff-littlemips
  • arch/mips32/src/fpu_context.c

    r34722ee r3bb9c99  
    3131#include <arch.h>
    3232#include <arch/cp0.h>
     33#include <proc/thread.h>
    3334
    3435void fpu_disable(void)
Note: See TracChangeset for help on using the changeset viewer.