[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11544] .intel_syntax misassembles a forward-referenced .equ as
From: |
josh at joshtriplett dot org |
Subject: |
[Bug gas/11544] .intel_syntax misassembles a forward-referenced .equ as a data reference |
Date: |
27 Apr 2010 18:35:14 -0000 |
------- Additional Comments From josh at joshtriplett dot org 2010-04-27 18:35
-------
If the assembler knows enough to go back and substitute the value afterward, it
knows that it emitted a data reference when it should have emitted an immediate.
It could at least spit out an error at that point rather than assembling
incorrect code; that would have saved me an hour of debugging and disassembly.
Also, the assembler seems to support forward references in various other places;
why not for equates?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11544
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.