binutils-gdb/sim/msp430
Alan Modra 2974be626b Fix --diable-shared --enable-plugins build breakage
Directories that don't use libtool need to add -ldl (on most *nix
hosts) to provide dlopen for libbfd.

config/
	* plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to
	LIBS via AC_SEARCH_LIBS.
gdb/
	* acinclude.m4 (GDB_AC_CHECK_BFD): Don't add -ldl.
	* config.in: Regenerate.
sim/ppc/
	* configure.ac: Invoke AC_PLUGINS.
	* config.in: Regenerate.

and regen lots of configure files.
2014-08-19 21:59:56 +09:30
..
ChangeLog Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
aclocal.m4 Regenerate sim configure files to pick up support for powerpc64le in 2013-09-23 00:32:27 +00:00
config.in Regenerate sim configury. 2014-08-15 15:51:50 -07:00
configure Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
configure.ac Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
msp430-sim.c Replace static variables in the MSP430 simulator with fields in the cpu state structure. 2014-08-19 11:34:14 +01:00
msp430-sim.h Replace static variables in the MSP430 simulator with fields in the cpu state structure. 2014-08-19 11:34:14 +01:00
sim-main.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
trace.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
trace.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00