X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fdefs.h;h=a44e186907dadcf26860f040ab2f8daa1e2b5537;hb=fafa92ec3ca92e06fdea8f0f6a0fb08f5f906f77;hp=6e3f4df116f3c6759e4eed52784f569c73a45e60;hpb=e98ee8c458f3a8405eb93e71b00f801b4bbe3635;p=external%2Fbinutils.git diff --git a/gdb/defs.h b/gdb/defs.h index 6e3f4df..a44e186 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1,7 +1,7 @@ /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it for now. */ /* Basic, host-specific, and target-specific definitions for GDB. - Copyright (C) 1986-2018 Free Software Foundation, Inc. + Copyright (C) 1986-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -25,7 +25,7 @@ # error gdbserver should not include gdb/defs.h #endif -#include "common-defs.h" +#include "common/common-defs.h" #include #include @@ -52,7 +52,7 @@ #include "ui-file.h" -#include "host-defs.h" +#include "common/host-defs.h" #include "common/enum-flags.h" /* Scope types enumerator. List the types of scopes the compiler will @@ -498,6 +498,7 @@ enum gdb_osabi GDB_OSABI_LYNXOS178, GDB_OSABI_NEWLIB, GDB_OSABI_SDE, + GDB_OSABI_PIKEOS, GDB_OSABI_INVALID /* keep this last */ };