From f4d9c474fd9eb0d2d0530e97bb75489d37e67480 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Nov 2008 15:27:15 +0000 Subject: [PATCH] 2008-11-20 Daron Chabot PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target. --- make/ChangeLog | 6 ++++++ make/custom/pc386.cfg | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + PR 1337/bsps + * custom/pc386.cfg: Stripping .rodata section produces unusable + executables for the i386-rtems target. + 2008-08-12 Joel Sherrill * 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 $@