diff options
author | Mark Wielaard <mark@klomp.org> | 2020-09-23 16:48:35 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-09-24 23:13:13 +0200 |
commit | debd1a62c4d250a6257e9018d9f9c7355edcdf8b (patch) | |
tree | 58b3c683d7c21e0a50f568a3a7920af96d9a49da /gas | |
parent | d7b477c541bd31045483f37345727bd8335a052a (diff) | |
download | gdb-debd1a62c4d250a6257e9018d9f9c7355edcdf8b.zip gdb-debd1a62c4d250a6257e9018d9f9c7355edcdf8b.tar.gz gdb-debd1a62c4d250a6257e9018d9f9c7355edcdf8b.tar.bz2 |
readelf: Show Unit Type for DWARF5
binutils/ChangeLog:
* dwarf.c (process_debug_info): Print Unit Type for DWARF5.
* testsuite/binutils-all/dw5.W: Adjust expected output.
* testsuite/binutils-all/dwarf-attributes.W: Likewise.
gas/ChangeLog:
* testsuite/gas/elf/dwarf-5-cu.d: Adjust expected output.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf-5-cu.d | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f224b5..113a7cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-09-23 Mark Wielaard <mark@klomp.org> + + * testsuite/gas/elf/dwarf-5-cu.d: Adjust expected output. + 2020-09-24 Alex Coplan <alex.coplan@arm.com> * config/tc-arm.c (arm_cpus): Add Neoverse V1. diff --git a/gas/testsuite/gas/elf/dwarf-5-cu.d b/gas/testsuite/gas/elf/dwarf-5-cu.d index 839b4b7..7db20a3 100644 --- a/gas/testsuite/gas/elf/dwarf-5-cu.d +++ b/gas/testsuite/gas/elf/dwarf-5-cu.d @@ -6,6 +6,7 @@ Compilation Unit @ offset 0x0: Length: 0x.* Version: 5 + Unit Type: DW_UT_compile \(1\) Abbrev Offset: 0x0 Pointer Size: . #pass |