diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-04 11:31:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-04 11:31:57 -0800 |
commit | d0b6f08c1dc35a81107b9bd813aa140652e85649 (patch) | |
tree | e57b020e35a6155dadacb479321d599522615f8c /packages/binutils/binutils-2.19.1/binutils-2.16.1-e300c2c3.patch | |
parent | 1bd27c48b538fb4e29128cadcf92e975d578446c (diff) |
binutils-2.19.1: New recipe.
Diffstat (limited to 'packages/binutils/binutils-2.19.1/binutils-2.16.1-e300c2c3.patch')
-rw-r--r-- | packages/binutils/binutils-2.19.1/binutils-2.16.1-e300c2c3.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/binutils/binutils-2.19.1/binutils-2.16.1-e300c2c3.patch b/packages/binutils/binutils-2.19.1/binutils-2.16.1-e300c2c3.patch new file mode 100644 index 0000000000..c5e4234f22 --- /dev/null +++ b/packages/binutils/binutils-2.19.1/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) |