8sa1-binutils-gdb/gdb/mi
Simon Marchi 23baa4cc5e Add missing includes in dwarf-index-write.c and mi/mi-interp.c
The following errors show that these files are missing the include of
their matching header, add them.

  CXX    dwarf-index-write.o
/home/smarchi/src/binutils-gdb/gdb/dwarf-index-write.c: In function ‘void write_psymtabs_to_index(dwarf2_per_objfile*, const char*, const char*, const char*, dw_index_kind)’:
/home/smarchi/src/binutils-gdb/gdb/dwarf-index-write.c:1670:1: error: no previous declaration for ‘void write_psymtabs_to_index(dwarf2_per_objfile*, const char*, const char*, const char*, dw_index_kind)’ [-Werror=missing-declarations]
 write_psymtabs_to_index (struct dwarf2_per_objfile *dwarf2_per_objfile,
 ^~~~~~~~~~~~~~~~~~~~~~~

  CXX    mi/mi-interp.o
/home/smarchi/src/binutils-gdb/gdb/mi/mi-interp.c: In function ‘void mi_output_solib_attribs(ui_out*, so_list*)’:
/home/smarchi/src/binutils-gdb/gdb/mi/mi-interp.c:1030:1: error: no previous declaration for ‘void mi_output_solib_attribs(ui_out*, so_list*)’ [-Werror=missing-declarations]
 mi_output_solib_attribs (ui_out *uiout, struct so_list *solib)
 ^~~~~~~~~~~~~~~~~~~~~~~

gdb/ChangeLog:

	* dwarf-index-write.c: Include dwarf-index-write.h.
	* mi/mi-interp.c: Include mi/mi-interp.h.

Change-Id: I0103b8669e16e0fcaa476f8c5e96f49608157745
2019-11-26 14:29:19 -05:00
..
ChangeLog-1999-2003
mi-cmd-break.c
mi-cmd-break.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmd-catch.c
mi-cmd-disas.c [gdb] Fix more typos in comments (2) 2019-10-26 09:55:32 +02:00
mi-cmd-env.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmd-file.c Rename field_int to field_signed 2019-07-17 10:34:05 -06:00
mi-cmd-info.c
mi-cmd-stack.c Replace SYMBOL_*_NAME accessors with member functions 2019-11-22 12:05:14 -06:00
mi-cmd-target.c
mi-cmd-var.c Move declaration of varobjdebug to header 2019-10-10 12:37:47 -05:00
mi-cmds.c
mi-cmds.h
mi-common.c
mi-common.h
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h [gdb] Fix more typos in comments (2) 2019-10-26 09:55:32 +02:00
mi-interp.c Add missing includes in dwarf-index-write.c and mi/mi-interp.c 2019-11-26 14:29:19 -05:00
mi-interp.h
mi-main.c Use strtok_r instead of strtok 2019-11-06 14:03:11 -06:00
mi-main.h
mi-out.c Introduce metadata style 2019-10-01 15:12:40 -06:00
mi-out.h Introduce metadata style 2019-10-01 15:12:40 -06:00
mi-parse.c
mi-parse.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-symbol-cmds.c Rename field_int to field_signed 2019-07-17 10:34:05 -06:00