From d3c3ba07ad71bb25ca9a2b860e17cdb38bc02cb4 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 1 Sep 2006 21:55:12 +0000 Subject: 2006-09-01 Paul Brook libgloss/ * arm/Makefile.in: Reduce rdi/rdp ram size to avoid overflow. --- ChangeLog.csl | 5 +++++ libgloss/arm/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.csl b/ChangeLog.csl index b91f800cc..c4dca3bf6 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-09-01 Paul Brook + + libgloss/ + * arm/Makefile.in: Reduce rdi/rdp ram size to avoid overflow. + 2006-09-01 Nathan Sidwell libgloss/ diff --git a/libgloss/arm/Makefile.in b/libgloss/arm/Makefile.in index 9106f5bc3..8b16860ac 100644 --- a/libgloss/arm/Makefile.in +++ b/libgloss/arm/Makefile.in @@ -136,8 +136,8 @@ $(RDIMON_BSP): $(RDIMON_OBJS) # Armv7M board files. # ram rom stack crt0 bsp # position size position size -rdimon= 0 4096M 0 0 no rdimon-crt0.o -lrdimon -rdpmon= 0 4096M 0 0 no rdpmon-crt0.o -lrdpmon +rdimon= 0 4095M 0 0 no rdimon-crt0.o -lrdimon +rdpmon= 0 4095M 0 0 no rdpmon-crt0.o -lrdpmon armv7m= 0 32M 0x20000000 32M no armv7m-crt0.o -lrdimon lm3s10x= 0 2k 0x20000000 8k yes armv7m-crt0.o -lrdimon lm3s301= 0 2k 0x20000000 16k yes armv7m-crt0.o -lrdimon -- cgit v1.2.3