Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 175c5b956e7ab6b5cba0da3bdc96e554e233fa48..44c439a85f56e3d2d03b07f88b50817863d85622 100644 (file)
@@ -81,7 +81,7 @@ static bool arm_debug;
 
 struct arm_mapping_symbol
 {
-  bfd_vma value;
+  CORE_ADDR value;
   char type;
 
   bool operator< (const arm_mapping_symbol &other) const
@@ -1986,7 +1986,7 @@ struct frame_unwind arm_prologue_unwind = {
 
 struct arm_exidx_entry
 {
-  bfd_vma addr;
+  CORE_ADDR addr;
   gdb_byte *entry;
 
   bool operator< (const arm_exidx_entry &other) const
This page took 0.025166 seconds and 4 git commands to generate.