* libc/sys/rtems/machine/_types.h: Add Microblaze.

This commit is contained in:
Corinna Vinschen 2012-05-10 06:59:58 +00:00
parent 3ef81a86fb
commit cc580eddd3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/sys/rtems/machine/_types.h: Add Microblaze.
2012-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),

View File

@ -13,7 +13,7 @@
* could be applied here.
*/
#if defined(__i386__) || defined(__m32r__) || defined(__h8300__) || defined(__arm__) || defined(__bfin__) || defined(__m68k__)
#if defined(__i386__) || defined(__m32r__) || defined(__h8300__) || defined(__arm__) || defined(__bfin__) || defined(__m68k__) || defined(__MICROBLAZE__)
#if defined(__H8300__)
typedef signed int _ssize_t;
#else