* dwarf.c (read_and_display_attr_value): Handle DW_LANG_Go.
This commit is contained in:
parent
9466658bc7
commit
3362e0d9fb
@ -1,3 +1,7 @@
|
||||
2011-12-28 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* dwarf.c (read_and_display_attr_value): Handle DW_LANG_Go.
|
||||
|
||||
2011-12-20 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (--enable-deterministic-archives): Grok new
|
||||
|
@ -1599,6 +1599,8 @@ read_and_display_attr_value (unsigned long attribute,
|
||||
case DW_LANG_D: printf ("(D)"); break;
|
||||
/* DWARF 4 values. */
|
||||
case DW_LANG_Python: printf ("(Python)"); break;
|
||||
/* DWARF 5 values. */
|
||||
case DW_LANG_Go: printf ("(Go)"); break;
|
||||
/* MIPS extension. */
|
||||
case DW_LANG_Mips_Assembler: printf ("(MIPS assembler)"); break;
|
||||
/* UPC extension. */
|
||||
|
Loading…
Reference in New Issue
Block a user