From ffb740a982b94cf459d456f301be5042e2788eaf Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 8 May 1991 19:23:55 +0000 Subject: [PATCH] Fixed error message text --- ld/ldwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4