aboutsummaryrefslogtreecommitdiff
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-05-18 14:14:28 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 13:30:19 +0200
commit324bd1170642cf2c2fd963350aa428e0cc5a88fb (patch)
treeb78129cdcda347e9177ec9685d5ecef4e33529a1 /libgloss/ChangeLog
parent7b3c1cffceea4c5418cf708d09a5187ff235cfe2 (diff)
downloadnewlib-324bd1170642cf2c2fd963350aa428e0cc5a88fb.zip
newlib-324bd1170642cf2c2fd963350aa428e0cc5a88fb.tar.gz
newlib-324bd1170642cf2c2fd963350aa428e0cc5a88fb.tar.bz2
Add a check that the data area does not overrun the stack.
* msp430/msp430-sim.ld (.stack): Add an assertion to make sure that the data area does not overrun the stack. PROVIDE a new symbol __stack_size to allow the user to set the limit. * msp430/msp430xl-sim.ld (.stack): Likewise. * rl78/rl78-sim.ld (.stack): Likewise. * rl78/rl78.ld (.stack): Likewise. * rx/rx-sim.ld (.stack): Likewise. * rx/rx.ld (.stack): Likewise.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 5c96c23..9988189 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,14 @@
+2015-05-18 Nick Clifton <nickc@redhat.com>
+
+ * msp430/msp430-sim.ld (.stack): Add an assertion to make sure
+ that the data area does not overrun the stack. PROVIDE a new
+ symbol __stack_size to allow the user to set the limit.
+ * msp430/msp430xl-sim.ld (.stack): Likewise.
+ * rl78/rl78-sim.ld (.stack): Likewise.
+ * rl78/rl78.ld (.stack): Likewise.
+ * rx/rx-sim.ld (.stack): Likewise.
+ * rx/rx.ld (.stack): Likewise.
+
2015-05-05 Nick Clifton <nickc@redhat.com>
* msp430/msp430.ld: Delete.