From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22627 invoked by alias); 11 Nov 2008 04:29:19 -0000 Received: (qmail 22613 invoked by uid 453); 11 Nov 2008 04:29:18 -0000 Date: Tue, 11 Nov 2008 04:29:00 -0000 Message-ID: <20081111042918.22611.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/hal/powerpc/arch/current ChangeL ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2008/txt/msg00315.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2008-11-11 04:29:18 Modified files: packages/hal/powerpc/arch/current: ChangeLog packages/hal/powerpc/arch/current/src: powerpc.ld Log message: * src/powerpc.ld (SECTION_data): Do not define _GLOBAL_OFFSET_TABLE_ It is meant to be defined by the linker. * src/powerpc.ld: Remove workaround from 2005-06-03 for LD bug, since fixed. Include .eh_frame_hdr in .eh_frame. * src/powerpc.ld: Future-proof relocs sections. * src/powerpc.ld: gcc_except_table subsections don't need to be kept. * src/powerpc.ld: gcc_except_table needs to be marked KEEP. * src/powerpc.ld: Use CYGBLD_HAL_LINKER_GROUPED_LIBS from the common HAL for GROUP() list now. * src/powerpc.ld: Add relocs section. Break out .eh_frame section and define correctly. Split .gnu.linkonce.* subsections correctly between text/rodata/data/sdata/sbss/scommon etc.