m68hc11: make some vars type bfd_reloc_code_real_type
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 14 May 2016 19:27:26 +0000 (15:27 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 16 May 2016 08:55:31 +0000 (04:55 -0400)
commite18382406ce321517210e0fdb6a8a0d417078fef
tree4c47be5e04eea400b26594f8128c8ee2422aa0b1
parent69a1c8561a541b00b483115eb80a260062a4bb8e
m68hc11: make some vars type bfd_reloc_code_real_type

These variables only hold values from the bfd_reloc_code_real_type enum, and
are passed to functions that expect the argument to be of type
bfd_reloc_code_real_type, so it seems to make sense that there type is
bfd_reloc_code_real_type rather than int.

gas/ChangeLog:

2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-m68hc11.c (fixup8): Change variables type from int to
bfd_reloc_code_real_type where appropriate.
(fixup16): Likewise.
(fixup8_xg): Likewise.
gas/ChangeLog
gas/config/tc-m68hc11.c