From 9b0ec667bc0650be29f66c7e26a2fcdc154de11e Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 1 Aug 2007 20:06:05 +0000 Subject: [PATCH] 2007-08-01 Michael Snyder * vms-tir.c (new_section): Fix cut and paste error. --- bfd/ChangeLog | 2 ++ bfd/vms-tir.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f8c3343..68a9ef3 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 314a275..de20d4f 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; } -- 2.7.4