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:
Joel Sherrill
2006-10-24 20:25:23 +00:00
parent c959c32bdb
commit f6f793329c
2 changed files with 13 additions and 0 deletions

View File

@@ -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,

View File

@@ -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