This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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/bfd ChangeLog tekhex.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_17-branch
Changes by:	kkojima@sourceware.org	2006-05-03 03:33:20

Modified files:
	bfd            : ChangeLog tekhex.c 

Log message:
	PR binutils/2584
	* tekhex.c (getvalue): Change return type to bfd_boolean and
	add the new parameter.  Return false if the unexpected character
	is found.
	(getsym): Likewise.
	(first_phase): Change return type to bfd_boolean and return
	false if the unexpected character is found.  Replace abort
	with returning false.
	(pass_over): Change return type to bfd_boolean and the type of
	the second argument to bfd_boolean (*) (bfd *, int, char *).
	Return false if FUNC returns false.
	(tekhex_object_p): Return NULL if pass_over fails.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_17-branch&r1=1.3471.2.4&r2=1.3471.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/tekhex.c.diff?cvsroot=src&only_with_tag=binutils-2_17-branch&r1=1.26&r2=1.26.22.1


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