bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/27169] i386: Emit R_386_PLT32 instead of R_386_PC32 for `call/j


From: i at maskray dot me
Subject: [Bug gas/27169] i386: Emit R_386_PLT32 instead of R_386_PC32 for `call/jmp foo`
Date: Sun, 10 Jan 2021 21:45:38 +0000

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

--- Comment #5 from Fangrui Song <i at maskray dot me> ---
Sorry

# a.s
.globl main
main:
  call puts

# b.s
.globl main
main:
  call puts@plt

gcc -m32 -no-pie a.s -o a -fuse-ld=bfd
gcc -m32 -no-pie b.s -o b -fuse-ld=bfd
do not have instruction difference.

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