diff options
author | Nick Clifton <nickc@redhat.com> | 2020-04-17 13:16:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-17 13:16:56 +0100 |
commit | ce1feff0e7ec703e548ea79af3ae0081481d8fd8 (patch) | |
tree | b4da0a4cddeeee87d9ac0b2a96c6cacb5c6d99e1 /ld/pe-dll.c | |
parent | 0fe0f2d6215295ef882022fb7ae345f71738e682 (diff) | |
download | gdb-ce1feff0e7ec703e548ea79af3ae0081481d8fd8.zip gdb-ce1feff0e7ec703e548ea79af3ae0081481d8fd8.tar.gz gdb-ce1feff0e7ec703e548ea79af3ae0081481d8fd8.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |