diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-08 19:23:55 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-08 19:23:55 +0000 |
commit | ffb740a982b94cf459d456f301be5042e2788eaf (patch) | |
tree | b5e0799395292d0201dc73e09d37e949a8665b14 /ld/ldwrite.c | |
parent | a0ad303552a9f203f4dbd697403f058756d0f92d (diff) | |
download | gdb-ffb740a982b94cf459d456f301be5042e2788eaf.zip gdb-ffb740a982b94cf459d456f301be5042e2788eaf.tar.gz gdb-ffb740a982b94cf459d456f301be5042e2788eaf.tar.bz2 |
Fixed error message text
Diffstat (limited to 'ld/ldwrite.c')
-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, |