summaryrefslogtreecommitdiff
path: root/devel/msp430-binutils/files/patch-bfd::bfd-in2.h
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-08-12 08:49:49 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-08-12 08:49:49 +0000
commit871019a53ce82df00967b816b51a3cc48194c1df (patch)
tree69d9109b9163175af4e8e9ebd3da9a10dc8825ae /devel/msp430-binutils/files/patch-bfd::bfd-in2.h
parentUpdate to JMeter 1.9. (diff)
(*) Add new devices.
(*) Fix some bugs. These changes will be in next binutils release from RedHat. But we could use them before release :) Obtained from: Target developers.
Notes
Notes: svn path=/head/; revision=86800
Diffstat (limited to 'devel/msp430-binutils/files/patch-bfd::bfd-in2.h')
-rw-r--r--devel/msp430-binutils/files/patch-bfd::bfd-in2.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/msp430-binutils/files/patch-bfd::bfd-in2.h b/devel/msp430-binutils/files/patch-bfd::bfd-in2.h
new file mode 100644
index 000000000000..b9b542a7d281
--- /dev/null
+++ b/devel/msp430-binutils/files/patch-bfd::bfd-in2.h
@@ -0,0 +1,31 @@
+--- bfd/bfd-in2.h 2003-05-04 00:06:57.000000000 +0800
++++ bfd/bfd-in2.h 2003-08-06 01:51:10.000000000 +0800
+@@ -1763,23 +1763,24 @@
+ bfd_arch_openrisc, /* OpenRISC */
+ bfd_arch_mmix, /* Donald Knuth's educational processor. */
+ bfd_arch_xstormy16,
+ #define bfd_mach_xstormy16 1
+ bfd_arch_msp430, /* Texas Instruments MSP430 architecture. */
+-#define bfd_mach_msp110 110
+ #define bfd_mach_msp11 11
++#define bfd_mach_msp110 110
+ #define bfd_mach_msp12 12
+ #define bfd_mach_msp13 13
+ #define bfd_mach_msp14 14
+-#define bfd_mach_msp41 41
++#define bfd_mach_msp15 15
++#define bfd_mach_msp16 16
+ #define bfd_mach_msp31 31
+ #define bfd_mach_msp32 32
+ #define bfd_mach_msp33 33
++#define bfd_mach_msp41 41
++#define bfd_mach_msp42 42
+ #define bfd_mach_msp43 43
+ #define bfd_mach_msp44 44
+-#define bfd_mach_msp15 15
+-#define bfd_mach_msp16 16
+ bfd_arch_xtensa, /* Tensilica's Xtensa cores. */
+ #define bfd_mach_xtensa 1
+ bfd_arch_last
+ };
+