aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-06-11 11:30:29 +0000
committerNathan Sidwell <nathan@codesourcery.com>2007-06-11 11:30:29 +0000
commita87b0a599b3ecf2ba2c01c97a2258d8431e9bf94 (patch)
treed0a87119f42e7a68ab39244d9fc827b831511d53 /binutils/dwarf.c
parent33c02870f46984badbd98f021b117587afe5056d (diff)
downloadgdb-a87b0a599b3ecf2ba2c01c97a2258d8431e9bf94.zip
gdb-a87b0a599b3ecf2ba2c01c97a2258d8431e9bf94.tar.gz
gdb-a87b0a599b3ecf2ba2c01c97a2258d8431e9bf94.tar.bz2
* dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 49ec1c3..cc37b25 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: