diff options
-rw-r--r-- | ld/ldwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldwrite.c b/ld/ldwrite.c index 93f03dc..6e1603a 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -179,7 +179,7 @@ asymbol **symbols; s); break; case bfd_reloc_outofrange: - info("%B:%s relocation address out of range %T (%x)\n", + info("%B:%s relocation address out of range %T (%V)\n", input_bfd, input_section->name, s, |