Set bfd errror for normal and TLS symbol access
[deliverable/binutils-gdb.git] / bfd / cpu-i386.c
index 4cb59ed8981527ac94896d8054184c97bf96f9ad..6174612ebb8fa24d72fc5fdc45041a26aef10acd 100644 (file)
@@ -50,7 +50,7 @@ bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code,
                    bfd_boolean long_nop)
 {
   /* nop */
-  static const char nop_1[] = { 0x90 };        
+  static const char nop_1[] = { 0x90 };
   /* xchg %ax,%ax */
   static const char nop_2[] = { 0x66, 0x90 };
   /* nopl (%[re]ax) */
This page took 0.023487 seconds and 4 git commands to generate.