forked from Imagelibrary/rtems
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems.c: Adaptation to gcc-3.0.x.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* rtems.c: Adaptation to gcc-3.0.x.
|
||||||
|
|
||||||
2001-04-03 Joel Sherrill <joel@OARcorp.com>
|
2001-04-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
|
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
|
||||||
|
|||||||
@@ -59,12 +59,12 @@ extern void* _Entry_points[] ;
|
|||||||
void __RTEMS()
|
void __RTEMS()
|
||||||
{
|
{
|
||||||
asm volatile (
|
asm volatile (
|
||||||
".global _RTEMS
|
".global _RTEMS\n"
|
||||||
_RTEMS:" );
|
"_RTEMS:" );
|
||||||
|
|
||||||
asm volatile (
|
asm volatile (
|
||||||
"jmp %0
|
" jmp %0\n"
|
||||||
rts
|
" rts\n"
|
||||||
nop"
|
" nop\n"
|
||||||
:: "m" (_Entry_points) );
|
:: "m" (_Entry_points) );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* rtems.c: Adaptation to gcc-3.0.x.
|
||||||
|
|
||||||
2001-04-03 Joel Sherrill <joel@OARcorp.com>
|
2001-04-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
|
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
|
||||||
|
|||||||
Reference in New Issue
Block a user