From 2008a0dbe3de7206a14b53a5778af73cbabfb57e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 5 Apr 2018 10:52:29 -0600 Subject: Display all DWARF 5 language names I happened to notice that objdump was not printing "Rust" when showing the DW_AT_language for a CU: <10> DW_AT_language : 28 (Unknown: 1c) This patch adds all the new language constants from DWARF 5 to binutils/dwarf.c. 2018-04-06 Tom Tromey * dwarf.c (read_and_display_attr_value): Add missing DW_LANG constants from DWARF 5. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0d8bbc0..a6b8c95 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-04-06 Tom Tromey + + * dwarf.c (read_and_display_attr_value): Add missing DW_LANG + constants from DWARF 5. + 2018-04-05 H.J. Lu PR gas/22318 -- cgit v1.1