bug-binutils
[Top][All Lists]
Advanced

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

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


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/26778] Error: file table slot 1 is already occupied by a different file
Date: Mon, 26 Oct 2020 13:18:32 +0000

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae9d2233e61a98ff8dba56be10219aa5306ffc9a

commit ae9d2233e61a98ff8dba56be10219aa5306ffc9a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Oct 26 06:16:08 2020 -0700

    gas: Clear all auto-assigned file slots

    Since a file slot is auto-assigned for the #APP marker appeared before
    the first .file <NUMBER> directive has been seen, clear all auto-assigned
    file slots when seeing the first .file <NUMBER> directive.

            PR gas/26778
            * * dwarf2dbg.c (num_of_auto_assigned): New.
            (allocate_filenum): Increment num_of_auto_assigned.
            (dwarf2_directive_filename): Clear the slots auto-assigned
            before the first .file <NUMBER> directive was seen.
            * testsuite/gas/i386/dwarf4-line-1.d: New file.
            * testsuite/gas/i386/dwarf4-line-1.s: Likewise.
            * testsuite/gas/i386/i386.exp: Run dwarf4-line-1.

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