bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-cris.c
index b8513928e42275b8510a50445719eb444a43049d..b405d9e63bafb483d5de505afcdc4271f52648ab 100644 (file)
@@ -2809,7 +2809,7 @@ elf_cris_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.023682 seconds and 4 git commands to generate.