2007-06-11 Nathan Sidwell binutils/ * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. Index: binutils/dwarf.c =================================================================== --- binutils/dwarf.c (revision 173558) +++ binutils/dwarf.c (working copy) @@ -895,6 +895,9 @@ decode_location_expression (unsigned cha 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: