summaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-08-18 03:51:51 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-08-18 03:51:51 +0000
commitdb44caee57dd479fe02df0823d8e16247deb0afe (patch)
treec70b9423d0d84bffbbb3d889ce72a564760fa101 /bfd/targets.c
parentc74e2f82fa2512e160cf5ec38778da393cc6a6d4 (diff)
downloadbinutils-redhat-db44caee57dd479fe02df0823d8e16247deb0afe.tar.gz
Remove a29k support.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 33951865be..009f9066aa 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -522,7 +522,6 @@ to find an alternative output format that is suitable.
Alphabetized for easy reference.
They are listed a second time below, since
we can't intermix extern's and initializers. */
-extern const bfd_target a29kcoff_big_vec;
extern const bfd_target a_out_adobe_vec;
extern const bfd_target aix5coff64_vec;
extern const bfd_target aout0_big_vec;
@@ -808,7 +807,6 @@ static const bfd_target * const _bfd_target_vector[] = {
Vectors that don't compile on all systems, or aren't finished,
should have an entry here with #if 0 around it, to show that
it wasn't omitted by mistake. */
- &a29kcoff_big_vec,
&a_out_adobe_vec,
#ifdef BFD64
&aix5coff64_vec,