]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix m32r target specific fallout from recent int->bool changes
authorJeff Law <jeffreyalaw@gmail.com>
Fri, 2 Jul 2021 14:48:26 +0000 (10:48 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Fri, 2 Jul 2021 14:48:26 +0000 (10:48 -0400)
commitf6aa1c34e4a89c8c93518c49a108f3c43b78ea47
tree6811fb4516e8567984d32e07d5c5ea5860b3951e
parentef9cc434a476954b5ef3493955d4e668338990c2
Fix m32r target specific fallout from recent int->bool changes

gcc/ChangeLog

* config/m32r/m32r-protos.h (call_operand): Adjust return type.
(small_data_operand, memreg_operand, small_insn_p): Likewise.
* config/m32r/m32r.c (call_operand): Adjust return type.
(small_data_operand, memreg_operand): Likewise.
gcc/config/m32r/m32r-protos.h
gcc/config/m32r/m32r.c