2007-06-12 Markus Deuling <deuling@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 8e204e15bedfec556572bc097c4dc57c08cbdcc8..fac4c87ea0669940a3cc6288ef60834113645294 100644 (file)
@@ -3530,7 +3530,8 @@ enum ovly_index
   {
     VMA, SIZE, LMA, MAPPED
   };
-#define TARGET_LONG_BYTES (TARGET_LONG_BIT / TARGET_CHAR_BIT)
+#define TARGET_LONG_BYTES (gdbarch_long_bit (current_gdbarch) \
+                           / TARGET_CHAR_BIT)
 
 /* Throw away the cached copy of _ovly_table */
 static void
This page took 0.024337 seconds and 4 git commands to generate.