From eef57022010a5f6c7483c31607696fe1482b781e Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Mon, 7 Nov 2005 15:12:48 +0000 Subject: [PATCH] 2005-11-07 Andrew Stubbs * Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies. --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5d7d29..5213ec9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2005-11-07 Andrew Stubbs + * Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies. + +2005-11-07 Andrew Stubbs + * main.c (captured_main): Define struct cmdarg. Change type of cmdarg. Add new options --eval-command and alias -ex. Adjust --command to use the new struct cmdarg. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8d11352..73eb906 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -3139,7 +3139,7 @@ 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_string_h) \ - $(gdb_curses_h) + $(gdb_curses_h) $(gdb_assert_h) $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c ### end of the gdb Makefile.in. -- 2.7.4