powerpc TLS in PIEs
[deliverable/binutils-gdb.git] / bfd / elf32-spu.c
index cbb026e7fe7f066bd61fe1eb6eea6ab7320a04c1..f7c18d9470b1525375466c93bb1430da8d0eb183 100644 (file)
@@ -5040,10 +5040,10 @@ spu_elf_relocate_section (bfd *output_bfd,
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%B(%s+0x%lx): unresolvable %s relocation against symbol `%s'"),
+           (_("%B(%s+%#Lx): unresolvable %s relocation against symbol `%s'"),
             input_bfd,
             bfd_get_section_name (input_bfd, input_section),
-            (long) rel->r_offset,
+            rel->r_offset,
             howto->name,
             sym_name);
          ret = FALSE;
This page took 0.022983 seconds and 4 git commands to generate.