diff options
author | Tom Tromey <tromey@adacore.com> | 2020-02-19 12:18:09 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-02-19 12:18:09 -0700 |
commit | dfdeeca1cc6b785243a243d190872789417dda19 (patch) | |
tree | 8f1b30746d538391048bd6b649a2b6abcd3ce9e7 /gdb/rust-lang.c | |
parent | 2ef5453be5e06566f60edcba7700503259c29b47 (diff) | |
download | binutils-dfdeeca1cc6b785243a243d190872789417dda19.zip binutils-dfdeeca1cc6b785243a243d190872789417dda19.tar.gz binutils-dfdeeca1cc6b785243a243d190872789417dda19.tar.bz2 |
Fix declaration of mips_pc_is_mips
A build where CORE_ADDR is not the same as bfd_vma pointed out that
mips_pc_is_mips is declared using bfd_vma as the parameter type, but
defined using CORE_ADDR. This patch fixes the declaration.
gdb/ChangeLog
2020-02-19 Tom Tromey <tromey@adacore.com>
* mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
Diffstat (limited to 'gdb/rust-lang.c')
0 files changed, 0 insertions, 0 deletions