diff options
author | Tom Tromey <tom@tromey.com> | 2020-03-12 13:32:15 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-03-12 13:32:15 -0600 |
commit | 227031b2bf03e7735601845d6c420995740c8fca (patch) | |
tree | cabf17a4ffd16062ae47555ccb46c3bba69d4984 /gdbserver/linux-m32r-low.cc | |
parent | 53807e9f3d83bc0f67b9b9471cc60fb37182e5ab (diff) | |
download | gdb-227031b2bf03e7735601845d6c420995740c8fca.zip gdb-227031b2bf03e7735601845d6c420995740c8fca.tar.gz gdb-227031b2bf03e7735601845d6c420995740c8fca.tar.bz2 |
Cast to bfd_vma in arm-tdep.c
Some arm-tdep.c data structures use a bfd_vma. A couple of spots will
warn about an implicit narrowing cast when building a gdb where
CORE_ADDR is 64-bit but bfd_vma is 32-bit.
This patch silences these warnings by changing the types in question
to CORE_ADDR.
gdb/ChangeLog
2020-03-12 Tom Tromey <tom@tromey.com>
* arm-tdep.c (struct arm_mapping_symbol) <value>: Now a
CORE_ADDR.
(struct arm_exidx_entry) <addr>: Now a CORE_ADDR.
Diffstat (limited to 'gdbserver/linux-m32r-low.cc')
0 files changed, 0 insertions, 0 deletions