This is the mail archive of the gdb-cvs@sources.redhat.com 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 hpread.c somsolib.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2002-12-02 16:13:47

Modified files:
	gdb            : hpread.c somsolib.c ChangeLog 

Log message:
	* somsolib.c (dld_cache): Replace boolean by int for field is_valid.
	Fixes a build failure on HP/UX.
	
	* hpread.c (told_objfile): Replace boolean type by int. Fixes a build
	failure on HP/UX.
	(hpread_has_name): Advance declaration to avoid a compilation warning.
	(pst_syms_count): Add missing variable type. By change, the compiler
	was defaulting to int, which seems a good choice. Fixes a compilation
	warning.
	(pst_syms_size): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hpread.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/somsolib.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3529&r2=1.3530


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