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