Changeset d246e7e in mainline


Ignore:
Timestamp:
2005-09-07T09:54:53Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
178ec7b
Parents:
909c6e3
Message:

Make AMD64 gencontext.c consistent with MIPS gencontext.c

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/context.S

    r909c6e3 rd246e7e  
    3232.global context_restore
    3333
    34 #include "context_offset.h"
     34#include <arch/context_offset.h>
    3535
    3636## Save current CPU context
  • src/clean.amd64

    r909c6e3 rd246e7e  
    55
    66find ../arch/amd64 -type l | xargs rm
    7 rm ../arch/amd64/src/context_offset.h
     7rm ../arch/amd64/include/context_offset.h
    88rm ../arch/amd64/_link.ld
    99rm ../tools/amd64/gencontext
  • tools/amd64/gencontext.c

    r909c6e3 rd246e7e  
    88#include "../../arch/amd64/include/context.h"
    99
    10 #define FILENAME "../../arch/amd64/src/context_offset.h"
     10#define FILENAME "../../arch/amd64/include/context_offset.h"
    1111
    1212int main(void)
Note: See TracChangeset for help on using the changeset viewer.