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.diff6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/patches/alpha-no-ev4-directive.diff b/debian/patches/alpha-no-ev4-directive.diff
index ab50cb3..533437f 100644
--- a/debian/patches/alpha-no-ev4-directive.diff
+++ b/debian/patches/alpha-no-ev4-directive.diff
@@ -4,11 +4,9 @@
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
-@@ -9460,7 +9460,7 @@ alpha_file_start (void)
+@@ -9542,7 +9542,7 @@ alpha_file_start (void)
fputs ("\t.set nomacro\n", asm_out_file);
if (TARGET_SUPPORT_ARCH | TARGET_BWX | TARGET_MAX | TARGET_FIX | TARGET_CIX)
{
@@ -17,7 +15,7 @@ Index: b/src/gcc/config/alpha/alpha.c
if (alpha_cpu == PROCESSOR_EV6 || TARGET_FIX || TARGET_CIX)
arch = "ev6";
-@@ -9470,10 +9470,9 @@ alpha_file_start (void)
+@@ -9552,10 +9552,9 @@ alpha_file_start (void)
arch = "ev56";
else if (alpha_cpu == PROCESSOR_EV5)
arch = "ev5";