]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/i386-nto-tdep.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / i386-nto-tdep.c
index cd6837b766ceabebff328862ed7390a83f177a5b..09d2f750bb0339c9b3fdc9d6031d0aaabede781e 100644 (file)
@@ -161,7 +161,7 @@ i386nto_register_area (struct gdbarch *gdbarch,
          if (first_four)
            {
              /* fpu_control_word, fpu_status_word, fpu_tag_word, fpu_operand
-                registers.  */
+                registers.  */
              regsize = 2; /* Two bytes each.  */
              off_adjust = 0;
              regno_base = I387_FCTRL_REGNUM (tdep);
@@ -351,15 +351,15 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
       /* Our loader handles solib relocations differently than svr4.  */
       nto_svr4_so_ops.relocate_section_addresses
-        = nto_relocate_section_addresses;
+       = nto_relocate_section_addresses;
 
       /* Supply a nice function to find our solibs.  */
       nto_svr4_so_ops.find_and_open_solib
-        = nto_find_and_open_solib;
+       = nto_find_and_open_solib;
 
       /* Our linker code is in libc.  */
       nto_svr4_so_ops.in_dynsym_resolve_code
-        = nto_in_dynsym_resolve_code;
+       = nto_in_dynsym_resolve_code;
     }
   set_solib_ops (gdbarch, &nto_svr4_so_ops);