bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/20625] New: PowerPC - cannot assemble register names from objdu


From: njholcomb at wi dot rr.com
Subject: [Bug gas/20625] New: PowerPC - cannot assemble register names from objdump
Date: Tue, 20 Sep 2016 16:24:33 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20625

            Bug ID: 20625
           Summary: PowerPC - cannot assemble register names from objdump
           Product: binutils
           Version: 2.26
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: njholcomb at wi dot rr.com
  Target Milestone: ---

Register names produced by objdump fail to be assembled by gas, specifically r
and f registers.

>From objdump:
00000000 <main>:
   0:   c0 73 e3 d0     lfs     f3,-7216(r19)

>From gas assembling this instruction:
test_reg_name.s: Assembler messages:
test_reg_name.s:4: Error: unsupported relocation against f3
test_reg_name.s:4: Error: unsupported relocation against r19

Removing the 'f' and 'r' in front of the registers assembles appropriately.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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