mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* libc/sys/rtems/machine/_types.h: Add Microblaze.
This commit is contained in:
parent
3ef81a86fb
commit
cc580eddd3
@ -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>
|
2012-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),
|
* libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* could be applied here.
|
* 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__)
|
#if defined(__H8300__)
|
||||||
typedef signed int _ssize_t;
|
typedef signed int _ssize_t;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user