From patchwork Mon Sep 21 19:49:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe De Muyter X-Patchwork-Id: 71676 X-Patchwork-Delegate: jason.jin@freescale.com Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 25D8D832E864 for ; Mon, 21 Sep 2009 21:51:23 +0200 (CEST) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 095B8C91313F for ; Mon, 21 Sep 2009 21:51:23 +0200 (CEST) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.8) for (single-drop); Mon, 21 Sep 2009 21:51:23 +0200 (CEST) Received: from murder (svr19.m-online.net [192.168.3.147]) by backend2 (Cyrus v2.2.12) with LMTPA; Mon, 21 Sep 2009 21:54:57 +0200 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend3.pop.m-online.net (Cyrus v2.2.13) with LMTPA; Mon, 21 Sep 2009 21:49:43 +0200 Received: from scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) by mail.m-online.net (Postfix) with ESMTP id 8A7E72000A9; Mon, 21 Sep 2009 21:49:43 +0200 (CEST) Received: from mxin-1.m-online.net ([192.168.2.222]) by scanner-3.m-online.net (scanner-3.m-online.net [192.168.1.20]) (amavisd-new, port 10026) with ESMTP id 29743-04-2; Mon, 21 Sep 2009 21:49:41 +0200 (CEST) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-1.m-online.net (Postfix) with ESMTP id 7268E456D92; Mon, 21 Sep 2009 21:49:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C444280EA; Mon, 21 Sep 2009 21:49:29 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DR9mfrRy+pkq; Mon, 21 Sep 2009 21:49:29 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A33CC280A2; Mon, 21 Sep 2009 21:49:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8B50128085 for ; Mon, 21 Sep 2009 21:49:22 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F2GslkDPASMo for ; Mon, 21 Sep 2009 21:49:22 +0200 (CEST) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by theia.denx.de (Postfix) with ESMTP id 0AE7128081 for ; Mon, 21 Sep 2009 21:49:20 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFAF90t0rCTtAn/2dsb2JhbACBU9EZhBsF Received: from mail.macqel.be ([194.78.208.39]) by relay.skynet.be with ESMTP; 21 Sep 2009 21:49:19 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.macqel.be (Postfix) with ESMTP id 1B9F2131B36 for ; Mon, 21 Sep 2009 21:49:17 +0200 (CEST) Received: from mail.macqel.be ([127.0.0.1]) by localhost (mail.macqel.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1eKdQ+WOtcP8 for ; Mon, 21 Sep 2009 21:49:11 +0200 (CEST) Received: from frolo.macqel.be (frolo.macqel [10.1.40.73]) by mail.macqel.be (Postfix) with ESMTP id 6663D131B31 for ; Mon, 21 Sep 2009 21:49:11 +0200 (CEST) Received: by frolo.macqel.be (Postfix, from userid 1000) id 638DFDF02BD; Mon, 21 Sep 2009 21:49:08 +0200 (CEST) Date: Mon, 21 Sep 2009 21:49:08 +0200 From: Philippe De Muyter To: u-boot@lists.denx.de Message-ID: <20090921194908.GA31132@frolo.macqel> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: [U-Boot] [PATCH MAKEALL coldfire] : Fix start.S:Error: Conversion of PC relative displacement to absolute X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net Hi all, This fixes the following errors when running MAKEALL for coldfire : start.S: Assembler messages: start.S:320: Error: Conversion of PC relative displacement to absolute Signed-off-by: Philippe De Muyter diff -ru a/cpu/mcf523x/start.S b/cpu/mcf523x/start.S --- a/cpu/mcf523x/start.S 2009-09-17 23:28:31.000000000 +0200 +++ b/cpu/mcf523x/start.S 2009-09-21 19:58:34.000000000 +0200 @@ -246,7 +246,7 @@ /* exception code */ .globl _fault _fault: - jmp _fault + bra _fault .globl _exc_handler _exc_handler: diff -ru a/cpu/mcf52x2/start.S b/cpu/mcf52x2/start.S --- a/cpu/mcf52x2/start.S 2009-09-17 23:28:31.000000000 +0200 +++ b/cpu/mcf52x2/start.S 2009-09-21 19:47:40.000000000 +0200 @@ -317,7 +317,7 @@ /* exception code */ .globl _fault _fault: - jmp _fault + bra _fault .globl _exc_handler _exc_handler: diff -ru a/cpu/mcf532x/start.S b/cpu/mcf532x/start.S --- a/cpu/mcf532x/start.S 2009-09-17 23:28:31.000000000 +0200 +++ b/cpu/mcf532x/start.S 2009-09-21 19:50:36.000000000 +0200 @@ -256,7 +256,7 @@ /* exception code */ .globl _fault _fault: - jmp _fault + bra _fault .globl _exc_handler _exc_handler: