gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / objfile-flags.h
index f2a2ccfa8c2eb8e10fd8fe27a9623485cee75c7a..198a4e2cd734f7576c0e285a62261b97e4a719ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Definition of objfile flags.
 
-   Copyright (C) 1992-2017 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #if !defined (OBJFILE_FLAGS_H)
 #define OBJFILE_FLAGS_H
 
-#include "common/enum-flags.h"
+#include "gdbsupport/enum-flags.h"
 
 /* Defines for the objfile flags field.  Defined in a separate file to
    break circular header dependencies.  */
 
-enum objfile_flag
+enum objfile_flag : unsigned
   {
     /* When an object file has its functions reordered (currently
        Irix-5.2 shared libraries exhibit this behaviour), we will need
This page took 0.02942 seconds and 4 git commands to generate.