From ce1feff0e7ec703e548ea79af3ae0081481d8fd8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 17 Apr 2020 13:16:56 +0100 Subject: Revert "Fix the test for PR 18963 so that it will work on 16-bit targets." This reverts commit 7a1a12f4d1c6152017142d74c736dc1cc6b0e81c. --- ld/pe-dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/pe-dll.c') diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 1145d7a..0addde2 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; -- cgit v1.1