Make get_image_name static
[deliverable/binutils-gdb.git] / gdb / nat / x86-dregs.c
index 8c85a07a332da961239f62eca3b7f4c118a0630a..7ef959be571938bea92cc72a22a8f26a01d60822 100644 (file)
@@ -1,6 +1,6 @@
 /* Debug register code for x86 (i386 and x86-64).
 
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,9 +17,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "common-defs.h"
+#include "gdbsupport/common-defs.h"
 #include "x86-dregs.h"
-#include "break-common.h"
+#include "gdbsupport/break-common.h"
 
 /* Support for hardware watchpoints and breakpoints using the x86
    debug registers.
@@ -251,7 +251,7 @@ Invalid hardware breakpoint type %d in x86_length_and_rw_bits.\n"),
       case 4:
        return (DR_LEN_4 | rw);
       case 8:
-        if (TARGET_HAS_DR_LEN_8)
+       if (TARGET_HAS_DR_LEN_8)
          return (DR_LEN_8 | rw);
        /* FALL THROUGH */
       default:
This page took 0.025783 seconds and 4 git commands to generate.