about summary refs log tree commit diff
path: root/arch/microblaze/bits/wchar.h
Commit message (Collapse)AuthorAgeFilesLines
* eliminate bits/wchar.hRich Felker2013-04-041-4/+0
| | | | | | | the preprocessor can reliably determine the signedness of wchar_t. L'\0' is used for 0 in the expressions so that, if the underlying type of wchar_t is long rather than int, the promoted type of the expression will match the type of wchar_t.
* microblaze portRich Felker2012-09-291-0/+4
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.