From 0ee31dffb8202dcd1f867b7144db9a8bd69a7499 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 8 Sep 2022 12:43:33 +0100 Subject: 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. --- gas/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gas/ChangeLog') 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 + + 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 * configure.tgt (aarch64*-*-openbsd*): Add target. -- cgit v1.1