You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
382 B
10 lines
382 B
--- 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; |
|
|
|
|