aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libgcc/ChangeLog
diff options
context:
space:
mode:
authorsynergydev <synergye@codefi.re>2013-10-17 18:16:42 -0700
committersynergydev <synergye@codefi.re>2013-10-17 18:16:42 -0700
commit61c0330cc243abf13fdd01f377a7f80bd3989eb1 (patch)
tree119b08ae76294f23e2b1b7e72ff9a06afa9e8509 /gcc-4.8/libgcc/ChangeLog
parent1c712bf7621f3859c33fd3afaa61fdcaf3fdfd76 (diff)
downloadtoolchain_gcc-61c0330cc243abf13fdd01f377a7f80bd3989eb1.tar.gz
toolchain_gcc-61c0330cc243abf13fdd01f377a7f80bd3989eb1.tar.bz2
toolchain_gcc-61c0330cc243abf13fdd01f377a7f80bd3989eb1.zip
[4.8] Merge GCC 4.8.2
Change-Id: I0f1fcf69c5076d8534c5c45562745e1a37adb197
Diffstat (limited to 'gcc-4.8/libgcc/ChangeLog')
-rw-r--r--gcc-4.8/libgcc/ChangeLog57
1 files changed, 56 insertions, 1 deletions
diff --git a/gcc-4.8/libgcc/ChangeLog b/gcc-4.8/libgcc/ChangeLog
index f5869a690..8aeac1ca1 100644
--- a/gcc-4.8/libgcc/ChangeLog
+++ b/gcc-4.8/libgcc/ChangeLog
@@ -1,3 +1,58 @@
+2013-10-16 Release Manager
+
+ * GCC 4.8.2 released.
+
+2013-08-01 Maxim Kuvyrkov <maxim@kugelworks.com>
+
+ Backport from trunk: Fix licenses on several libgcc files.
+
+ * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
+ * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
+ * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
+ GPL-3.0-with-GCC-exception.
+
+2013-07-19 Georg-Johann Lay <avr@gjlay.de>
+
+ Backport from 2013-07-19 trunk r201051.
+
+ PR target/57516
+ * config/avr/lib1funcs-fixed.S (__roundqq3, __rounduqq3)
+ (__round_s2_const, __round_u2_const)
+ (__round_s4_const, __round_u4_const, __round_x8):
+ Saturate result if addition result cannot be represented.
+
+2013-07-09 Janis Johnson <janisjo@codesourcery.com>
+
+ * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
+
+2013-06-19 Alan Modra <amodra@gmail.com>
+
+ Apply mainline patches
+ 2013-06-04 Alan Modra <amodra@gmail.com>
+ * config/rs6000/ibm-ldouble.c: Enable for little-endian.
+
+ 2013-04-25 Alan Modra <amodra@gmail.com>
+ * config.host: Match little-endian powerpc-linux.
+
+2013-06-08 Walter Lee <walt@tilera.com>
+
+ Backport from mainline:
+ 2013-06-08 Walter Lee <walt@tilera.com>
+
+ * config/tilepro/atomic.h: Don't include stdint.h or features.h.
+ Replace int64_t with long long. Add __extension__ where
+ appropriate.
+
+2013-06-06 Douglas B Rupp <rupp@adacore.com>
+
+ * config.host (arm-wrs-vxworks): Configure with other soft float.
+
+2013-05-31 Richard Henderson <rth@redhat.com>
+
+ PR target/49146
+ * unwind-dw2.c (UNWIND_COLUMN_IN_RANGE): New macro.
+ (execute_cfa_program): Use it when storing to fs->regs.
+
2013-05-31 Release Manager
* GCC 4.8.1 released.
@@ -30,7 +85,7 @@
Backport from mainline:
2013-03-26 Walter Lee <walt@tilera.com>
-
+
* config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
-mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.