]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix xstormy16 target specific fallout from recent int->bool changes
authorJeff Law <jeffreyalaw@gmail.com>
Fri, 2 Jul 2021 14:31:31 +0000 (10:31 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Fri, 2 Jul 2021 14:35:26 +0000 (10:35 -0400)
commita6fef2e1b6d7e8cea0c0489496cc8f96391200c6
treeb8257eeb49728c4f4d83043b17179e9875e8a0b1
parent4546f423ecff96f223adfbec4963d2ff17f27c7b
Fix xstormy16 target specific fallout from recent int->bool changes

gcc/
* config/stormy16/stormy16-protos.h (xstormy16_below_100_symbol): Change
return type to a bool.
(nonimmediate_nonstack_operand): Likewise.
(xstormy16_splittable_below100_operand): Likewise.
* config/stormy16/stormy16.c (xstormy16_below_100_symbol): Fix
return type.
(xstormy16_splittable_below100_operand): Likewise.
gcc/config/stormy16/stormy16-protos.h
gcc/config/stormy16/stormy16.c