forked from Imagelibrary/rtems
2006-10-24 Joel Sherrill <joel@OARcorp.com>
* shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
|
||||
|
||||
2006-10-24 Alain Schaefer <alani@easc.ch>
|
||||
|
||||
* configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h,
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
|
||||
|
||||
#include <rtems/bfin/bfin.h>
|
||||
|
||||
#ifndef LO
|
||||
#define LO(con32) ((con32) & 0xFFFF)
|
||||
#endif
|
||||
#ifndef HI
|
||||
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
||||
#endif
|
||||
|
||||
|
||||
.section .init
|
||||
.globl __init
|
||||
.type __init,@function
|
||||
|
||||
Reference in New Issue
Block a user