diff options
author | Tom de Vries <tdevries@suse.de> | 2021-11-26 09:59:45 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-11-26 09:59:45 +0100 |
commit | 4780e5e4933a2497a5aecc4ceabbbb8e82aaf822 (patch) | |
tree | 27bd71b7c86c6e12faa9027fa7ee882e50ce68d2 /gas/ChangeLog | |
parent | c0f9d658279d4d352672e283df53c1072925fc97 (diff) | |
download | gdb-4780e5e4933a2497a5aecc4ceabbbb8e82aaf822.zip gdb-4780e5e4933a2497a5aecc4ceabbbb8e82aaf822.tar.gz gdb-4780e5e4933a2497a5aecc4ceabbbb8e82aaf822.tar.bz2 |
[gas] Fix file 0 dir with -gdwarf-5
In out_dir_and_file_list, if file 0 is copied from file 1, only the filename
is copied, and the dir and md5 fields are left to their default values.
Fix this by adding the copy of the dir and md5 fields.
gas/ChangeLog:
2021-11-26 Tom de Vries <tdevries@suse.de>
PR 28629
* dwarf2dbg.c (out_dir_and_file_list): When copying file 1 to file 0,
also copy dir and md5 fields.
* testsuite/gas/i386/dwarf5-line-4.d: Adjust expected output.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8732088..c2886ee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2021-11-26 Tom de Vries <tdevries@suse.de> + + PR 28629 + * dwarf2dbg.c (out_dir_and_file_list): When copying file 1 to file 0, + also copy dir and md5 fields. + * testsuite/gas/i386/dwarf5-line-4.d: Adjust expected output. + 2021-11-18 Nick Clifton <nickc@redhat.com> * as.c (parse_args): Add support for --multibyte-handling. |