aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-06-12 15:44:24 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-06-12 15:44:24 +0000
commitf70a7d6187474279095499b00effcbe1ec8ce3d8 (patch)
tree1eb7263f4519e6bc37c378252acbb2d24cbb4e08 /gdb/ChangeLog
parentb64296285dff79d58ce7b9dad578d5f3438a6cd4 (diff)
downloadgdb-f70a7d6187474279095499b00effcbe1ec8ce3d8.zip
gdb-f70a7d6187474279095499b00effcbe1ec8ce3d8.tar.gz
gdb-f70a7d6187474279095499b00effcbe1ec8ce3d8.tar.bz2
* Makefile.in (tuiDisassem.o): Update dependencies.
tui: * tuiSource.c (tuiVerticalSourceScroll): Use get_frame_pc. * tuiSourceWin.c (tuiHorizontalSourceScroll): Likewise. * tuiStack.c (tui_get_function_from_frame): Likewise. (tuiShowFrameInfo): Likewise. * tuiWin.c (_makeVisibleWithNewHeight): Likewise. * tui-hooks.c (tui_selected_frame_level_changed_hook): Likewise. * tuiDisassem.c (tuiVerticalDisassemScroll): Likewise. Include "disasm.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 250f42e..1556068 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-12 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.in (tuiDisassem.o): Update dependencies.
+
2003-06-12 David Carlton <carlton@bactrian.org>
* symtab.h: Delete declaration of make_symbol_overload_list.