More fixes for memory access errors triggered by attemps to examine corrupted binaries.
[deliverable/binutils-gdb.git] / bfd / coff-ia64.c
index 38a0a381f1372e3cadbc31601c7bda83ebdd695e..f1641dbbdadf5824d0a1b1416d9f7c491d9f1399 100644 (file)
@@ -47,7 +47,7 @@ static reloc_howto_type howto_table[] =
 #endif
 
 #define RTYPE2HOWTO(cache_ptr, dst) \
-           (cache_ptr)->howto = howto_table + (dst)->r_type;
+  (cache_ptr)->howto = howto_table;
 
 #ifdef COFF_WITH_PE
 /* Return TRUE if this relocation should
This page took 0.023499 seconds and 4 git commands to generate.