From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 605 invoked by alias); 14 Jan 2009 13:45:18 -0000 Received: (qmail 594 invoked by uid 22791); 14 Jan 2009 13:45:17 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mgcp1.bloomberg.com (HELO mgcp1.bloomberg.com) (208.22.56.39) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Jan 2009 13:44:40 +0000 Received: from ny2570.bloomberg.com ([172.20.72.138]) by mgcp1.bloomberg.com with ESMTP; 14 Jan 2009 08:46:46 -0500 Received: from ny2528.corp.bloomberg.com (ny2528.corp.bloomberg.com [172.20.85.39]) by ny2570.bloomberg.com (8.14.1/8.14.1) with ESMTP id n0EDiUwL000429; Wed, 14 Jan 2009 08:44:31 -0500 Received: from ny2545.corp.bloomberg.com ([172.20.73.98]) by ny2528.corp.bloomberg.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Jan 2009 08:44:30 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Serial VS Diagnostic interface Date: Wed, 14 Jan 2009 13:45:00 -0000 Message-ID: In-Reply-To: References: <69b5c5160901131157x14de6cdek72b7b8c86455a709@mail.gmail.com> <69b5c5160901140502x62d7e748uc65136d473f83fb@mail.gmail.com> From: "Chris Zimman" To: "andrew wiggin" Cc: X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-01/txt/msg00025.txt.bz2 >> I would have another question then, I have noticed that with GCC 4.2.2=20 >> (which is the one I use), the DEVTAB_ENTRY may be removed if the=20 >> TABLE_END is declared before adding any additional entry. Is anybody=20 >> else having the same issue ? > I don't use GCC 4.x having moved to EABI a while ago, so I'm afraid I > can't offer any advice here. Just for the purposes of clarification: The EABI toolchain is 4.x based, but I assumed what you were talking about = is the standard GNU arm-elf toolchain.=20=20 The linker script is modified under EABI though, and I personally haven't seen any issues with the tables. --Chris