[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/703] Should .org work on unsigned value?
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug gas/703] Should .org work on unsigned value? |
Date: |
1 Feb 2005 23:20:54 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2005-02-01
23:20 -------
It's not worth fixing. You are going to have other problems with >2G sections
on a 32-bit arch.
$ cat /src/tmp/big.s
.data
.org 0x7fffffff
.byte 1,2,3
$ gas/as-new -o big.o /src/tmp/big.s
File size limit exceeded
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
http://sources.redhat.com/bugzilla/show_bug.cgi?id=703
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.