diff options
author | Nick Clifton <nickc@redhat.com> | 2021-08-09 17:23:22 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-08-09 17:23:22 +0100 |
commit | 3417bfca676ff0b440f070a09837813e99b2c731 (patch) | |
tree | 29729580690004b3d2460b7b4635ece1028aba15 /gas/ChangeLog | |
parent | b18bfc0946d2cfba76c0a56852bcf1c7a42f4868 (diff) | |
download | gdb-3417bfca676ff0b440f070a09837813e99b2c731.zip gdb-3417bfca676ff0b440f070a09837813e99b2c731.tar.gz gdb-3417bfca676ff0b440f070a09837813e99b2c731.tar.bz2 |
GAS: DWARF-5: Ensure that the 0'th entry in the directory table contains the current working directory.
* dwarf2dbg.c (get_directory_table_entry): Ensure that dir[0]
contains current working directory.
(out_dir_and_file_list): Likewise.
* testsuite/gas/elf/dwarf-5-dir0.s: New test source file.
* testsuite/gas/elf/dwarf-5-dir0.d: New test driver.
* testsuite/gas/elf/elf.exp: Run the new test.
* testsuite/gas/elf/dwarf-5-file0.d: Adjust expected output.
* testsuite/gas/i386/dwarf5-line-1.d: Likewise.
* testsuite/gas/i386/dwarf5-line-2.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fbb112f..4fcb5ac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2021-08-09 Nick Clifton <nickc@redhat.com> + + * dwarf2dbg.c (get_directory_table_entry): Ensure that dir[0] + contains current working directory. + (out_dir_and_file_list): Likewise. + * testsuite/gas/elf/dwarf-5-dir0.s: New test source file. + * testsuite/gas/elf/dwarf-5-dir0.d: New test driver. + * testsuite/gas/elf/elf.exp: Run the new test. + * testsuite/gas/elf/dwarf-5-file0.d: Adjust expected output. + * testsuite/gas/i386/dwarf5-line-1.d: Likewise. + * testsuite/gas/i386/dwarf5-line-2.d: Likewise. + 2021-07-14 Alan Modra <amodra@gmail.com> * write.c (TC_VALIDATE_FIX_SUB): Default to 0. |