aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 8d44ec2..6d2d9eb 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-21 James Bowman <james.bowman@ftdichip.com>
+
+ * config/ft32/crti-hw.S: Use __PMSIZE to allow configurable
+ memory layout. Deal correctly with BSS region larger than 32K.
+ Handle a watchdog reset like a power-on reset. Clean up unused
+ code.
+
2015-09-18 Andrew Dixie <andrewd@gentrack.com>
David Edelsohn <dje.gcc@gmail.com>