Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 83679fe57785c9375d50a03c3f7d914699105488..68c2f8e33a3ebfd1574972e706f7814c5dfba745 100644 (file)
@@ -5749,6 +5749,14 @@ decode_locdesc (blk, objfile)
          i += bytes_read;
          break;
 
+       case DW_OP_bregx:
+         offreg = 1;
+         basereg = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
+         i += bytes_read;
+         stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
+         i += bytes_read;
+         break;
+
        case DW_OP_fbreg:
          stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
          i += bytes_read;
This page took 0.025068 seconds and 4 git commands to generate.