aboutsummaryrefslogtreecommitdiff
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-11-13 10:18:57 +0000
committerNick Clifton <nickc@redhat.com>2014-11-13 10:18:57 +0000
commitb7d6a7c805565ab550458c863ad1aaa7031de2b0 (patch)
tree19e9d4dd0b446a0fa0a7e7375a6b715658ba1d46 /libgloss/ChangeLog
parent58d35b961ea4fcf575b8aedd3f285311c5b0e6a2 (diff)
downloadnewlib-b7d6a7c805565ab550458c863ad1aaa7031de2b0.zip
newlib-b7d6a7c805565ab550458c863ad1aaa7031de2b0.tar.gz
newlib-b7d6a7c805565ab550458c863ad1aaa7031de2b0.tar.bz2
* msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.
* msp430/crt0.S (high_bss): Add. * msp430/msp430-sim.ld: Add error message if .upper sections are detected. * msp430/msp430xl-sim.ld (MEMORY): Adjust to better mimic real life MCUs. Add support for upper and lower sections.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 739626f..0caaa2d 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,6 +1,15 @@
+2014-11-13 Nick Clifton <nickc@redhat.com>
+
+ * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.
+ * msp430/crt0.S (high_bss): Add.
+ * msp430/msp430-sim.ld: Add error message if .upper sections are
+ detected.
+ * msp430/msp430xl-sim.ld (MEMORY): Adjust to better mimic real
+ life MCUs. Add support for upper and lower sections.
+
2014-10-22 Tim Harder <radhermit@gmail.com>
- * msp430/Makefile.in: respect DESTDIR during install
+ * msp430/Makefile.in: Respect DESTDIR during install.
2014-09-22 Peter A. Bigot <pab@pabigot.com>