This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sim bfin/ChangeLog bfin/aclocal.m4 bfin/co ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_6-branch
Changes by:	vapier@sourceware.org	2013-03-26 18:01:53

Modified files:
	sim/bfin       : ChangeLog aclocal.m4 configure 
	sim/common     : ChangeLog acinclude.m4 
	sim/cris       : ChangeLog configure 
	sim/frv        : ChangeLog configure 
	sim/iq2000     : ChangeLog configure 
	sim/lm32       : ChangeLog configure 
	sim/m32r       : ChangeLog configure 
	sim/m68hc11    : ChangeLog configure 
	sim/mips       : ChangeLog configure 
	sim/mn10300    : ChangeLog configure 
	sim/sh64       : ChangeLog configure 

Log message:
	sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things
	
	There's no need to put the majority of the logic into the 3rd arg of the
	AC_ARG_ENABLE.  Coupled with the lack of indentation, it makes it hard to
	follow, error prone to update, and duplicates code (with the 4th arg).
	
	So pull the logic out of the 3rd arg and outside of the AC_ARG_ENABLE
	macro.  This allows us to gut the 4th arg entirely, merge with the code
	that followed the macro, and fix bugs related to the new dv-sockser in
	the process.
	
	Hopefully building the various sims with the default sim-hardware
	settings, as well as with explicit --{dis,en}able-sim-hardware flags,
	should all just work now.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.91.2.1&r2=1.91.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/aclocal.m4.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.7&r2=1.7.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.15.2.1&r2=1.15.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.283.2.1&r2=1.283.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/acinclude.m4.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.8.2.1&r2=1.8.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cris/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.12&r2=1.12.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/cris/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.19&r2=1.19.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/frv/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.55.4.1&r2=1.55.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/frv/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.21.2.1&r2=1.21.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/iq2000/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.26.4.1&r2=1.26.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/iq2000/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.16.2.1&r2=1.16.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/lm32/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.18&r2=1.18.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/lm32/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.11&r2=1.11.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32r/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.53.4.1&r2=1.53.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m32r/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.25.2.1&r2=1.25.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m68hc11/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.61.4.1&r2=1.61.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/m68hc11/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.25&r2=1.25.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/mips/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.170.2.1&r2=1.170.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/mips/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.47.2.1&r2=1.47.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/mn10300/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.52.4.1&r2=1.52.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/mn10300/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.26.2.1&r2=1.26.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/sh64/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.34.4.1&r2=1.34.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/sh64/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.17.2.1&r2=1.17.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]