From f7da52987bba9fa5017996a0b5b0eca9ec3ba47c Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 11 Jun 2007 11:30:29 +0000 Subject: [PATCH] * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. --- binutils/ChangeLog | 4 ++++ binutils/dwarf.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fd9270a035..8240e1373c 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 49ec1c34bf..cc37b25b70 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: -- 2.11.0