diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-15 12:03:08 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-15 12:03:08 +0000 |
commit | c03c782ff0dad9272576c5099eec29f7c001602c (patch) | |
tree | 97c379991a02f1636d104e7de6fb26170e91ee37 /gdb/Makefile.in | |
parent | 1637cd900b9f1f05d0a128479bd3484cd98f2811 (diff) | |
download | gdb-c03c782ff0dad9272576c5099eec29f7c001602c.zip gdb-c03c782ff0dad9272576c5099eec29f7c001602c.tar.gz gdb-c03c782ff0dad9272576c5099eec29f7c001602c.tar.bz2 |
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
* cli/cli-script.c: Include gdb_assert.h.
(locate_arg): Detect $argc.
(insert_args): Substitute $argc.
* Makefile.in (cli-script.o): Add dependency on gdb_assert.h.
doc/
* gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
Change @var{$arg0 to @code{$arg0.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 64c6b22..8d8a79e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2807,7 +2807,7 @@ cli-logging.o: $(srcdir)/cli/cli-logging.c $(defs_h) $(gdbcmd_h) $(ui_out_h) \ $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-logging.c cli-script.o: $(srcdir)/cli/cli-script.c $(defs_h) $(value_h) $(language_h) \ $(ui_out_h) $(gdb_string_h) $(exceptions_h) $(top_h) $(cli_cmds_h) \ - $(cli_decode_h) $(cli_script_h) + $(cli_decode_h) $(cli_script_h) $(gdb_assert_h) $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-script.c cli-setshow.o: $(srcdir)/cli/cli-setshow.c $(defs_h) $(readline_tilde_h) \ $(value_h) $(gdb_string_h) $(ui_out_h) $(cli_decode_h) $(cli_cmds_h) \ |