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

« back to all changes in this revision

Viewing changes to .svn/pristine/15/152b6bcbaa9a0ca3f57268441ec46a33f3b69b3e.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: On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
 
2
# DP: is not passed.
 
3
 
 
4
Index: b/src/gcc/config/mips/mips.h
 
5
===================================================================
 
6
--- a/src/gcc/config/mips/mips.h
 
7
+++ b/src/gcc/config/mips/mips.h
 
8
@@ -1140,6 +1140,7 @@
 
9
 %{mshared} %{mno-shared} \
 
10
 %{msym32} %{mno-sym32} \
 
11
 %{mtune=*} \
 
12
+%{!mno-fix-loongson2f-nop:-mfix-loongson2f-nop} \
 
13
 %(subtarget_asm_spec)"
 
14
 
 
15
 /* Extra switches sometimes passed to the linker.  */