]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
arm: change the type of a variable to bfd_reloc_code_real_type
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Thu, 31 Mar 2016 23:49:05 +0000 (19:49 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sun, 3 Apr 2016 23:15:39 +0000 (19:15 -0400)
commit2fe882148c2a8f8f604ad040dc07fcf1899a8aa3
tree046b5c145dbbf4789ee1cf76ff37f9d621cd47ab
parente1ec8109ab32b653c860193798bb13a779e867f5
arm: change the type of a variable to bfd_reloc_code_real_type

It is only ever assigned values in the enum, and it is passed to functions that
expect the argument's type to be the enum.

gas/ChangeLog:

2016-04-03  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-arm.c (do_t_branch): Change the type of reloc to
bfd_reloc_code_real_type.
gas/ChangeLog
gas/config/tc-arm.c