diff options
author | Nick Clifton <nickc@redhat.com> | 2022-09-08 12:43:33 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-08 12:43:33 +0100 |
commit | 0ee31dffb8202dcd1f867b7144db9a8bd69a7499 (patch) | |
tree | c009dc92e7832b82596e4742ae23a458a6e2aa4d /gas/ChangeLog | |
parent | 39eedb20b7e95e469d11667c11233233e9d0226b (diff) | |
download | gdb-0ee31dffb8202dcd1f867b7144db9a8bd69a7499.zip gdb-0ee31dffb8202dcd1f867b7144db9a8bd69a7499.tar.gz gdb-0ee31dffb8202dcd1f867b7144db9a8bd69a7499.tar.bz2 |
Gas generated incorrect debug info (top-level DW_TAG_unspecified_type DIE)
PR 29559
* dwarf2dbg.c (out_debug_info): Place DW_TAG_unspecified_type at
the end of the list of children, not at the start of the CU
information.
* testsuite/gas/elf/dwarf-3-func.d: Update expected output.
* testsuite/gas/elf/dwarf-5-func-global.d: Likewise.
* testsuite/gas/elf/dwarf-5-func-local.d: Likewise.
* testsuite/gas/elf/dwarf-5-func.d: Likewise.
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 a54e5e2..6bca7ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2022-09-08 Nick Clifton <nickc@redhat.com> + + PR 29559 + * dwarf2dbg.c (out_debug_info): Place DW_TAG_unspecified_type at + the end of the list of children, not at the start of the CU + information. + * testsuite/gas/elf/dwarf-3-func.d: Update expected output. + * testsuite/gas/elf/dwarf-5-func-global.d: Likewise. + * testsuite/gas/elf/dwarf-5-func-local.d: Likewise. + * testsuite/gas/elf/dwarf-5-func.d: Likewise. + 2022-08-31 Frederic Cambus <fred@statdns.com> * configure.tgt (aarch64*-*-openbsd*): Add target. |