OSDN Git Service

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)
commit967aff83340f68f5cdf29a6fbd89909253a717e7
tree34e7ffae4e1daa8a5e09c22e08f2e8dd044711c0
parent51c94bd28ab9f720f562772f237c69ef772610d1
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