bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcoff relocation types not supported?


From: Alan Modra
Subject: Re: Xcoff relocation types not supported?
Date: Thu, 2 May 2002 22:58:15 +0930
User-agent: Mutt/1.3.25i

On Wed, May 01, 2002 at 01:29:51PM -0400, Jason Sullivan wrote:
> test.as:33: Error: reloc 229 not supported by object file format
> test.as:38: Error: reloc 229 not supported by object file format
http://sources.redhat.com/ml/bug-binutils/2002-q2/msg00171.html

Current CVS mainline binutils assembles your test file OK, but
objdump bombs when trying to display relocs.  :-(

$ gas/as-new ../test.as 
$ binutils/objdump -d a.out 

a.out:     file format aixcoff-rs6000

Disassembly of section .text:

0000000000000000 <.test>:
   0:   80 a3 00 00     l       r5,0(r3)
   4:   7c a8 01 20     mtcrf   128,r5
   8:   41 80 00 13     bltla   10 <.test+0x10>
   c:   48 00 00 2b     bla     28 <.test+0x28>
  10:   38 84 00 01     cal     r4,1(r4)
  14:   80 a3 00 28     l       r5,40(r3)
  18:   7c a8 01 20     mtcrf   128,r5
  1c:   41 80 00 2b     bltla   28 <.test+0x28>
  20:   38 84 00 01     cal     r4,1(r4)
  24:   48 00 00 08     b       2c <.test+0x2c>
  28:   60 00 00 00     oril    r0,r0,0
  2c:   60 00 00 00     oril    r0,r0,0
$ binutils/objdump -dr a.out 

a.out:     file format aixcoff-rs6000

BFD: BFD 2.12.90 20020502 internal error, aborting at 
/src/binutils-current/bfd/coff-rs6000.c line 976 in _bfd_xcoff_rtype2howto

BFD: Please report this bug.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]