PR binutils/2584
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Thu, 27 Apr 2006 05:57:09 +0000 (05:57 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Thu, 27 Apr 2006 05:57:09 +0000 (05:57 +0000)
commit75b8939e07dc255a6b075be0fd71b0d03bec1efe
tree269aedd7fa4d623ab33c88b2f1cf5548fc8dbb3c
parentf05742e6724d73e0f4ae70e366eef82d6d763124
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.
bfd/ChangeLog
bfd/tekhex.c