Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coff-i860.c
index 2122c0d3b2a22a85768e1546d6019608350a8957..8573a8deb8f88e89b61f429875f0b75342261694 100644 (file)
@@ -467,7 +467,10 @@ static reloc_howto_type howto_table[] =
    FIXME: This macro refers to symbols and asect; these are from the
    calling function, not the macro arguments.  */
 
-#define CALC_ADDEND(abfd, ptr, reloc, cache_ptr)
+/* PR 17512: file: 0a38fb7c
+   Set an addend value, even if it is not going to be used.  A tool
+   like coffdump might be used to print out the contents of the reloc.  */
+#define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) (cache_ptr)->addend = 0
 
 /* We use the special COFF backend linker.  */
 #define coff_relocate_section _bfd_coff_generic_relocate_section
This page took 0.038233 seconds and 4 git commands to generate.