diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-03-31 19:49:05 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-04-03 19:15:39 -0400 |
commit | 2fe882148c2a8f8f604ad040dc07fcf1899a8aa3 (patch) | |
tree | 046b5c145dbbf4789ee1cf76ff37f9d621cd47ab /gas/ChangeLog | |
parent | e1ec8109ab32b653c860193798bb13a779e867f5 (diff) | |
download | gdb-2fe882148c2a8f8f604ad040dc07fcf1899a8aa3.zip gdb-2fe882148c2a8f8f604ad040dc07fcf1899a8aa3.tar.gz gdb-2fe882148c2a8f8f604ad040dc07fcf1899a8aa3.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d4886c0..4759033 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 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. + +2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/bfin-parse.y (current_inputline): Remove definition. * config/tc-bfin.c (md_assemble): Simplify use of current_inputline. |