[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11412] .fill: Error: bad or irreducible absolute expression
From: |
amodra at gmail dot com |
Subject: |
[Bug gas/11412] .fill: Error: bad or irreducible absolute expression |
Date: |
Thu, 12 Jan 2023 07:08:53 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=11412
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
gas is a one-pass assembler. The value of 1f isn't defined at the time .fill
is processed, and we don't have a mechanism to defer output of .fill as we do
via fixups for the .byte expression.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/11412] .fill: Error: bad or irreducible absolute expression,
amodra at gmail dot com <=