11 lines
382 B
Diff
11 lines
382 B
Diff
|
--- binutils.orig/binutils/dwarf.c 2021-03-05 09:25:43.850258361 +0000
|
||
|
+++ binutils-2.35.1/binutils/dwarf.c 2021-03-05 09:26:35.861895776 +0000
|
||
|
@@ -2115,6 +2115,7 @@ get_type_abbrev_from_form (unsigned long
|
||
|
switch (form)
|
||
|
{
|
||
|
case DW_FORM_GNU_ref_alt:
|
||
|
+ case DW_FORM_ref_sig8:
|
||
|
/* FIXME: We are unable to handle this form at the moment. */
|
||
|
return NULL;
|
||
|
|