mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2004-02-16 Andrew Cagney <cagney@redhat.com>
* tui/tui-windata.c: Include "gdb_string.h". * tui/tui-source.c, tui/tui-winsource.c: Ditto. * tui/tui-layout.c, tui/tui-command.c: Ditto. * Makefile.in: Update dependencies.
This commit is contained in:
parent
9f976b41d7
commit
88289b6e68
@ -1,3 +1,10 @@
|
||||
2004-02-16 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* tui/tui-windata.c: Include "gdb_string.h".
|
||||
* tui/tui-source.c, tui/tui-winsource.c: Ditto.
|
||||
* tui/tui-layout.c, tui/tui-command.c: Ditto.
|
||||
* Makefile.in: Update dependencies.
|
||||
|
||||
2004-02-16 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* Makefile.in (infrun.o): Add $(gdb_assert_h).
|
||||
|
@ -2722,7 +2722,7 @@ tui.o: $(srcdir)/tui/tui.c $(defs_h) $(gdbcmd_h) $(tui_h) $(tui_hooks_h) \
|
||||
$(symtab_h) $(source_h) $(gdb_curses_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui.c
|
||||
tui-command.o: $(srcdir)/tui/tui-command.c $(defs_h) $(tui_h) $(tui_data_h) \
|
||||
$(tui_win_h) $(tui_io_h) $(gdb_curses_h)
|
||||
$(tui_win_h) $(tui_io_h) $(gdb_curses_h) $(gdb_string_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-command.c
|
||||
tui-data.o: $(srcdir)/tui/tui-data.c $(defs_h) $(symtab_h) $(tui_h) \
|
||||
$(tui_data_h) $(tui_wingeneral_h) $(gdb_string_h) $(gdb_curses_h)
|
||||
@ -2756,7 +2756,7 @@ tui-io.o: $(srcdir)/tui/tui-io.c $(defs_h) $(terminal_h) $(target_h) \
|
||||
tui-layout.o: $(srcdir)/tui/tui-layout.c $(defs_h) $(command_h) $(symtab_h) \
|
||||
$(frame_h) $(source_h) $(tui_h) $(tui_data_h) $(tui_windata_h) \
|
||||
$(tui_wingeneral_h) $(tui_stack_h) $(tui_regs_h) $(tui_win_h) \
|
||||
$(tui_winsource_h) $(tui_disasm_h) $(gdb_curses_h)
|
||||
$(tui_winsource_h) $(tui_disasm_h) $(gdb_string_h) $(gdb_curses_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-layout.c
|
||||
tui-out.o: $(srcdir)/tui/tui-out.c $(defs_h) $(ui_out_h) $(tui_h) \
|
||||
$(gdb_string_h) $(gdb_assert_h)
|
||||
@ -2769,7 +2769,8 @@ tui-regs.o: $(srcdir)/tui/tui-regs.c $(defs_h) $(tui_h) $(tui_data_h) \
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-regs.c
|
||||
tui-source.o: $(srcdir)/tui/tui-source.c $(defs_h) $(symtab_h) $(frame_h) \
|
||||
$(breakpoint_h) $(source_h) $(symtab_h) $(tui_h) $(tui_data_h) \
|
||||
$(tui_stack_h) $(tui_winsource_h) $(tui_source_h) $(gdb_curses_h)
|
||||
$(tui_stack_h) $(tui_winsource_h) $(tui_source_h) $(gdb_string_h) \
|
||||
$(gdb_curses_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-source.c
|
||||
tui-stack.o: $(srcdir)/tui/tui-stack.c $(defs_h) $(symtab_h) $(breakpoint_h) \
|
||||
$(frame_h) $(command_h) $(inferior_h) $(target_h) $(top_h) \
|
||||
@ -2784,7 +2785,7 @@ tui-win.o: $(srcdir)/tui/tui-win.c $(defs_h) $(command_h) $(symtab_h) \
|
||||
$(tui_windata_h) $(gdb_curses_h) $(gdb_string_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-win.c
|
||||
tui-windata.o: $(srcdir)/tui/tui-windata.c $(defs_h) $(tui_h) $(tui_data_h) \
|
||||
$(tui_wingeneral_h) $(tui_regs_h) $(gdb_curses_h)
|
||||
$(tui_wingeneral_h) $(tui_regs_h) $(gdb_string_h) $(gdb_curses_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-windata.c
|
||||
tui-wingeneral.o: $(srcdir)/tui/tui-wingeneral.c $(defs_h) $(tui_h) \
|
||||
$(tui_data_h) $(tui_wingeneral_h) $(tui_win_h) $(gdb_curses_h)
|
||||
@ -2792,7 +2793,8 @@ tui-wingeneral.o: $(srcdir)/tui/tui-wingeneral.c $(defs_h) $(tui_h) \
|
||||
tui-winsource.o: $(srcdir)/tui/tui-winsource.c $(defs_h) $(symtab_h) \
|
||||
$(frame_h) $(breakpoint_h) $(value_h) $(source_h) $(tui_h) \
|
||||
$(tui_data_h) $(tui_stack_h) $(tui_win_h) $(tui_wingeneral_h) \
|
||||
$(tui_winsource_h) $(tui_source_h) $(tui_disasm_h) $(gdb_curses_h)
|
||||
$(tui_winsource_h) $(tui_source_h) $(tui_disasm_h) $(gdb_string_h) \
|
||||
$(gdb_curses_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c
|
||||
|
||||
#
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "tui/tui-io.h"
|
||||
|
||||
#include "gdb_curses.h"
|
||||
#include "gdb_string.h"
|
||||
|
||||
|
||||
/*****************************************
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include "tui/tui-winsource.h"
|
||||
#include "tui/tui-disasm.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
#include "gdb_curses.h"
|
||||
|
||||
/*******************************
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "tui/tui-winsource.h"
|
||||
#include "tui/tui-source.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
#include "gdb_curses.h"
|
||||
|
||||
/* Function to display source in the source window. */
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "tui/tui-wingeneral.h"
|
||||
#include "tui/tui-regs.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
#include "gdb_curses.h"
|
||||
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include "tui/tui-source.h"
|
||||
#include "tui/tui-disasm.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
#include "gdb_curses.h"
|
||||
|
||||
/* Function to display the "main" routine. */
|
||||
|
Loading…
Reference in New Issue
Block a user