bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index bb88dff781f0c0a1ff36ae6965e29e1ae3a5860a..eabd070a77dfe94854c14cadd07a2b2a506158e8 100644 (file)
@@ -2157,7 +2157,7 @@ elf_s390_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->executable)
        {
This page took 0.024577 seconds and 4 git commands to generate.