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

[hjl@gnu-6 new-2]$ cat foo.s
    .data
foo:
    .dc.a bar
[hjl@gnu-6 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 
[hjl@gnu-6 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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to