aboutsummaryrefslogtreecommitdiff
path: root/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_dwarf2_macro.c
blob: 5a7cd5b350f809f40595354db390561cf5564317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/gdb/gdb/dwarf2/macro.c.orig	2021-01-11 21:34:03.097341000 +0300
+++ src/gdb/gdb/dwarf2/macro.c	2021-01-11 21:37:13.156194000 +0300
@@ -678,7 +678,7 @@
 	  }
 	  break;
 
-        case DW_MACINFO_vendor_ext:
+        case DW_MACRO_hi_user:
 	  if (!section_is_gnu)
 	    {
 	      unsigned int bytes_read;
@@ -823,7 +823,7 @@
 	  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)
 	    {