18 lines
666 B
Plaintext
18 lines
666 B
Plaintext
$OpenBSD: patch-bfd_archures_c,v 1.1 2008/10/01 04:46:19 ckuethe Exp $
|
|
--- bfd/archures.c.orig Mon Aug 6 12:59:14 2007
|
|
+++ bfd/archures.c Sat Sep 27 20:20:27 2008
|
|
@@ -346,6 +346,13 @@ DESCRIPTION
|
|
.#define bfd_mach_avr4 4
|
|
.#define bfd_mach_avr5 5
|
|
.#define bfd_mach_avr6 6
|
|
+.#define bfd_mach_avrxmega1 101
|
|
+.#define bfd_mach_avrxmega2 102
|
|
+.#define bfd_mach_avrxmega3 103
|
|
+.#define bfd_mach_avrxmega4 104
|
|
+.#define bfd_mach_avrxmega5 105
|
|
+.#define bfd_mach_avrxmega6 106
|
|
+.#define bfd_mach_avrxmega7 107
|
|
. bfd_arch_bfin, {* ADI Blackfin *}
|
|
.#define bfd_mach_bfin 1
|
|
. bfd_arch_cr16, {* National Semiconductor CompactRISC (ie CR16). *}
|