aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-alpha.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-01-25 12:12:23 +0000
committerAlan Modra <amodra@gmail.com>2002-01-25 12:12:23 +0000
commitcc9ff76a522c9e798c72ec034ab0779b9e941fc0 (patch)
tree09bf2d83477c96ff205005b20e4d762c9c604773 /bfd/coff-alpha.c
parentc46f0c34a6170788e741fd454d5d50ed6e049155 (diff)
downloadgdb-cc9ff76a522c9e798c72ec034ab0779b9e941fc0.zip
gdb-cc9ff76a522c9e798c72ec034ab0779b9e941fc0.tar.gz
gdb-cc9ff76a522c9e798c72ec034ab0779b9e941fc0.tar.bz2
* 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 49bf017..4056e2c 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. */