Updare French translation for binutils and German translation for opcodes.
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index 80459294bd467a0be5776a6b1a15f785c9e988b6..8c4fc4c64b0496d921d39e6d9e43dd98b516f2da 100644 (file)
@@ -1,7 +1,6 @@
 /* TUI display source/assembly window.
 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -41,14 +40,14 @@ extern int tui_update_breakpoint_info (struct tui_win_info *win,
 /* Function to display the "main" routine.  */
 extern void tui_display_main (void);
 extern void tui_update_source_window (struct tui_win_info *, 
-                                     struct symtab *,
+                                     struct gdbarch *, struct symtab *,
                                      struct tui_line_or_address, 
                                      int);
 extern void tui_update_source_window_as_is (struct tui_win_info *,
-                                           struct symtab *,
+                                           struct gdbarch *, struct symtab *,
                                            struct tui_line_or_address, 
                                            int);
-extern void tui_update_source_windows_with_addr (CORE_ADDR);
+extern void tui_update_source_windows_with_addr (struct gdbarch *, CORE_ADDR);
 extern void tui_update_source_windows_with_line (struct symtab *, 
                                                 int);
 extern void tui_clear_source_content (struct tui_win_info *, int);
This page took 0.025747 seconds and 4 git commands to generate.