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

« back to all changes in this revision

Viewing changes to debian/patches/svn-updates.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-06-11 21:10:12 UTC
  • Revision ID: james.westby@ubuntu.com-20110611211012-5mil9506mqtiplyl
Tags: 4.4.6-5
* Update to SVN 20110611 from the gcc-4_4-branch (r174958).
* Extend multiarch support for mips/mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# DP: updates from the 4.4 branch upto 20110606 (r174717).
 
1
# DP: updates from the 4.4 branch upto 20110611 (r174958).
2
2
 
3
3
last_updated()
4
4
{
5
5
        cat > ${dir}LAST_UPDATED <<EOF
6
 
Mon Jun  6 20:30:33 CEST 2011
7
 
Mon Jun  6 18:30:33 UTC 2011 (revision 174717)
 
6
Sat Jun 11 21:26:35 CEST 2011
 
7
Sat Jun 11 19:26:35 UTC 2011 (revision 174958)
8
8
EOF
9
9
}
10
10
 
156
156
+++ b/src/gcc/DATESTAMP (.../branches/gcc-4_4-branch)
157
157
@@ -1 +1 @@
158
158
-20110416
159
 
+20110606
 
159
+20110611
160
160
Index: gcc/tree-tailcall.c
161
161
===================================================================
162
162
--- a/src/gcc/tree-tailcall.c   (.../tags/gcc_4_4_6_release)
282
282
===================================================================
283
283
--- a/src/gcc/ChangeLog (.../tags/gcc_4_4_6_release)
284
284
+++ b/src/gcc/ChangeLog (.../branches/gcc-4_4-branch)
285
 
@@ -1,3 +1,143 @@
 
285
@@ -1,3 +1,147 @@
 
286
+2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
 
287
+
 
288
+       * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
 
289
+
286
290
+2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
287
291
+
288
292
+       * config/sparc/sparc.c (output_return): Fix thinko in the output of an
1413
1417
===================================================================
1414
1418
--- a/src/gcc/config/sparc/sparc.md     (.../tags/gcc_4_4_6_release)
1415
1419
+++ b/src/gcc/config/sparc/sparc.md     (.../branches/gcc-4_4-branch)
1416
 
@@ -7068,8 +7068,8 @@
 
1420
@@ -6899,9 +6899,7 @@
 
1421
                               (if_then_else (eq_attr "isa" "v9")
 
1422
                                             (const_int 2)
 
1423
                                             (const_int 3))
 
1424
-                              (if_then_else (eq_attr "isa" "v9")
 
1425
-                                            (const_int 3)
 
1426
-                                            (const_int 4)))
 
1427
+                              (const_int 4))
 
1428
               (eq_attr "empty_delay_slot" "true")
 
1429
                 (if_then_else (eq_attr "delayed_branch" "true")
 
1430
                               (const_int 2)
 
1431
@@ -7068,8 +7066,8 @@
1417
1432
                      (const_int 4)))])
1418
1433
 
1419
1434
 ;; For __builtin_setjmp we need to flush register windows iff the function
1424
1439
 (define_expand "builtin_setjmp_setup"
1425
1440
   [(match_operand 0 "register_operand" "r")]
1426
1441
   ""
1427
 
@@ -7108,19 +7108,26 @@
 
1442
@@ -7108,19 +7106,26 @@
1428
1443
                (eq_attr "pic" "true")
1429
1444
                  (const_int 4)] (const_int 3)))])
1430
1445