forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>. * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
|
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
.seg "text"
|
.seg "text"
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include "syscall.h"
|
#include "syscall.h"
|
||||||
|
|
||||||
.seg "text"
|
.seg "text"
|
||||||
|
|||||||
Reference in New Issue
Block a user