bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/25878] New: Error: file table slot 1 is already occupied by a d


From: ndesaulniers at google dot com
Subject: [Bug gas/25878] New: Error: file table slot 1 is already occupied by a different file
Date: Mon, 27 Apr 2020 03:17:34 +0000

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.


reply via email to

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