From 2d843eda5c96e4f96760c621840ab9f50aec99bd Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 8 Aug 2011 08:39:59 +0800 Subject: companion patch to 3da40837f44584e84a10f90291dcecfe613b9618 The original patch from Nicolas Schodet didn't apply cleanly. Manually fixed up Makefile and nxt.ld --- AT91SAM7S256/SAM7S256/gcc/nxt.ld | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'AT91SAM7S256/SAM7S256/gcc/nxt.ld') diff --git a/AT91SAM7S256/SAM7S256/gcc/nxt.ld b/AT91SAM7S256/SAM7S256/gcc/nxt.ld index 3b2c7a3..7b5a9e2 100644 --- a/AT91SAM7S256/SAM7S256/gcc/nxt.ld +++ b/AT91SAM7S256/SAM7S256/gcc/nxt.ld @@ -51,6 +51,13 @@ SECTIONS PROVIDE(__dtors_end__ = .); } >CODE + __exidx_start = . ; + .ARM.exidx : + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } >CODE + __exidx_end = . ; + . = ALIGN(4); _etext = . ; -- cgit v1.2.3