summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/wchar.h
AgeCommit message (Collapse)AuthorLines
2013-04-04eliminate bits/wchar.hRich Felker-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.
2012-09-29microblaze portRich Felker-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.