summaryrefslogtreecommitdiffstats
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-06-25 10:05:05 +0000
committerNick Clifton <nickc@redhat.com>2002-06-25 10:05:05 +0000
commit680f9d5c14ef8308abaa116cf31979c78e9a563e (patch)
tree707648472ce3ea10dd0097933318e3618bf79a3a /bfd/targets.c
parentd4c88bbbc997676cbf6ab62282438ea7df2b4dd7 (diff)
downloadppe42-binutils-680f9d5c14ef8308abaa116cf31979c78e9a563e.tar.gz
ppe42-binutils-680f9d5c14ef8308abaa116cf31979c78e9a563e.zip
Only create a selvecs for aix5coff64_vec if 64-bit bfd support has been enabled.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 49fd7d0cc6..2699c85028 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -727,7 +727,9 @@ static const bfd_target * const _bfd_target_vector[] = {
it wasn't omitted by mistake. */
&a29kcoff_big_vec,
&a_out_adobe_vec,
+#ifdef BFD64
&aix5coff64_vec,
+#endif
&aout0_big_vec,
#if 0
/* We have no way of distinguishing these from other a.out variants */
OpenPOWER on IntegriCloud