2007-08-01 Michael Snyder <msnyder@access-company.com>
* vms-tir.c (new_section): Fix cut and paste error.
This commit is contained in:
parent
20c6e70e8d
commit
9b0ec667bc
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user