Handle DW_OP_form_tls_address
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 924b417f339e40364fcb08a1bdf66f9d1371cca8..9ad2caa821878baf6794c31d314d8be43dffb943 100644 (file)
@@ -20817,6 +20817,7 @@ decode_locdesc (struct dwarf_block *blk, struct dwarf2_cu *cu)
          break;
 
         case DW_OP_GNU_push_tls_address:
+       case DW_OP_form_tls_address:
          /* The top of the stack has the offset from the beginning
             of the thread control block at which the variable is located.  */
          /* Nothing should follow this operator, so the top of stack would
This page took 0.031833 seconds and 4 git commands to generate.