diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f8c3343bc9..68a9ef32bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2007-08-01 Michael Snyder + * vms-tir.c (new_section): Fix cut and paste error. + * aoutx.h (aout_link_add_symbols): Return if count is zero. * elf.c (bfd_elf_print_symbol): Macro dereferences pointer, so diff --git a/bfd/vms-tir.c b/bfd/vms-tir.c index 314a275931..de20d4f536 100644 --- a/bfd/vms-tir.c +++ b/bfd/vms-tir.c @@ -808,7 +808,7 @@ new_section (bfd * abfd ATTRIBUTE_UNUSED, int idx) if (section == 0) { #if VMS_DEBUG - _bfd_vms_debug (6, "bfd_make_section (%s) failed", name); + _bfd_vms_debug (6, "new_section (%s) failed", name); #endif return NULL; }