2007-08-01 Michael Snyder <msnyder@access-company.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 1 Aug 2007 20:06:05 +0000 (20:06 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 1 Aug 2007 20:06:05 +0000 (20:06 +0000)
* vms-tir.c (new_section): Fix cut and paste error.

bfd/ChangeLog
bfd/vms-tir.c

index f8c3343..68a9ef3 100644 (file)
@@ -1,5 +1,7 @@
 2007-08-01  Michael Snyder  <msnyder@access-company.com>
 
+       * 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
index 314a275..de20d4f 100644 (file)
@@ -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;
     }