diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
commit | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch) | |
tree | 220fffa12f57b6549e7540f80cde55391f3bdbb5 /bfd/targets.c | |
parent | 909272ee76c4915692763a3dde6b4b1dc21fc166 (diff) | |
download | gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2 |
Remove a29k support.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index 3395186..009f906 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, |