summaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-08-18 03:49:39 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-08-18 03:49:39 +0000
commit63fcae438198125b185d1b2bd52e31de61babde8 (patch)
treebe8ca7f12a34f8c783c03ceb42d910c3edbcc88e /bfd/targets.c
parente951dc97bb6bdd71b4966cecead8e47fda3e5c32 (diff)
downloadgdb-63fcae438198125b185d1b2bd52e31de61babde8.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 33951865be7..009f9066aa0 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,