bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-m32r.c
index e3c6ffb1ca260175053f2e0d761e624787878558..605abcf83aad3f437242bf8b6ac73b5bf2364ce3 100644 (file)
@@ -2442,7 +2442,7 @@ printf("m32r_elf_size_dynamic_sections()\n");
         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.024879 seconds and 4 git commands to generate.