Fix the test for PR 18963 so that it will work on 16-bit targets.
[deliverable/binutils-gdb.git] / ld / pe-dll.c
index 0addde231863a50e7111e2ce23cd00699dcfb98c..1145d7a25147b2a105866e45c2638e684146a951 100644 (file)
@@ -1540,7 +1540,7 @@ generate_reloc (bfd *abfd, struct bfd_link_info *info)
          if (s->output_section->vma == 0)
            {
              /* Huh?  Shouldn't happen, but punt if it does.  */
-             einfo (_("%P: zero vma section reloc detected: `%s' #%d f=%d\n"),
+             einfo (_("%P: zero vma section reloc detected: `%s' index %d flags %x\n"),
                     s->output_section->name, s->output_section->index,
                     s->output_section->flags);
              continue;
This page took 0.024101 seconds and 4 git commands to generate.