summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/binutils/files/binutils-2.17-cell-power4.patch')
-rw-r--r--sys-devel/binutils/files/binutils-2.17-cell-power4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-devel/binutils/files/binutils-2.17-cell-power4.patch b/sys-devel/binutils/files/binutils-2.17-cell-power4.patch
deleted file mode 100644
index 4f9d87e..0000000
--- a/sys-devel/binutils/files/binutils-2.17-cell-power4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ruN binutils-2.17.orig/gas/config/tc-ppc.c binutils-2.17/gas/config/tc-ppc.c
---- binutils-2.17.orig/gas/config/tc-ppc.c 2006-08-22 12:51:11.000000000 -0500
-+++ binutils-2.17/gas/config/tc-ppc.c 2006-08-22 13:04:18.000000000 -0500
-@@ -921,10 +921,10 @@
- /* -mdd1.0, -mdd2.0 and -mdd3.0 are here for completeness. */
- else if (strcmp (arg, "cellppu") == 0 || strcmp (arg, "ppu") == 0
- || strcmp (arg, "dd1.0") == 0 || strcmp (arg, "dd2.0") == 0
-- || strcmp (arg, "dd3.0") == 0 )
-+ || strcmp (arg, "dd3.0") == 0 || strcmp (arg, "cell") == 0 )
- {
- ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_64 | PPC_OPCODE_CELLPPU
-- | PPC_OPCODE_ALTIVEC;
-+ | PPC_OPCODE_POWER4 | PPC_OPCODE_ALTIVEC;
- }
- /* -mcom means assemble for the common intersection between Power
- and PowerPC. At present, we just allow the union, rather