All of lore.kernel.org
 help / color / mirror / Atom feed
From: <zengshuai@sogou.com>
To: "ppc" <linuxppc-embedded@ozlabs.org>
Subject: eldk bug?how to fix
Date: Sun, 18 Dec 2005 16:20:54 +0800 (CST)	[thread overview]
Message-ID: <4440987.1134894054475.JavaMail.postfix@mx3.mail.sohu.com> (raw)

[root@localhost atmlz]# ppc_6xx-gcc -c -o temp atm_aalx.c         
atm_aalx.c: In function `main':                                   
atm_aalx.c:201: warning: return type of `main' is not `int'       
/tmp/cciJlehe.s: Assembler messages:                              
/tmp/cciJlehe.s:916: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:917: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:917: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:918: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:918: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:919: Error: unsupported relocation against r3     
/tmp/cciJlehe.s:3655: Error: unsupported relocation against r3    
[root@localhost atmlz]# ppc_6xx-gcc -S -o temp.s atm_aalx.c
[root@localhost atmlz]# vi temp.s
...................
        stw 0,4(9)                 
.L36:                              
#APP                               
         mfmsr r3                  
         ori r3,r3,0x8000          
         andi. r3,r3,0xffbf        
         mtmsr r3                  
#NO_APP                            
        lwz 11,0(1)                
..............................
I must change those "r3" to "3" manually.
How to fix?

------------------------------
我现在使用Sogou.com的2G邮箱了,你也来试试吧! 
http://mail.sogou.com/recommend/sogoumail_invite_reg1.jsp?from=sogouinvitation&s_EMAIL=zengshuai%40sogou.com&username=linuxppc-embedded&FullName=linuxppc-embedded&Email=linuxppc-embedded%40ozlabs.org&verify=755eff4e640bdcfc57d93cbd8b0a9cb7

             reply	other threads:[~2005-12-18  8:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-18  8:20 zengshuai [this message]
2005-12-18 14:44 ` eldk bug?how to fix Wolfgang Denk
2005-12-29 21:48 ` Theo Gjaltema
2005-12-30 21:13   ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2006-02-09  7:35 S. Egbert
2006-02-09  9:07 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4440987.1134894054475.JavaMail.postfix@mx3.mail.sohu.com \
    --to=zengshuai@sogou.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.