]> TLD Linux GIT Repositories - packages/gcc.git/blobdiff - gcc-branch.diff
- updated to 4.8.5
[packages/gcc.git] / gcc-branch.diff
index ae7334d737326c96c72cbba3afde2973715fe896..bc6fa31eb60a2d3a01141621fc9cc9074337b63b 100644 (file)
@@ -1,26 +1,27 @@
-Index: gcc/DEV-PHASE
-===================================================================
---- gcc/DEV-PHASE      (.../tags/gcc_4_7_3_release)    (wersja 197768)
-+++ gcc/DEV-PHASE      (.../branches/gcc-4_7-branch)   (wersja 197768)
-@@ -0,0 +1 @@
-+prerelease
 Index: gcc/ChangeLog
 ===================================================================
---- gcc/ChangeLog      (.../tags/gcc_4_7_3_release)    (wersja 197768)
-+++ gcc/ChangeLog      (.../branches/gcc-4_7-branch)   (wersja 197768)
-@@ -1,3 +1,8 @@
-+2013-04-11  Richard Biener  <rguenther@suse.de>
+--- gcc/ChangeLog      (.../tags/gcc_4_8_5_release)    (revision 226547)
++++ gcc/ChangeLog      (.../branches/gcc-4_8-branch)   (revision 226547)
+@@ -1,3 +1,9 @@
++2015-06-23  Ludovic Courtès  <ludo@gnu.org>
 +
-+      * BASE-VER: Set to 4.7.4.
-+      * DEV-PHASE: Set to prerelease.
++      PR 65711
++      * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
++      '-dynamic-linker' within %{!shared: ...}.
 +
- 2013-04-11  Release Manager
+ 2015-06-23  Release Manager
  
-       * GCC 4.7.3 released.
-Index: gcc/BASE-VER
+       * GCC 4.8.5 released.
+Index: gcc/config/arm/linux-elf.h
 ===================================================================
---- gcc/BASE-VER       (.../tags/gcc_4_7_3_release)    (wersja 197768)
-+++ gcc/BASE-VER       (.../branches/gcc-4_7-branch)   (wersja 197768)
-@@ -1 +1 @@
--4.7.3
-+4.7.4
+--- gcc/config/arm/linux-elf.h (.../tags/gcc_4_8_5_release)    (revision 226547)
++++ gcc/config/arm/linux-elf.h (.../branches/gcc-4_8-branch)   (revision 226547)
+@@ -65,7 +65,7 @@
+    %{symbolic:-Bsymbolic} \
+    %{!static: \
+      %{rdynamic:-export-dynamic} \
+-     -dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \
++     %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \
+    -X \
+    %{mbig-endian:-EB} %{mlittle-endian:-EL}" \
+    SUBTARGET_EXTRA_LINK_SPEC