diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-02-10 01:41:57 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-02-10 01:41:57 +0000 |
commit | c932fd968aa856dd886b997922e02a4f900c8f1c (patch) | |
tree | 0ee66539f1b162b3711bf990e9eb222ee8397cb1 /bfd/bfd-in2.h | |
parent | 866da18e1f247d117a45107f9065f77543e47c8b (diff) | |
download | ppe42-binutils-c932fd968aa856dd886b997922e02a4f900c8f1c.tar.gz ppe42-binutils-c932fd968aa856dd886b997922e02a4f900c8f1c.zip |
Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index fd4cf43c79..b2dc589378 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1042,6 +1042,10 @@ enum bfd_architecture /* end-sanitize-rce */ /* start-sanitize-arc */ bfd_arch_arc, /* Argonaut RISC Core */ +#define bfd_mach_arc_base 0 +#define bfd_mach_arc_host 1 +#define bfd_mach_arc_graphics 2 +#define bfd_mach_arc_audio 3 /* end-sanitize-arc */ bfd_arch_last }; |