bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/10903] New: .fill regression


From: hjl dot tools at gmail dot com
Subject: [Bug gas/10903] New: .fill regression
Date: 4 Nov 2009 17:43:47 -0000

address@hidden tmp]$ cat x.s
                .text
                .org 0xf00
                .byte 8
_end:
                .fill   4096 - _end
_foo:
address@hidden tmp]$ /usr/bin/as -v --32 -o x.o x.s  
GNU assembler version 2.15.92.0.2 (x86_64-redhat-linux) using BFD version
2.15.92.0.2 20040927
address@hidden tmp]$ readelf -s x.o

Symbol table '.symtab' contains 6 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 SECTION LOCAL  DEFAULT    1 
     2: 00000000     0 SECTION LOCAL  DEFAULT    2 
     3: 00000000     0 SECTION LOCAL  DEFAULT    3 
     4: 00000f01     0 NOTYPE  LOCAL  DEFAULT    1 _end
     5: 00001000     0 NOTYPE  LOCAL  DEFAULT    1 _foo

address@hidden tmp]$ as -v --32 -o x.o x.s  
GNU assembler version 2.20.51.0.3 (x86_64-unknown-linux-gnu) using BFD version
(Linux/GNU Binutils) 2.20.51.0.3.20091021
x.s: Assembler messages:
x.s:5: Error: .space specifies non-absolute value
address@hidden tmp]$

-- 
           Summary: .fill regression
           Product: binutils
           Version: 2.21 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl dot tools at gmail dot com
                CC: bug-binutils at gnu dot org


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.




reply via email to

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