summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:39 +0000
commit650ab94b0a77214f8f089ba1e57fbd0dd5955971 (patch)
tree97e7acd48ac1375159f033a16557e09975658fef
parentbd348e4eba3eaaf374cd7df242faf50d7cfbe6ea (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 0923e73b13..bc9c9ca20c 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.
+
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/mvme5500.cfg: Fix typo.
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 2961d4c043..f2357ec750 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -50,7 +50,6 @@ define make-exe
-o $(basename $@).elf \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O elf32-i386 \
- --remove-section=.rodata \
--remove-section=.comment \
--remove-section=.note \
--strip-unneeded $(basename $@).elf $@