MIPS/GAS: Use FCSR rather than RA with CFC1/CTC1
[deliverable/binutils-gdb.git] / gdbsupport / gdb-dlfcn.cc
index 1a755bdd37cd40b301d13a7e917472daf350bb5d..495ae5c4c0394a3bc474bd2f6f49cceab5ef1d2d 100644 (file)
@@ -1,6 +1,6 @@
 /* Platform independent shared object routines for GDB.
 
-   Copyright (C) 2011-2020 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -79,10 +79,10 @@ gdb_dlopen (const char *filename)
     dw = GetLastError();
 
     FormatMessage (FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |
-                   FORMAT_MESSAGE_IGNORE_INSERTS,
-                   NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
-                   (LPTSTR) &buffer,
-                   0, NULL);
+                  FORMAT_MESSAGE_IGNORE_INSERTS,
+                  NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
+                  (LPTSTR) &buffer,
+                  0, NULL);
 
     error (_("Could not load %s: %s"), filename, (char *) buffer);
   }
This page took 0.024505 seconds and 4 git commands to generate.