pdp11: Fix signednedd warnings, remove "register" keywords
authorJan-Benedict Glaw <jbglaw@getslash.de>
Tue, 29 Jun 2021 07:23:07 +0000 (09:23 +0200)
committerJan-Benedict Glaw <jbglaw@getslash.de>
Tue, 29 Jun 2021 07:26:56 +0000 (09:26 +0200)
commitdc6866b033b1b85f690bf32c0dae7d787cbf58f0
treeef5ca0a7472a65fae6431272411d342c978f205c
parent095a01cf6e3883b3083cf339b680cdb39910f529
pdp11: Fix signednedd warnings, remove "register" keywords

gcc/ChangeLog:
* config/pdp11/pdp11.h (ASM_OUTPUT_SKIP): Fix signedness warning.
* config/pdp11/pdp11.c (pdp11_asm_print_operand_punct_valid_p): Remove
"register" keyword.
(pdp11_initial_elimination_offset) Remove unused variable.
(pdp11_cmp_length) Ditto.
(pdp11_insn_cost): Ditto, and fix signedness warning.
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.h