summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:26:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:26:51 +0000
commit00615127102d1a15f3f92e07bb90c65ea23efedb (patch)
treed12d89bf0973a1e73a5f5e4329ca305a2bce49ad /make
parent2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-00615127102d1a15f3f92e07bb90c65ea23efedb.tar.bz2
2008-11-20 Daron Chabot <daronchabot@gmail.com>
PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog6
-rw-r--r--make/custom/pc386.cfg1
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 3ccbec4f0d..d64b6c7299 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-20 Daron Chabot <daronchabot@gmail.com>
+
+ PR 1337/bsps
+ * custom/pc386.cfg: Stripping .rodata section produces unusable
+ executables for the i386-rtems target.
+
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
* custom/score603e.cfg: Modifications required to run on hardware. Some
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index ce65fe8a95..847f218fe2 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -49,7 +49,6 @@ LDFLAGS += -Wl,-Ttext,$(RELOCADDR)
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -O elf32-i386 \
- --remove-section=.rodata \
--remove-section=.comment \
--remove-section=.note \
--strip-unneeded $(basename $@).exe $(basename $@).nxe