summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-04-17 13:16:56 +0100
committerNick Clifton <nickc@redhat.com>2020-04-17 13:16:56 +0100
commitce1feff0e7ec703e548ea79af3ae0081481d8fd8 (patch)
treeb4da0a4cddeeee87d9ac0b2a96c6cacb5c6d99e1 /ld/pe-dll.c
parent0fe0f2d6215295ef882022fb7ae345f71738e682 (diff)
downloadbinutils-gdb-ce1feff0e7ec703e548ea79af3ae0081481d8fd8.tar.gz
Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
This reverts commit 7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r--ld/pe-dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index 1145d7a2514..0addde23186 100644
--- a/ld/pe-dll.c
+++ b/ld/pe-dll.c
@@ -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' index %d flags %x\n"),
+ einfo (_("%P: zero vma section reloc detected: `%s' #%d f=%d\n"),
s->output_section->name, s->output_section->index,
s->output_section->flags);
continue;