diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 15:12:48 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 15:12:48 +0000 |
commit | eef57022010a5f6c7483c31607696fe1482b781e (patch) | |
tree | 94189b3a82da8b53a56ae09bfc0b91e5a5cac95e | |
parent | 8a5a3c829873c2ec9f0504afbb0b2704da39498a (diff) | |
download | gdb-eef57022010a5f6c7483c31607696fe1482b781e.zip gdb-eef57022010a5f6c7483c31607696fe1482b781e.tar.gz gdb-eef57022010a5f6c7483c31607696fe1482b781e.tar.bz2 |
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <andrew.stubbs@st.com> + * Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies. + +2005-11-07 Andrew Stubbs <andrew.stubbs@st.com> + * 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. |