bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/18423] New: call address@hidden(%eax) is misassembled


From: hjl.tools at gmail dot com
Subject: [Bug gas/18423] New: call address@hidden(%eax) is misassembled
Date: Sat, 16 May 2015 14:15:26 +0000

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

            Bug ID: 18423
           Summary: call address@hidden(%eax) is misassembled
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

address@hidden got-1]$ cat x.S
        call address@hidden(%eax)
address@hidden got-1]$ make
gcc -B./ -m32 -fno-lto    -c -o x.o x.S
./objdump -dwr x.o

x.o:     file format elf32-i386


Disassembly of section .text:

00000000 <.text>:
   0:   ff 90 00 00 00 00       call   *0x0(%eax)       2: R_386_GOT32  foo
              ^^^^^^^^^^^ No addend for 200
address@hidden got-1]$

-- 
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]