diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
commit | 4af1d5f66272560aea5209caf523d6fece97f3bd (patch) | |
tree | 8c996b8fe68f3b15e831b1d1c652053c166c203e /bfd/coffcode.h | |
parent | e48f66e46e8f58c36392397b816545318b0e4ab6 (diff) | |
download | gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.zip gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.gz gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.bz2 |
Mods to allow compilation of BFD all targets.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 27d467c..40ba6ae 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2064,6 +2064,7 @@ coff_set_arch_mach_hook (abfd, filehdr) break; #endif default: + arch = bfd_arch_obscure; (*_bfd_error_handler) (_("Unrecognized TI COFF target id '0x%x'"), internal_f->f_target_id); |