bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/17975] New: Useless FILE entry in symbol table linker generated


From: hjl.tools at gmail dot com
Subject: [Bug ld/17975] New: Useless FILE entry in symbol table linker generated symbols
Date: Fri, 13 Feb 2015 19:37:47 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17975

            Bug ID: 17975
           Summary: Useless FILE entry in symbol table linker generated
                    symbols
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com

address@hidden new-2]$ cat foo.s
    .data
foo:
    .dc.a bar
address@hidden new-2]$ make
as   -o foo.o foo.s
./ld -shared   -o lib.so foo.o
readelf -sW lib.so | grep "ABS $"
    10: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS 
address@hidden new-2]$ 

It comes from:

https://sourceware.org/ml/binutils/2012-06/msg00016.html

But it is useless for linker generated symbols.

-- 
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]