powerpc: Restore bootstrap for Darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 25 Jun 2020 07:56:23 +0000 (08:56 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 25 Jun 2020 13:15:00 +0000 (14:15 +0100)
commit8005a3e4e7a643ff78086081a3385775924fe828
tree08f7d8402850cadea9441e7b26f5f3151fc311a2
parentf530bac8a11da9c85bdd8e58d589747f9825e38d
powerpc: Restore bootstrap for Darwin.

Darwin has signed chars and the fields in the insn_data
struct are const char, which leads to the fail.

gcc/ChangeLog:

* config/rs6000/rs6000-call.c (mma_init_builtins): Cast
the insn_data n_operands value to unsigned.
gcc/config/rs6000/rs6000-call.c