* 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.
This commit is contained in:
parent
4bb0cc41f2
commit
d40d2d30a0
2 changed files with 2 additions and 3 deletions
|
@ -177,7 +177,8 @@ BFD32_BACKENDS = \
|
||||||
sparclynx.o \
|
sparclynx.o \
|
||||||
sparcnetbsd.o \
|
sparcnetbsd.o \
|
||||||
stab-syms.o \
|
stab-syms.o \
|
||||||
sunos.o
|
sunos.o \
|
||||||
|
tekhex.o
|
||||||
|
|
||||||
# The .o files needed by all of the 64 bit vectors that are configured into
|
# The .o files needed by all of the 64 bit vectors that are configured into
|
||||||
# target_vector in targets.c if configured with --enable-targets=all
|
# target_vector in targets.c if configured with --enable-targets=all
|
||||||
|
|
|
@ -638,9 +638,7 @@ const bfd_target * const bfd_target_vector[] = {
|
||||||
&sparcnetbsd_vec,
|
&sparcnetbsd_vec,
|
||||||
&sunos_big_vec,
|
&sunos_big_vec,
|
||||||
&aout0_big_vec,
|
&aout0_big_vec,
|
||||||
#if 0
|
|
||||||
&tekhex_vec,
|
&tekhex_vec,
|
||||||
#endif
|
|
||||||
&we32kcoff_vec,
|
&we32kcoff_vec,
|
||||||
&z8kcoff_vec,
|
&z8kcoff_vec,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue