[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10903] .fill regression
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug gas/10903] .fill regression |
Date: |
4 Nov 2009 19:25:10 -0000 |
------- Additional Comments From hjl dot tools at gmail dot com 2009-11-04
19:25 -------
The code is wrong. It should be rewritten as
.text
.org 0xf00
org:
.byte 8
_end:
.fill 4096 - (_end - org + 0xf00)
_foo:
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=10903
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.