From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16217 invoked by alias); 30 Apr 2010 06:57:46 -0000 Received: (qmail 16089 invoked by uid 48); 30 Apr 2010 06:57:23 -0000 Date: Fri, 30 Apr 2010 06:57:00 -0000 Message-ID: <20100430065723.16088.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "patrick at motec dot com dot au" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg03231.txt.bz2 ------- Comment #9 from patrick at motec dot com dot au 2010-04-30 06:57 ------- Khem, Your libgcc.a looks fine. As far as I know, libgcc.a is supposed to be the last library listed when linking so the behaviour you are seeing is normal. My problem is that libgcc.a does not contain _savegpr_* and _restgpr_* functions at all. It looks like they are only built for linux and gnu targets, not eabispe. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810