diff options
author | Stephen Casner <casner@acm.org> | 2020-04-16 16:13:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-16 16:13:31 +0100 |
commit | 7a1a12f4d1c6152017142d74c736dc1cc6b0e81c (patch) | |
tree | f3aa35f4b8ac39c5869bee81d5b14472bdd917fa /ld/pe-dll.c | |
parent | 381ce63f2f010ef5c246be720ef177cf46a19179 (diff) | |
download | binutils-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.zip binutils-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.tar.gz binutils-7a1a12f4d1c6152017142d74c736dc1cc6b0e81c.tar.bz2 |
Fix the test for PR 18963 so that it will work on 16-bit targets.
PR ld/18963
* testsuite/ld-scripts/pr18963.s: New, replaces empty data.s to
allocate space in text, data, bss here rather than pr18963.t.
* testsuite/ld-scripts/pr18963.t: Remove assignments to dot.
* testsuite/ld-scripts/pr18963.d: Change addresses to fit 16 bits.
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 0addde2..1145d7a 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' #%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; |