summaryrefslogtreecommitdiff
path: root/bfd/coff-alpha.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-01-25 12:12:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-01-25 12:12:23 +0000
commitfd6579e52624aee838416370f38812d4f6a7f552 (patch)
treeebeb9875c386d8d73dd894574ad6de5ca3480b66 /bfd/coff-alpha.c
parent6971e1ec9408667d7cd3d5d7041987c88a99470d (diff)
downloadbinutils-redhat-fd6579e52624aee838416370f38812d4f6a7f552.tar.gz
* coff-alpha.c (alpha_relocate_section): Unify warning message
for GP relative relocations without GP defined. * coff-mips.c (mips_relocate_section): Likewise.
Diffstat (limited to 'bfd/coff-alpha.c')
-rw-r--r--bfd/coff-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c
index 49bf017857..4056e2ce6e 100644
--- a/bfd/coff-alpha.c
+++ b/bfd/coff-alpha.c
@@ -1986,7 +1986,7 @@ alpha_relocate_section (output_bfd, info, input_bfd, input_section,
if (gp_usedp && gp_undefined)
{
if (! ((*info->callbacks->reloc_dangerous)
- (info, _("GP relative relocation when GP not defined"),
+ (info, _("GP relative relocation used when GP not defined"),
input_bfd, input_section, r_vaddr - input_section->vma)))
return false;
/* Only give the error once per link. */