* Makefile.in (ALL_MACHINES): Add tekhex.o.
authorIan Lance Taylor <ian@airs.com>
Tue, 25 Oct 1994 19:11:46 +0000 (19:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 25 Oct 1994 19:11:46 +0000 (19:11 +0000)
commitd40d2d30a0eb6b6a3541132ebe2edde7eae971b5
treee9a22f19956af8ace992d04e689d46b2c14ac014
parent4bb0cc41f2fb5d838459c90926c0283c7d193857
* Makefile.in (ALL_MACHINES): Add tekhex.o.
* targets.c (bfd_target_vector): If SELECT_VECS is not defined,
include tekhex_vec.
* tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.
(getvalue, getsym, out): Likewise.
(find_chunk): Remove unused variable s.
(first_phase): Remove unused variable s.
(pass_over): Remove unused variable address.
(tekhex_object_p): Remove unused variable section.
(move_section_contents): Change return type from boolean to void.
(tekhex_write_object_contents): Remove unused variables tdata and
list.
bfd/Makefile.in
bfd/targets.c