~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/75/755a2e0674c1b74c673332fd243daf5056bc8bf7.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/src/libgcc/config/rs6000/crtsavfpr.S
 
2
+++ b/src/libgcc/config/rs6000/crtsavfpr.S
 
3
@@ -33,6 +33,7 @@
 
4
 
 
5
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 
6
 #ifndef __powerpc64__
 
7
+#ifndef __NO_FPRS__
 
8
 
 
9
 /* Routines for saving floating point registers, called by the compiler.  */
 
10
 /* Called with r11 pointing to the stack header word of the caller of the */
 
11
@@ -79,3 +80,4 @@
 
12
 CFI_ENDPROC
 
13
 
 
14
 #endif
 
15
+#endif
 
16
--- a/src/libgcc/config/rs6000/crtresfpr.S
 
17
+++ b/src/libgcc/config/rs6000/crtresfpr.S
 
18
@@ -33,6 +33,7 @@
 
19
 
 
20
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 
21
 #ifndef __powerpc64__
 
22
+#ifndef __NO_FPRS__
 
23
 
 
24
 /* Routines for restoring floating point registers, called by the compiler.  */
 
25
 /* Called with r11 pointing to the stack header word of the caller of the */
 
26
@@ -79,3 +80,4 @@
 
27
 CFI_ENDPROC
 
28
 
 
29
 #endif
 
30
+#endif
 
31
--- a/src/libgcc/config/rs6000/crtresxfpr.S
 
32
+++ b/src/libgcc/config/rs6000/crtresxfpr.S
 
33
@@ -33,6 +33,7 @@
 
34
 
 
35
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 
36
 #ifndef __powerpc64__
 
37
+#ifndef __NO_FPRS__
 
38
 
 
39
 /* Routines for restoring floating point registers, called by the compiler.  */
 
40
 /* Called with r11 pointing to the stack header word of the caller of the */
 
41
@@ -124,3 +125,4 @@
 
42
 CFI_ENDPROC
 
43
 
 
44
 #endif
 
45
+#endif
 
46
--- a/src/libgcc/config/rs6000/crtsavevr.S      2013-03-13 22:25:25.802681336 +0000
 
47
+++ b/src/libgcc/config/rs6000/crtsavevr.S      2013-03-13 22:26:21.054695066 +0000
 
48
@@ -24,6 +24,7 @@
 
49
 
 
50
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 
51
 #ifndef __powerpc64__
 
52
+#ifndef __NO_FPRS__
 
53
 
 
54
 #undef __ALTIVEC__
 
55
 #define __ALTIVEC__ 1
 
56
@@ -85,3 +86,4 @@
 
57
 CFI_ENDPROC
 
58
 
 
59
 #endif
 
60
+#endif
 
61
--- a/src/libgcc/config/rs6000/crtrestvr.S      2013-03-13 22:25:28.394681980 +0000
 
62
+++ b/src/libgcc/config/rs6000/crtrestvr.S      2013-03-13 22:26:21.058695067 +0000
 
63
@@ -24,6 +24,7 @@
 
64
 
 
65
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 
66
 #ifndef __powerpc64__
 
67
+#ifndef __NO_FPRS__
 
68
 
 
69
 #undef __ALTIVEC__
 
70
 #define __ALTIVEC__ 1
 
71
@@ -85,3 +86,4 @@
 
72
 CFI_ENDPROC
 
73
 
 
74
 #endif
 
75
+#endif