X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsymfile-add-flags.h;h=740357bc12588a386219dc17274de21eff055c5b;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=3c07513e395e0e8795a25c40d7b408b477e382bf;hpb=921222e2e8e8427c6a609b1ff66265dceb0d07eb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/symfile-add-flags.h b/gdb/symfile-add-flags.h index 3c07513e39..740357bc12 100644 --- a/gdb/symfile-add-flags.h +++ b/gdb/symfile-add-flags.h @@ -1,6 +1,6 @@ /* Definition of symfile add flags. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -20,13 +20,13 @@ #if !defined (SYMFILE_ADD_FLAGS_H) #define SYMFILE_ADD_FLAGS_H -#include "common/enum-flags.h" +#include "gdbsupport/enum-flags.h" /* This enum encodes bit-flags passed as ADD_FLAGS parameter to symbol_file_add, etc. Defined in a separate file to break circular header dependencies. */ -enum symfile_add_flag +enum symfile_add_flag : unsigned { /* Be chatty about what you are doing. */ SYMFILE_VERBOSE = 1 << 1,