summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-08-01 20:06:05 +0000
committerMichael Snyder <msnyder@specifix.com>2007-08-01 20:06:05 +0000
commit8bcbe43996b7b650a8f7c96b9a3d5866b398e60b (patch)
tree77a735a5dd60458c2c7adcfdcaafdf75ab19475e
parent74effbaab58b6fe441556de370ee112a9cf99ab4 (diff)
downloadgdb-8bcbe43996b7b650a8f7c96b9a3d5866b398e60b.tar.gz
2007-08-01 Michael Snyder <msnyder@access-company.com>
* vms-tir.c (new_section): Fix cut and paste error.
-rw-r--r--bfd/ChangeLog2
-rw-r--r--bfd/vms-tir.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f8c3343bc9c..68a9ef32bd1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/vms-tir.c b/bfd/vms-tir.c
index 314a2759311..de20d4f5362 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;
}