From: Michael Snyder Date: Wed, 1 Aug 2007 20:06:05 +0000 (+0000) Subject: 2007-08-01 Michael Snyder X-Git-Tag: binutils-2_18-branchpoint~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b0ec667bc0650be29f66c7e26a2fcdc154de11e;p=platform%2Fupstream%2Fbinutils.git 2007-08-01 Michael Snyder * vms-tir.c (new_section): Fix cut and paste error. --- 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; }