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 copyright.py gdbarch.c gdbar ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-12-19 08:20:43

Modified files:
	gdb            : ChangeLog copyright.py gdbarch.c gdbarch.h 
	                 gdbarch.sh 

Log message:
	Fix copyright years in gdbarch.h and gdbarch.c.
	
	copyright.py was updating gdbarch.sh' copyright years, but not
	the function that genarates the copyright headers for gdbarch.[hc].
	
	This patch makes the following changes:
	- fixes gdbarch.sh and regenerates gdbarch.[hc]
	
	- Modify copyright.py to remind the user to update gdbarch.sh
	by hand.  This should also remind the user to rerun the script
	and update gdbarch.[hc] - see next point;
	
	- Allow copyright.py to update gdbarch.[hc]'c copyright years,
	even though these are generated files;  This should free
	the user from having to update gdbarch.[hc] himself;
	
	gdb/ChangeLog:
	
	* gdbarch.sh (copyright): Update copyright years.
	* gdbarch.h, gdbarch.c: Regenerate.
	* copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
	(MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14971&r2=1.14972
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/copyright.py.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.503&r2=1.504
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.451&r2=1.452
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.554&r2=1.555


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