aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-tir.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-08-01 20:06:05 +0000
committerMichael Snyder <msnyder@vmware.com>2007-08-01 20:06:05 +0000
commit9b0ec667bc0650be29f66c7e26a2fcdc154de11e (patch)
tree141a18cb6ab3acddeeb7a0c3ae620fa8828365f4 /bfd/vms-tir.c
parent20c6e70e8d514109c569b17a279c2dcd70b229fc (diff)
downloadgdb-9b0ec667bc0650be29f66c7e26a2fcdc154de11e.zip
gdb-9b0ec667bc0650be29f66c7e26a2fcdc154de11e.tar.gz
gdb-9b0ec667bc0650be29f66c7e26a2fcdc154de11e.tar.bz2
2007-08-01 Michael Snyder <msnyder@access-company.com>
* vms-tir.c (new_section): Fix cut and paste error.
Diffstat (limited to 'bfd/vms-tir.c')
-rw-r--r--bfd/vms-tir.c2
1 files changed, 1 insertions, 1 deletions
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;
}