https://sourceware.org/bugzilla/show_bug.cgi?id=25878
Bug ID: 25878
Summary: Error: file table slot 1 is already occupied by a
different file
Product: binutils
Version: 2.35 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: ndesaulniers at google dot com
CC: dblaikie at gmail dot com, echristo at gmail dot com, i at
maskray dot me,
nickc at redhat dot com, paul_robinson at playstation dot
sony.com
Target Milestone: ---
Created attachment 12492
--> https://sourceware.org/bugzilla/attachment.cgi?id=12492&action=edit
core.s
I spent some more time this weekend looking to enable DWARF-5 support in the
Linux kernel. We make further progress, then hit a snag. I ran into an issue
with GAS that looks like maybe a bug in GAS?
Attached is a pared down assembler source file. If I run it through GAS via:
$ as -gdwarf-5 core.s
core.s: Assembler messages:
core.s:13: Error: file table slot 1 is already occupied by a different file
(/home/nick/linux/core.s vs ./include/linux/types.h)
I suspect that slot 1 was auto assigned the filename? (maybe that should be
skipped for dwarf-5?)
--
You are receiving this mail because:
You are on the CC list for the bug.