On 04/26/2016 04:05 PM, Tom Tromey wrote:
Hi. I've been working on Rust support for gdb, and I needed this patch
as a prerequisite.
DW_LANG_Rust is only defined in DWARF 5, which isn't released yet.
However, the value is mentioned in the DWARF issue requesting the
addition; and similar DWARF-5-only constants have already been added to
dwarf2.h.
I added DW_LANG_Rust_old because some versions of the Rust compiler use
this value and it's nice to have a name for it.
Ok?
Tom
2016-04-26 Tom Tromey <t...@tromey.com>
* dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust,
DW_LANG_Rust_old>: New constants.
OK.
jeff