Display all DWARF 5 language names
authorTom Tromey <tom@tromey.com>
Thu, 5 Apr 2018 16:52:29 +0000 (10:52 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 6 Apr 2018 16:58:34 +0000 (10:58 -0600)
commit2008a0dbe3de7206a14b53a5778af73cbabfb57e
tree00fa25a75ea3d98e5fd7a85346ea4ab15e78e524
parenta6fd92b0578c5d2172799d7f38ddbda1bd87ea03
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  <tom@tromey.com>

* dwarf.c (read_and_display_attr_value): Add missing DW_LANG
constants from DWARF 5.
binutils/ChangeLog
binutils/dwarf.c
This page took 0.028653 seconds and 4 git commands to generate.