From e7a012f0b1eea7e225b4097edf03ae27d0815fba Mon Sep 17 00:00:00 2001 From: graydon Date: Thu, 1 Sep 2005 02:53:53 +0000 Subject: 2005-08-31 Graydon Hoare PR systemtap/1258 * tapsets.cxx (dwflpp::literal_stmt_for_local): Support DW_TAG_enumeration_type tag as synonymous with DW_TAG_base_type. * loc2c.c (base_byte_size): Likewise. * testsuite/buildok/seven.stp: Adjust to work on UP kernels. --- tapsets.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index ec168ae9..f2eeb5d1 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -915,6 +915,7 @@ dwflpp + lex_cast(typetag)); break; + case DW_TAG_enumeration_type: case DW_TAG_base_type: ty = pe_long; c_translate_fetch (&pool, 1, module_bias, die, typedie, &tail, -- cgit