diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-18 15:53:29 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-18 15:53:29 +0300 |
commit | 8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch) | |
tree | 06c106e622a58100aa85a381b9b65d222b076df4 /debian/patches/alpha-no-ev4-directive.diff | |
parent | 42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff) | |
download | gcc-9-debian.tar.gz |
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/patches/alpha-no-ev4-directive.diff')
-rw-r--r-- | debian/patches/alpha-no-ev4-directive.diff | 6 |
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"; |