binutils-gdb/gdb/compile
Sergio Durigan Junior 2d41fa1165 Move gdb-dlfcn.[ch] to gdbsupport/
I need to use 'gdb_dlopen' inside 'gdbsupport/', but it's not yet
supported there.  This commit moves 'gdb-dlfcn.[ch]' to 'gdbsupport/',
which makes it available also on gdbserver.

gdb/ChangeLog:
2019-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>

	* configure.ac: Don't check for 'dlfcn.h' (moved to
	gdbsupport/common.m4).
	* Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
	'gdbsupport/'.
	(HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
	* compile/compile-c-support.c: Include
	'gdbsupport/gdb-dlfcn.h'.
	* gdbsupport/common.m4: Check for 'dlfcn.h'.
	* gdb-dlfcn.c: Move to...
	* gdbsupport/gdb-dlfcn.c: ... here.
	* gdb-dlfcn.h: Move to...
	* gdbsupport/gdb-dlfcn.h: ... here.

gdb/gdbserver/ChangeLog:
2019-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>

	* Makefile.in (SFILES): Add 'gdbsupport/gdb-dlfcn.c'.
	(OBS): Add 'gdbsupport/gdb-dlfcn.o'.
	* config.in: Regenerate.
	* configure: Regenerate.
2019-08-23 13:13:18 -04:00
..
compile-c-support.c Move gdb-dlfcn.[ch] to gdbsupport/ 2019-08-23 13:13:18 -04:00
compile-c-symbols.c
compile-c-types.c
compile-c.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
compile-cplus-symbols.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
compile-cplus-types.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
compile-cplus.h Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
compile-internal.h
compile-loc2c.c Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
compile-object-load.c Allow passing a block to lookup_global_symbol_from_objfile 2019-07-24 19:02:50 -05:00
compile-object-load.h
compile-object-run.c
compile-object-run.h
compile.c Make first and last lines of 'command help documentation' consistent. 2019-08-07 00:04:33 +02:00
compile.h
gcc-c-plugin.h
gcc-cp-plugin.h