diff options
author | Nick Clifton <nickc@redhat.com> | 1999-02-01 11:13:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-02-01 11:13:44 +0000 |
commit | 0835d7d74af1417c62347ed9c88cb127ba9b5ea1 (patch) | |
tree | 5b1278572c57e9cedb31bfe106573d689a7f21ae /bfd/archures.c | |
parent | c5d09c0f87b22a7097d86a1bd6807784ca9562bc (diff) | |
download | gdb-0835d7d74af1417c62347ed9c88cb127ba9b5ea1.zip gdb-0835d7d74af1417c62347ed9c88cb127ba9b5ea1.tar.gz gdb-0835d7d74af1417c62347ed9c88cb127ba9b5ea1.tar.bz2 |
Remove sanitization of v850e-elf
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index f62f9a7..9fdafc4 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -202,10 +202,8 @@ DESCRIPTION . {* end-sanitize-tic80 *} . bfd_arch_v850, {* NEC V850 *} .#define bfd_mach_v850 0 -. {* start-sanitize-v850e *} .#define bfd_mach_v850e 'E' .#define bfd_mach_v850ea 'A' -. {* end-sanitize-v850e *} . bfd_arch_arc, {* Argonaut RISC Core *} .#define bfd_mach_arc_base 0 . bfd_arch_m32r, {* Mitsubishi M32R/D *} |