diff options
Diffstat (limited to 'bfd/vms.c')
-rw-r--r-- | bfd/vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms.c b/bfd/vms.c index e6ee98a53ee..0e178eb6eac 100644 --- 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. |