http://sourceware.org/bugzilla/show_bug.cgi?id=13046
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.21 |2.22 (HEAD) Summary|Calling equ'd symbols |Direct call doesn't work in | |64bit --- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2011-08-01 18:59:51 UTC --- [hjl@gnu-6 pr13046]$ cat x.s .text .global _start _start: call 0x100040 .intel_syntax noprefix call 0x100040 [hjl@gnu-6 pr13046]$ as --64 -o x.o x.s x.s: Assembler messages: x.s:4: Warning: indirect call without `*' [hjl@gnu-6 pr13046]$ objdump -dwr x.o x.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <_start>: 0: ff 14 25 40 00 10 00 callq *0x100040 7: ff 14 25 40 00 10 00 callq *0x100040 [hjl@gnu-6 pr13046]$ -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- 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