bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 8f30bb2c23112d8acd2e1ed53036281e61707a79..f1c27d00113ea3468063f1282ebb27de857ead09 100644 (file)
@@ -1895,7 +1895,7 @@ elf_i386_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
         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, (TAG), (VAL))
+  _bfd_elf_add_dynamic_entry (info, TAG, VAL)
 
       if (info->executable)
        {
This page took 0.024875 seconds and 4 git commands to generate.