OSDN Git Service

* dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 11 Jun 2007 11:30:29 +0000 (11:30 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Mon, 11 Jun 2007 11:30:29 +0000 (11:30 +0000)
binutils/ChangeLog
binutils/dwarf.c

index fd9270a..8240e13 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
+
 2007-06-06  Kai Tietz  <Kai.Tietz@onevision.com>
 
        PR binutils/4356 binutils/591
index 49ec1c3..cc37b25 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: