]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-hppa.c
Add some missing casts to suppress implicit cast warnings
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 26 Oct 2019 20:48:59 +0000 (16:48 -0400)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 26 Oct 2019 20:48:59 +0000 (16:48 -0400)
commitf612a98f9fbcf7058bde36a3c19654c2a71a541c
treeca2a5cfed596b70139a96de4b3b331492b65e377
parent6f69abb0498286297936a178ba81c7e445aa4437
Add some missing casts to suppress implicit cast warnings

PR gas/25121
* config/tc-hppa.c (tc_gen_reloc): Cast some enums to int.
(md_assemble): Likewise.
gas/ChangeLog
gas/config/tc-hppa.c