Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-11-13 13:18:57 +0300
committerNick Clifton <nickc@redhat.com>2014-11-13 13:18:57 +0300
commitb7d6a7c805565ab550458c863ad1aaa7031de2b0 (patch)
tree19e9d4dd0b446a0fa0a7e7375a6b715658ba1d46 /libgloss/msp430/Makefile.in
parent58d35b961ea4fcf575b8aedd3f285311c5b0e6a2 (diff)
* 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/msp430/Makefile.in')
-rw-r--r--libgloss/msp430/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
index b9f5a6aff..286cd8963 100644
--- a/libgloss/msp430/Makefile.in
+++ b/libgloss/msp430/Makefile.in
@@ -82,6 +82,7 @@ CIO_OBJS = ciosyscalls.o \
# crt0.s with -DL0 via the default rule below.
CRT_OBJS = \
crt_bss.o \
+ crt_high_bss.o \
crt_movedata.o \
crt_main.o \
crt_main_minrt.o \