* avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
authorTheodore A. Roth <troth@openavr.org>
Fri, 20 Jun 2003 17:55:54 +0000 (17:55 +0000)
committerTheodore A. Roth <troth@openavr.org>
Fri, 20 Jun 2003 17:55:54 +0000 (17:55 +0000)
gdb/ChangeLog
gdb/avr-tdep.c

index 634004c..921d5d0 100644 (file)
@@ -1,5 +1,9 @@
 2003-06-20  Theodore A. Roth  <troth@openavr.org>
 
+       * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
+
+2003-06-20  Theodore A. Roth  <troth@openavr.org>
+
        * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
        (avr_read_sp): Ditto.
 
index 7322432..c5d6ffe 100644 (file)
@@ -1315,7 +1315,6 @@ avr_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_long_long_bit (gdbarch, 8 * TARGET_CHAR_BIT);
   set_gdbarch_ptr_bit (gdbarch, 2 * TARGET_CHAR_BIT);
   set_gdbarch_addr_bit (gdbarch, 32);
-  set_gdbarch_bfd_vma_bit (gdbarch, 32);       /* FIXME: TRoth/2002-02-18: Is this needed? */
 
   set_gdbarch_float_bit (gdbarch, 4 * TARGET_CHAR_BIT);
   set_gdbarch_double_bit (gdbarch, 4 * TARGET_CHAR_BIT);