mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
20 lines
563 B
C
20 lines
563 B
C
--- src/gdb/gdb/dwarf2read.c.orig 2019-10-26 00:03:38 UTC
|
|
+++ src/gdb/gdb/dwarf2read.c
|
|
@@ -24621,7 +24621,7 @@ dwarf_decode_macro_bytes (struct dwarf2_cu *cu,
|
|
}
|
|
break;
|
|
|
|
- case DW_MACINFO_vendor_ext:
|
|
+ case DW_MACRO_hi_user:
|
|
if (!section_is_gnu)
|
|
{
|
|
unsigned int bytes_read;
|
|
@@ -24802,7 +24802,7 @@ dwarf_decode_macros (struct dwarf2_cu *cu, unsigned in
|
|
mac_ptr += offset_size;
|
|
break;
|
|
|
|
- case DW_MACINFO_vendor_ext:
|
|
+ case DW_MACRO_hi_user:
|
|
/* Only skip the data by MAC_PTR. */
|
|
if (!section_is_gnu)
|
|
{
|