2007-08-01 Michael Snyder <msnyder@access-company.com>

* vms-tir.c (new_section): Fix cut and paste error.
This commit is contained in:
Michael Snyder 2007-08-01 20:06:05 +00:00
parent 20c6e70e8d
commit 9b0ec667bc
2 changed files with 3 additions and 1 deletions

View 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

View 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;
}