diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:59:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:59:24 +0000 |
commit | 848cf006a0ae006d412db5180cecca7f790b66a8 (patch) | |
tree | 7c460102f25a9649557e5fdf99e09921bbb02a23 /bfd/cpu-a29k.c | |
parent | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (diff) | |
download | gdb-848cf006a0ae006d412db5180cecca7f790b66a8.zip gdb-848cf006a0ae006d412db5180cecca7f790b66a8.tar.gz gdb-848cf006a0ae006d412db5180cecca7f790b66a8.tar.bz2 |
Remove a29k files.
Diffstat (limited to 'bfd/cpu-a29k.c')
-rw-r--r-- | bfd/cpu-a29k.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c deleted file mode 100644 index 7eebe63..0000000 --- a/bfd/cpu-a29k.c +++ /dev/null @@ -1,39 +0,0 @@ -/* BFD support for the AMD 29000 architecture. - Copyright 1992, 2000, 2002 Free Software Foundation, Inc. - Hacked by Steve Chamberlain of Cygnus Support. - -This file is part of BFD, the Binary File Descriptor library. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - -#include "bfd.h" -#include "sysdep.h" -#include "libbfd.h" - -const bfd_arch_info_type bfd_a29k_arch = - { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ - bfd_arch_a29k, - 0, /* only 1 machine */ - "a29k", - "a29k", - 4, - TRUE, /* the one and only */ - bfd_default_compatible, - bfd_default_scan , - 0, - }; |