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/gdb ChangeLog common/create-version.sh


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-06-24 22:03:51

Modified files:
	gdb            : ChangeLog 
	gdb/common     : create-version.sh 

Log message:
	Fix host_name and target_name generation by common/create-version.sh.
	
	This new script has one small snafoo, which prevented the $host_alias
	and $target_alias from being expanded during the generation of the
	version.c file.  As a result, the version info yields:
	
	This GDB was configured as "--host=$host_alias --target=$target_alias".
	^^^^^^^^^^^          ^^^^^^^^^^^^^
	
	This patch fixes this issue.
	
	gdb/ChangeLog:
	
	* common/create-version.sh: Fix expansion of $host_alias
	and $target_alias in generation of HOST_NAME and TARGET_NAME
	(resp.).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15731&r2=1.15732
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/create-version.sh.diff?cvsroot=src&r1=1.1&r2=1.2


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