* include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
[deliverable/binutils-gdb.git] / bfd / vms.c
index e6ee98a53eec332ba7f4fd1ecf2cf14d71e819d8..0e178eb6eac57ff73affa7ef89a2c9d1dde13c27 100644 (file)
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -487,7 +487,7 @@ vms_new_section_hook (bfd * abfd, asection *section)
   vms_debug (7, "%d: %s\n", section->index, section->name);
 #endif
 
-  return TRUE;
+  return _bfd_generic_new_section_hook (abfd, section);
 }
 
 /* Read the contents of a section.
This page took 0.027085 seconds and 4 git commands to generate.