diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-22 17:39:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-22 17:39:57 +0000 |
commit | 9d1d85b2cf12d713ef60d369d5dffad2d6c3ef32 (patch) | |
tree | 5cd78aa560ff0e3e3306885b0c65a1903aaa0a8b /packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch | |
parent | a94c976932ba314527bcb8faa7a6589ef0bc7266 (diff) | |
parent | 90a5e1115963c246355e4224828952b69e44c802 (diff) |
merge of 'af88183f8a1fc8ac383ef392272c0f8dde354024'
and 'c6caaa43c1d9168b1c89bc83e7ec1c38ca284d88'
Diffstat (limited to 'packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch')
-rw-r--r-- | packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch b/packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch new file mode 100644 index 0000000000..c5e4234f22 --- /dev/null +++ b/packages/binutils/binutils-2.18/binutils-2.16.1-e300c2c3.patch @@ -0,0 +1,19 @@ +Adds support for Freescale Power architecture e300c2 and e300c3 cores. +http://www.bitshrine.org/gpp/tc-fsl-x86lnx-e300c3-nptl-4.0.2-2.src.rpm + +Leon Woestenberg <leonw@mailcan.com> + +diff -uNr binutils-2.16.1.orig/gas/config/tc-ppc.c binutils-2.16.1/gas/config/tc-ppc.c +--- binutils-2.16.1.orig/gas/config/tc-ppc.c 2005-03-02 13:24:01.000000000 +0000 ++++ binutils-2.16.1/gas/config/tc-ppc.c 2006-07-04 11:45:24.000000000 +0100 +@@ -879,6 +879,10 @@ + else + ppc_cpu |= PPC_OPCODE_SPE; + } ++ else if (strcmp (arg, "pmr") == 0) ++ { ++ ppc_cpu |= PPC_OPCODE_PMR; ++ } + /* -mppc64 and -m620 mean to assemble for the 64-bit PowerPC + 620. */ + else if (strcmp (arg, "ppc64") == 0 || strcmp (arg, "620") == 0) |