From: Nathan Sidwell Date: Mon, 11 Jun 2007 11:30:29 +0000 (+0000) Subject: * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a87b0a599b3ecf2ba2c01c97a2258d8431e9bf94;p=binutils-gdb.git * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fd9270a035d..8240e1373c4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-06-11 Nathan Sidwell + + * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. + 2007-06-06 Kai Tietz PR binutils/4356 binutils/591 diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 49ec1c34bf4..cc37b25b701 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -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: