]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-xgate.c
ld: Add -static-pie tests
[thirdparty/binutils-gdb.git] / bfd / elf32-xgate.c
index bd02437c6438a161c26ad5220b92717226105efd..b35085f8fb792dc9f20cbda65a33fe08104dee02 100644 (file)
@@ -385,7 +385,7 @@ bfd_elf32_bfd_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
   for (i = 0; i < ARRAY_SIZE (xgate_reloc_map); i++)
     if (xgate_reloc_map[i].bfd_reloc_val == code)
       return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];
-  
+
   return NULL;
 }