bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/14315] New: Inconsistent .weak and .comm directives


From: hjl.tools at gmail dot com
Subject: [Bug gas/14315] New: Inconsistent .weak and .comm directives
Date: Sat, 30 Jun 2012 00:24:45 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=14315

             Bug #: 14315
           Summary: Inconsistent .weak and .comm directives
           Product: binutils
           Version: 2.23 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified


address@hidden secondary-1]$ cat w1.s
    .weak foobar
    .comm foobar,30
address@hidden secondary-1]$ make w1.o
./as   -o w1.o w1.s
address@hidden secondary-1]$ cat w2.s
    .comm foobar,30
    .weak foobar
address@hidden secondary-1]$ make w2.o
./as   -o w2.o w2.s
w2.s: Assembler messages:
w2.s: Error: symbol `foobar' can not be both weak and common
make: *** [w2.o] Error 1
address@hidden secondary-1]$

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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