Changeset 60780c5 in mainline for tools/mips32/gencontext.c


Ignore:
Timestamp:
2005-09-12T13:48:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b50135
Parents:
e75cf11
Message:

Rename mips port to mips32.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • tools/mips32/gencontext.c

    re75cf11 r60780c5  
    55typedef __u32 pri_t;
    66
    7 #define __mips_TYPES_H_
    8 #include "../../arch/mips/include/context.h"
    9 #include "../../arch/mips/include/exception.h"
     7#define __mips32_TYPES_H__
     8#include "../../arch/mips32/include/context.h"
     9#include "../../arch/mips32/include/exception.h"
    1010
    11 #define FILENAME "../../arch/mips/include/context_offset.h"
     11#define FILENAME "../../arch/mips32/include/context_offset.h"
    1212
    1313int main(void)
Note: See TracChangeset for help on using the changeset viewer.