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:
authorPaul Brook <paul@codesourcery.com>2006-10-24 01:25:20 +0400
committerPaul Brook <paul@codesourcery.com>2006-10-24 01:25:20 +0400
commit8b463a35b5f3f04137535b3cff08cedd9063e974 (patch)
treec8ad54a3e3d3cde419995807b13f157ae0b40744
parente9375a96b3722d29e580a7f1a7187625eb94a399 (diff)
2006-10-23 Paul Brook <paul@codesourcery.com>
libgloss/ * arm/Makefile.in (ARMV7M_OBJS): Add lm3s6xx-rom.ld, lm3s8xx-rom.ld, lm3s6xx-ram.ld and lm3s8xx-ram.ld (lm3s6xx, lm3s8xx): Define.
-rw-r--r--ChangeLog.csl7
-rw-r--r--libgloss/arm/Makefile.in6
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 11750a7b2..a79cea4e0 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-10-23 Paul Brook <paul@codesourcery.com>
+
+ libgloss/
+ * arm/Makefile.in (ARMV7M_OBJS): Add lm3s6xx-rom.ld, lm3s8xx-rom.ld,
+ lm3s6xx-ram.ld and lm3s8xx-ram.ld
+ (lm3s6xx, lm3s8xx): Define.
+
2006-10-23 Nathan Sidwell <nathan@codesourcery.com>
libgloss/
diff --git a/libgloss/arm/Makefile.in b/libgloss/arm/Makefile.in
index e081234fb..6ec81d092 100644
--- a/libgloss/arm/Makefile.in
+++ b/libgloss/arm/Makefile.in
@@ -80,7 +80,9 @@ IQ80310_INSTALL = install-iq80310
ARMV7M_OBJS = armv7m-crt0.o rdimon-ram.ld \
armv7m-rom.ld lm3s10x-rom.ld lm3s301-rom.ld lm3s31x-rom.ld \
- armv7m-ram.ld lm3s10x-ram.ld lm3s301-ram.ld lm3s31x-ram.ld
+ lm3s6xx-rom.ld lm3s8xx-rom.ld \
+ armv7m-ram.ld lm3s10x-ram.ld lm3s301-ram.ld lm3s31x-ram.ld \
+ lm3s6xx-ram.ld lm3s8xx-ram.ld
ARMV7M_SPECS = armv7m.specs
ARMV7M_INSTALL = install-armv7m
@@ -145,6 +147,8 @@ armv7m= 0x20000000 32M 0 32M no armv7m-crt0.o -lrdimon
lm3s10x= 0x20000000 2k 0 8k yes armv7m-crt0.o -lrdimon
lm3s301= 0x20000000 2k 0 16k yes armv7m-crt0.o -lrdimon
lm3s31x= 0x20000000 4k 0 16k yes armv7m-crt0.o -lrdimon
+lm3s6xx= 0x20000000 8k 0 32k yes armv7m-crt0.o -lrdimon
+lm3s8xx= 0x20000000 8k 0 64k yes armv7m-crt0.o -lrdimon
%-ram.ld : arm.sc Makefile
RAM=$(word 1,$($*)) RAM_SIZE=$(word 2,$($*)) \