AArch64: When DF_BIND_NOW don't use TLSDESC GOT value.
[deliverable/binutils-gdb.git] / gdb / tui / tui-disasm.h
index 5fe680853e27de49f3c59a8bbcbcd72fe40ab2cf..b7325917435a68bcaf4b7d98a4cc973104b5b3a0 100644 (file)
@@ -1,7 +1,6 @@
 /* Disassembly display.
 
-   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
    
    Contributed by Hewlett-Packard Company.
 
@@ -20,8 +19,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef TUI_DISASM_H
-#define TUI_DISASM_H
+#ifndef TUI_TUI_DISASM_H
+#define TUI_TUI_DISASM_H
 
 #include "tui/tui.h"           /* For enum tui_status.  */
 #include "tui/tui-data.h"      /* For enum tui_scroll_direction.  */
@@ -33,4 +32,4 @@ extern void tui_vertical_disassem_scroll (enum tui_scroll_direction,
                                          int);
 extern void tui_get_begin_asm_address (struct gdbarch **, CORE_ADDR *);
 
-#endif
+#endif /* TUI_TUI_DISASM_H */
This page took 0.024813 seconds and 4 git commands to generate.