summaryrefslogtreecommitdiff
path: root/include/gdb
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2013-10-23 22:37:21 +0000
committerDJ Delorie <dj@delorie.com>2013-10-23 22:37:21 +0000
commitd003ade0b11c1571abedce4238f50b7b23d42308 (patch)
tree1392ebf957beaaff958bb9ab4e717def67bf6eb7 /include/gdb
parent2cec45808a2a3f4ba7fcad1a4b01f64b0e83a194 (diff)
downloadgdb-d003ade0b11c1571abedce4238f50b7b23d42308.tar.gz
merge from gcc
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/gdb-index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h
index c197c9d3790..b43c68f9e3b 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