From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by ozlabs.org (Postfix) with ESMTP id 91AC4DDF18 for ; Thu, 18 Dec 2008 13:35:51 +1100 (EST) Received: by bwz3 with SMTP id 3so493481bwz.9 for ; Wed, 17 Dec 2008 18:35:46 -0800 (PST) Message-ID: <9c70cc700812171827i4d20a2f3kfdea02199e949c3e@mail.gmail.com> Date: Thu, 18 Dec 2008 10:27:51 +0800 From: "youhello youhello" To: linuxppc-embedded@ozlabs.org Subject: li r0,__got2_entries@sectoff@l MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6023_3006358.1229567271110" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_6023_3006358.1229567271110 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi all: i am a u-boot beginner, i found a line code "li r0,__got2_entries@sectoff@l" in almost all mpc start.s.i have tried to delete sectoff and i got same result of uboot with "li r0,__got2_entries@l". could you tell me what difference between "li r0,__got2_entries@sectoff@l" and "li r0,__got2_entries@l" and why the author use "li r0,__got2_entries@sectoff@l" but not "li r0,__got2_entries@l".thanks very much. ------=_Part_6023_3006358.1229567271110 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi all: 
i am a u-boot beginner, i found a line code "li r0,__got2_entries@sectoff@l" in almost all mpc start.s.i have tried to delete sectoff and i got same result of uboot with "li r0,__got2_entries@l". could you tell me what difference between "li r0,__got2_entries@sectoff@l" and "li r0,__got2_entries@l" and why the author use "li r0,__got2_entries@sectoff@l" but not  "li r0,__got2_entries@l".thanks very much. ------=_Part_6023_3006358.1229567271110--