bug-binutils
[Top][All Lists]
Advanced

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

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


From: hjl.tools at gmail dot com
Subject: [Bug gas/26778] New: Error: file table slot 1 is already occupied by a different file
Date: Fri, 23 Oct 2020 13:44:24 +0000

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

            Bug ID: 26778
           Summary: Error: file table slot 1 is already occupied by a
                    different file
           Product: binutils
           Version: 2.36 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

[hjl@gnu-cfl-2 dwarf]$ cat x.s
        .file   "foo.c"
        .text
bar:
#APP
# 82 "foo.h" 1
        nop
# 0 "" 2
#NO_APP
        ret
foo:
        .file 1 "foo.c"
        nop
        .file 2 "foo.h"
        ret
[hjl@gnu-cfl-2 dwarf]$ make
./as --gdwarf-4  -o x.o x.s
x.s: Assembler messages:
x.s:11: Error: file table slot 1 is already occupied by a different file (foo.h
vs foo.c)
x.s:13: Error: file table slot 2 is already occupied by a different file (x.s
vs foo.h)
make: *** [<builtin>: x.o] Error 1
[hjl@gnu-cfl-2 dwarf]$

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