bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/703] Should .org work on unsigned value?


From: pluto at pld-linux dot org
Subject: [Bug gas/703] Should .org work on unsigned value?
Date: 2 Feb 2005 07:11:16 -0000

------- Additional Comments From pluto at pld-linux dot org  2005-02-02 07:11 
-------
(In reply to comment #1) 
> It's not worth fixing.  You are going to have other problems with >2G 
sections 
> on a 32-bit arch. 
> (...) 
> $ gas/as-new -o big.o /src/tmp/big.s 
> File size limit exceeded 
>  
 
open("a.out", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3 
              ^^^^^^^^^^^^^^^^^^^^^^ O_LARGEFILE is needed. 
(...) 
fstat64(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7fff000 
_llseek(3, 2271559680, [2271559680], SEEK_SET) = 0 
read(3, "", 1244)                       = 0 
_llseek(3, 1244, [2271560924], SEEK_CUR) = 0 
brk(0x80f2000)                          = 0x80f2000 
brk(0x80f1000)                          = 0x80f1000 
write(3, "\0", 1)                       = -1 EFBIG (File too large) 
 

-- 


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]