mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Fix -Werror problem with mi-main.c.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in (mi-main.o): Compile with -Werror.
|
||||
|
||||
2001-05-10 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* remote.c (remote_open_1): Call no_shared_libraries, so that
|
||||
|
@ -2189,7 +2189,7 @@ mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(mi_cmds_h) \
|
||||
mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h) \
|
||||
$(mi_console_h) $(mi_getopt_h) $(event_loop_h) $(event_top_h) \
|
||||
$(mi_getopt_h) $(regcache_h)
|
||||
$(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/mi/mi-main.c
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-main.c
|
||||
mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(mi_out_h) $(ui_out_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c
|
||||
mi-console.o: $(srcdir)/mi/mi-console.c $(mi_out_h) $(defs_h)
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 10 16:28:13 2001 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* mi-main.c (mi_execute_async_cli_command): Always initialize
|
||||
old_cleanups.
|
||||
|
||||
2001-05-08 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
|
||||
|
@ -1272,6 +1272,7 @@ mi_execute_async_cli_command (char *mi, char *args, int from_tty)
|
||||
xasprintf (&run, "%s %s", mi, async_args);
|
||||
make_exec_cleanup (free, run);
|
||||
add_continuation (mi_exec_async_cli_cmd_continuation, NULL);
|
||||
old_cleanups = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user