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.