commit | 79fb3b7cccf3fe005585edd596128e2d7316301e | [log] [tgz] |
---|---|---|
author | Watson Zeng <zhiwei@synopsys.com> | Thu Apr 29 17:35:28 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 25 12:55:48 2021 -0500 |
tree | 7657a920cdc4a30a39fd31ee9300729ecd005da7 | |
parent | 01565fa17d8db170fdbbe348760c0b950179b344 [diff] |
libc: minimal: mwdt: define __INT*_C() and __UINT*_C() Our minimal C library makes an alias of UINT*_C() to be __UINT*_C() and INT*_C() to __INT*_C(). However, in mwdt, these are not defined by default, so define them ourselves. We have similar fix for xcc: #31962 Signed-off-by: Watson Zeng <zhiwei@synopsys.com>