bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index d2d5905e3e38a97e9afee2cb2af12c839c89ee4f..e6dc4a01bb365be906407f57a734a5df7ef42cea 100644 (file)
@@ -1297,7 +1297,7 @@ elf_vax_size_dynamic_sections (output_bfd, info)
         the .dynamic section.  The DT_DEBUG entry is filled in by the
         dynamic linker and used by the debugger.  */
 #define add_dynamic_entry(TAG, VAL) \
-  bfd_elf32_add_dynamic_entry (info, (bfd_vma) (TAG), (bfd_vma) (VAL))
+  _bfd_elf_add_dynamic_entry (info, TAG, VAL)
 
       if (!info->shared)
        {
This page took 0.053153 seconds and 4 git commands to generate.