From fd6579e52624aee838416370f38812d4f6a7f552 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 25 Jan 2002 12:12:23 +0000 Subject: * coff-alpha.c (alpha_relocate_section): Unify warning message for GP relative relocations without GP defined. * coff-mips.c (mips_relocate_section): Likewise. --- bfd/coff-alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/coff-alpha.c') 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. */ -- cgit v1.2.1