summaryrefslogtreecommitdiff
path: root/debian/patches/alpha-no-ev4-directive.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/alpha-no-ev4-directive.diff')
-rw-r--r--debian/patches/alpha-no-ev4-directive.diff8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/patches/alpha-no-ev4-directive.diff b/debian/patches/alpha-no-ev4-directive.diff
index e34b9ea..a464f9e 100644
--- a/debian/patches/alpha-no-ev4-directive.diff
+++ b/debian/patches/alpha-no-ev4-directive.diff
@@ -4,9 +4,11 @@
gcc/config/alpha/alpha.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
+Index: b/src/gcc/config/alpha/alpha.c
+===================================================================
--- a/src/gcc/config/alpha/alpha.c
+++ b/src/gcc/config/alpha/alpha.c
-@@ -9740,7 +9740,7 @@
+@@ -9444,7 +9444,7 @@
fputs ("\t.set nomacro\n", asm_out_file);
if (TARGET_SUPPORT_ARCH | TARGET_BWX | TARGET_MAX | TARGET_FIX | TARGET_CIX)
{
@@ -15,7 +17,7 @@
if (alpha_cpu == PROCESSOR_EV6 || TARGET_FIX || TARGET_CIX)
arch = "ev6";
-@@ -9750,10 +9750,9 @@
+@@ -9454,10 +9454,9 @@
arch = "ev56";
else if (alpha_cpu == PROCESSOR_EV5)
arch = "ev5";
@@ -27,4 +29,4 @@
+ fprintf (asm_out_file, "\t.arch %s\n", arch);
}
}
- #endif
+