sparc: support %dN and %qN syntax for FP registers.
[deliverable/binutils-gdb.git] / bfd / vms-alpha.c
index a0219d8c6709048974b5e385061bff20fdfbec65..4b0b23fd7eedd9ea501eac46fe49c6b67ef522d4 100644 (file)
@@ -9013,13 +9013,13 @@ vms_new_section_hook (bfd * abfd, asection *section)
 {
   bfd_size_type amt;
 
-  vms_debug2 ((1, "vms_new_section_hook (%p, [%d]%s)\n",
+  vms_debug2 ((1, "vms_new_section_hook (%p, [%u]%s)\n",
                abfd, section->index, section->name));
 
   if (! bfd_set_section_alignment (abfd, section, 0))
     return FALSE;
 
-  vms_debug2 ((7, "%d: %s\n", section->index, section->name));
+  vms_debug2 ((7, "%u: %s\n", section->index, section->name));
 
   amt = sizeof (struct vms_section_data_struct);
   section->used_by_bfd = bfd_zalloc (abfd, amt);
This page took 0.023384 seconds and 4 git commands to generate.