[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/4365] COFF relocation record bug
From: |
gwoltman at earthlink dot net |
Subject: |
[Bug binutils/4365] COFF relocation record bug |
Date: |
15 Apr 2007 20:29:48 -0000 |
------- Additional Comments From gwoltman at earthlink dot net 2007-04-15
21:29 -------
Further investigation:
If some_variable is an EXTRN variable then "mov rax, OFFSET some_variable" works
just fine. The problem only occurs when some_variable is declared in the same
file as the "mov rax, OFFSET some_variable".
Thus, I have an easy workaround.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4365
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.