diff options
author | Roy.Li <rongqing.li@windriver.com> | 2012-07-10 17:27:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:54 +0100 |
commit | 6c401a907c16401b524cc7fb21b345eece5fead0 (patch) | |
tree | cec4ad2f4a1e1a99fc800478aa0ca54172a93662 /meta-hob | |
parent | e72157e71c7e3a823d83253f68a9af881e2ab2a0 (diff) | |
download | poky-6c401a907c16401b524cc7fb21b345eece5fead0.tar.gz |
slang: change char type to signed char in macros
Fix [YOCTO 2726]
C language has 3 distinct char types:
char
unsigned char
signed char
A char has the same range of values as signed char on X86,
but same as unsigned char on ARM which made Slang's typecast()
and array_sort() unable to work for char value on ARM, since
Slang is assuming "char" as "signed char".
Now we change "char" as "signed char" explicitly in
util/mkslarith2.sl, and use it to regenerate src/slarith2.inc
(From OE-Core rev: 0a1d842e2db63265a6a6708b1101e1f52f223fc9)
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob')
0 files changed, 0 insertions, 0 deletions