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

« back to all changes in this revision

Viewing changes to .svn/pristine/fe/fe1e741deafa7158fb5da508b507eb36df0dceb8.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
# DP: PR libffi/47248, force a read only eh frame section.
 
2
 
 
3
Index: b/src/libffi/configure.ac
 
4
===================================================================
 
5
--- a/src/libffi/configure.ac
 
6
+++ b/src/libffi/configure.ac
 
7
@@ -411,6 +411,8 @@
 
8
                libffi_cv_ro_eh_frame=yes
 
9
            fi
 
10
        fi
 
11
+       # FIXME: see PR libffi/47248
 
12
+       libffi_cv_ro_eh_frame=yes
 
13
        rm -f conftest.*
 
14
       ])
 
15
   if test "x$libffi_cv_ro_eh_frame" = xyes; then