PowerPC64 "call lacks nop"
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index 1a40fa967392f8fae5b039aa0ec13bc29949ba42..24855ed514d7c09ac0174ab7825e6d4c64aeba59 100644 (file)
@@ -13995,13 +13995,13 @@ ppc64_elf_relocate_section (bfd *output_bfd,
                    info->callbacks->einfo
                      /* xgettext:c-format */
                      (_("%H: call to `%pT' lacks nop, can't restore toc; "
-                        "recompile with -fPIC\n"),
+                        "(plt call stub)\n"),
                       input_bfd, input_section, rel->r_offset, sym_name);
                  else
                    info->callbacks->einfo
                      /* xgettext:c-format */
                      (_("%H: call to `%pT' lacks nop, can't restore toc; "
-                        "(-mcmodel=small toc adjust stub)\n"),
+                        "(toc save/adjust stub)\n"),
                       input_bfd, input_section, rel->r_offset, sym_name);
 
                  bfd_set_error (bfd_error_bad_value);
This page took 0.02473 seconds and 4 git commands to generate.