diff options
author | sterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-22 18:12:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-08 11:11:40 -0700 |
commit | 36cff971e29987ed61e86891c77d28158c20b090 (patch) | |
tree | ece11e9eebb1ba2605338356c6c177a2a1401dec /include/gdb | |
parent | d56da83e58816c45a4bc70503776a6e62a66bf89 (diff) | |
download | gdb-36cff971e29987ed61e86891c77d28158c20b090.zip gdb-36cff971e29987ed61e86891c77d28158c20b090.tar.gz gdb-36cff971e29987ed61e86891c77d28158c20b090.tar.bz2 |
2013-10-22 Sterling Augustine <saugustine@google.com>
* gdb/gdb-index.h: Merge from gdb tree.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/gdb')
-rw-r--r-- | include/gdb/gdb-index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h index c197c9d..b43c68f 100644 --- a/include/gdb/gdb-index.h +++ b/include/gdb/gdb-index.h @@ -1,5 +1,5 @@ /* Public attributes of the .gdb_index section. - Copyright 2012-2013 Free Software Foundation, Inc. + Copyright 2012 Free Software Foundation, Inc. This file is part of GDB. @@ -68,7 +68,7 @@ typedef enum { Give the unused bits a value so gdb will print them sensibly. */ GDB_INDEX_SYMBOL_KIND_UNUSED5 = 5, GDB_INDEX_SYMBOL_KIND_UNUSED6 = 6, - GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7, + GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7 } gdb_index_symbol_kind; #define GDB_INDEX_SYMBOL_KIND_SHIFT 28 |