summaryrefslogtreecommitdiff
path: root/bfd/coff-mips.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-mips.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-mips.c')
-rw-r--r--bfd/coff-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c
index a6950d1114..672b07f776 100644
--- a/bfd/coff-mips.c
+++ b/bfd/coff-mips.c
@@ -1430,7 +1430,7 @@ mips_relocate_section (output_bfd, info, input_bfd, input_section,
if (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,
int_rel.r_vaddr - input_section->vma)))
return false;