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 Makefile.in utils.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	macro@sourceware.org	2007-12-17 17:49:29

Modified files:
	gdb            : ChangeLog Makefile.in utils.c 

Log message:
	* utils.c (string_to_core_addr): If the executable format
	indicates that addresses should be sign-extended and there are
	only 8 hex digits in the address, then do so.
	* Makefile.in (utils.o): Depend on $(gdbcore_h).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9000&r2=1.9001
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.965&r2=1.966
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.182&r2=1.183


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