aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-04-09 15:41:41 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-04-09 15:41:41 +0000
commitbb95161d33dc43843fd502a4ea7448ff40d7d355 (patch)
tree3d7163a2dbac625b6efe4f25f50662eebb4ef8af
parent62d7890874a4fb64efb4e86b1ff77857b536d62c (diff)
downloadgdb-bb95161d33dc43843fd502a4ea7448ff40d7d355.zip
gdb-bb95161d33dc43843fd502a4ea7448ff40d7d355.tar.gz
gdb-bb95161d33dc43843fd502a4ea7448ff40d7d355.tar.bz2
Revert the accidental checkin.
-rw-r--r--bfd/elf64-x86-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index ea837a3..fad3b78 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -3901,7 +3901,7 @@ check_relocation_error:
else
{
(*_bfd_error_handler)
- (_("%B(%A+0x%lx): reloc against `%s': error %r"),
+ (_("%B(%A+0x%lx): reloc against `%s': error %d"),
input_bfd, input_section,
(long) rel->r_offset, name, (int) r);
return FALSE;