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
commit0dcfb31977a06c2a5ef8393d446830708b593e8d (patch)
tree906ad14317a4aa3ae37ffb536ffb6b47e96a1412 /bfd/coff-mips.c
parentffb4fae4ad4930ee6e9eaf0946d48ee671dd1742 (diff)
downloadgdb-0dcfb31977a06c2a5ef8393d446830708b593e8d.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 a6950d1114b..672b07f7762 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;