diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-26 06:16:08 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-26 06:16:21 -0700 |
commit | ae9d2233e61a98ff8dba56be10219aa5306ffc9a (patch) | |
tree | 660106b67bb2843a8828b283acc6e759fc6235ea /gas/ChangeLog | |
parent | 93cf38c095afbee84ed580c431d001f20442f73e (diff) | |
download | gdb-ae9d2233e61a98ff8dba56be10219aa5306ffc9a.zip gdb-ae9d2233e61a98ff8dba56be10219aa5306ffc9a.tar.gz gdb-ae9d2233e61a98ff8dba56be10219aa5306ffc9a.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 20929b5..a52eb2b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2020-10-26 H.J. Lu <hongjiu.lu@intel.com> + + 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. + 2020-10-26 Cooper Qu <cooper.qu@linux.alibaba.com> * config/tc-csky.c (dump_literals): Fix the literal dump |