[NDS32] Change wchar type to unsinged int.
gcc/ * config/nds32/nds32.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int type and 32-bit size. From-SVN: r258995
This commit is contained in:
parent
7be6ee78d6
commit
7f9833429c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-04-01 Chung-Ju Wu <jasonwucj@gmail.com>
|
||||
|
||||
* config/nds32/nds32.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int
|
||||
type and 32-bit size.
|
||||
|
||||
2018-04-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/85090
|
||||
|
|
|
@ -516,8 +516,8 @@ enum nds32_builtins
|
|||
|
||||
#define SIZE_TYPE "long unsigned int"
|
||||
#define PTRDIFF_TYPE "long int"
|
||||
#define WCHAR_TYPE "short unsigned int"
|
||||
#define WCHAR_TYPE_SIZE 16
|
||||
#define WCHAR_TYPE "unsigned int"
|
||||
#define WCHAR_TYPE_SIZE 32
|
||||
|
||||
|
||||
/* Register Usage. */
|
||||
|
|
Loading…
Add table
Reference in a new issue