summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:15 +0000
commitf4d9c474fd9eb0d2d0530e97bb75489d37e67480 (patch)
treecc2075a88c9f74a211005af74eb64b35be94fc11
parent3b4bbc277d5ebc493b262e7b5585726592f19b1c (diff)
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.
-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 2bba5462c2..693890938d 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-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/hurricane.cfg, custom/simsh4.cfg: Now build and link class
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 72079833a9..fe58e0fe46 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -50,7 +50,6 @@ define make-exe
-o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O elf32-i386 \
- --remove-section=.rodata \
--remove-section=.comment \
--remove-section=.note \
--strip-unneeded $(basename $@).nxe $@