forked from Imagelibrary/rtems
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/smc91111config.h: Use "__asm__" instead of "asm" for improved c99-compliance.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libchip/network/smc91111config.h:
|
||||||
|
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ typedef uint32_t CYG_WORD32;
|
|||||||
#define CYG_MACRO_START do {
|
#define CYG_MACRO_START do {
|
||||||
#define CYG_MACRO_END } while (0)
|
#define CYG_MACRO_END } while (0)
|
||||||
#define HAL_IO_BARRIER() \
|
#define HAL_IO_BARRIER() \
|
||||||
asm volatile ( "" : : : "memory" )
|
__asm__ volatile ( "" : : : "memory" )
|
||||||
|
|
||||||
#define HAL_READ_UINT8( _register_, _value_ ) \
|
#define HAL_READ_UINT8( _register_, _value_ ) \
|
||||||
CYG_MACRO_START \
|
CYG_MACRO_START \
|
||||||
|
|||||||
Reference in New Issue
Block a user