From 1b5e5524e63dd7a833a739d6dfaf350966847a74 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Nov 2008 15:26:37 +0000 Subject: 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(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index b943a5425e..c2ecd315cb 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-10-14 Joel Sherrill * Makefile.am: Add h8sxsim BSP variant. 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 -- cgit v1.2.3