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/powerpc_nofprs.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/powerpc_nofprs.diff')
-rw-r--r-- | debian/patches/powerpc_nofprs.diff | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/debian/patches/powerpc_nofprs.diff b/debian/patches/powerpc_nofprs.diff deleted file mode 100644 index 7b4b204..0000000 --- a/debian/patches/powerpc_nofprs.diff +++ /dev/null @@ -1,75 +0,0 @@ ---- a/src/libgcc/config/rs6000/crtsavfpr.S -+++ b/src/libgcc/config/rs6000/crtsavfpr.S -@@ -33,6 +33,7 @@ - - /* On PowerPC64 Linux, these functions are provided by the linker. */ - #ifndef __powerpc64__ -+#ifndef __NO_FPRS__ - - /* Routines for saving floating point registers, called by the compiler. */ - /* Called with r11 pointing to the stack header word of the caller of the */ -@@ -79,3 +80,4 @@ - CFI_ENDPROC - - #endif -+#endif ---- a/src/libgcc/config/rs6000/crtresfpr.S -+++ b/src/libgcc/config/rs6000/crtresfpr.S -@@ -33,6 +33,7 @@ - - /* On PowerPC64 Linux, these functions are provided by the linker. */ - #ifndef __powerpc64__ -+#ifndef __NO_FPRS__ - - /* Routines for restoring floating point registers, called by the compiler. */ - /* Called with r11 pointing to the stack header word of the caller of the */ -@@ -79,3 +80,4 @@ - CFI_ENDPROC - - #endif -+#endif ---- a/src/libgcc/config/rs6000/crtresxfpr.S -+++ b/src/libgcc/config/rs6000/crtresxfpr.S -@@ -33,6 +33,7 @@ - - /* On PowerPC64 Linux, these functions are provided by the linker. */ - #ifndef __powerpc64__ -+#ifndef __NO_FPRS__ - - /* Routines for restoring floating point registers, called by the compiler. */ - /* Called with r11 pointing to the stack header word of the caller of the */ -@@ -124,3 +125,4 @@ - CFI_ENDPROC - - #endif -+#endif ---- a/src/libgcc/config/rs6000/crtsavevr.S 2013-03-13 22:25:25.802681336 +0000 -+++ b/src/libgcc/config/rs6000/crtsavevr.S 2013-03-13 22:26:21.054695066 +0000 -@@ -24,6 +24,7 @@ - - /* On PowerPC64 Linux, these functions are provided by the linker. */ - #ifndef __powerpc64__ -+#ifndef __NO_FPRS__ - - #undef __ALTIVEC__ - #define __ALTIVEC__ 1 -@@ -85,3 +86,4 @@ - CFI_ENDPROC - - #endif -+#endif ---- a/src/libgcc/config/rs6000/crtrestvr.S 2013-03-13 22:25:28.394681980 +0000 -+++ b/src/libgcc/config/rs6000/crtrestvr.S 2013-03-13 22:26:21.058695067 +0000 -@@ -24,6 +24,7 @@ - - /* On PowerPC64 Linux, these functions are provided by the linker. */ - #ifndef __powerpc64__ -+#ifndef __NO_FPRS__ - - #undef __ALTIVEC__ - #define __ALTIVEC__ 1 -@@ -85,3 +86,4 @@ - CFI_ENDPROC - - #endif -+#endif |