From: sterling Date: Tue, 22 Oct 2013 18:12:28 +0000 (+0000) Subject: 2013-10-22 Sterling Augustine X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36cff971e29987ed61e86891c77d28158c20b090;p=binutils-gdb.git 2013-10-22 Sterling Augustine * 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 --- diff --git a/include/ChangeLog b/include/ChangeLog index 972572fdac2..68dc5bbdfe9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2013-10-22 Sterling Augustine + + * gdb/gdb-index.h: Merge from gdb tree. + 2013-10-10 Sean Keys * xgate.h : Cleanup after opcode 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