* dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
[deliverable/binutils-gdb.git] / binutils / dwarf.c
index 49ec1c34bf4f1862750f4d58e76153aa6da0119f..cc37b25b701d8090cc099f001b1507a4c4b60c67 100644 (file)
@@ -895,6 +895,9 @@ decode_location_expression (unsigned char * data,
        case DW_OP_call_ref:
          printf ("DW_OP_call_ref");
          break;
+       case DW_OP_form_tls_address:
+         printf ("DW_OP_form_tls_address");
+         break;
 
          /* GNU extensions.  */
        case DW_OP_GNU_push_tls_address:
This page took 0.024092 seconds and 4 git commands to generate.