mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 14:00:30 +00:00
2010-06-10 Tristan Gingold <gingold@adacore.com>
* config.bfd: Remove #if/#endif so that som can be compiled on any host. * targets.c (_bfd_target_vector): Remove #if/#endif so that som can be used on any host.
This commit is contained in:
parent
e1f000f69c
commit
cb3aabc79c
@ -1,3 +1,10 @@
|
||||
2010-06-10 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config.bfd: Remove #if/#endif so that som can be compiled on any
|
||||
host.
|
||||
* targets.c (_bfd_target_vector): Remove #if/#endif so that som
|
||||
can be used on any host.
|
||||
|
||||
2010-06-10 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* som.c: Can now be compiled on any host.
|
||||
|
@ -470,7 +470,6 @@ case "${targ}" in
|
||||
targ_selvecs=bfd_elf32_hppa_linux_vec
|
||||
;;
|
||||
|
||||
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)
|
||||
hppa*-*-bsd*)
|
||||
targ_defvec=som_vec
|
||||
targ_selvecs=bfd_elf32_hppa_vec
|
||||
@ -482,7 +481,6 @@ case "${targ}" in
|
||||
targ_defvec=som_vec
|
||||
targ_selvecs=bfd_elf32_hppa_vec
|
||||
;;
|
||||
#endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
|
||||
|
||||
i370-*-*)
|
||||
targ_defvec=bfd_elf32_i370_vec
|
||||
|
@ -1204,9 +1204,7 @@ static const bfd_target * const _bfd_target_vector[] =
|
||||
&shlcoff_vec,
|
||||
&shlpe_vec,
|
||||
&shlpei_vec,
|
||||
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF)
|
||||
&som_vec,
|
||||
#endif
|
||||
&sparccoff_vec,
|
||||
&sparcle_aout_vec,
|
||||
&sparclinux_vec,
|
||||
|
Loading…
Reference in New Issue
Block a user