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

            Bug ID: 18423
           Summary: call *foo@GOT+200(%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: ---

[hjl@gnu-tools-1 got-1]$ cat x.S
        call *foo@GOT+200(%eax)
[hjl@gnu-tools-1 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
[hjl@gnu-tools-1 got-1]$

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to