summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-07-21 16:05:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-07-21 16:05:04 (GMT)
commit61a411b02f6de8a9cccd573695fb3e5c859874b8 (patch)
tree28c820b5c4f2bfb073ef67d0ea4815a7325ecb4f /bin/trace
parent4344c1d70b35fec74ca32eaa8c5588e179e86fa5 (diff)
downloadhdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.zip
hdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.tar.gz
hdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.tar.bz2
[svn-r25450] Description:
Initial tweaks to align with VOL branch. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 (h5committest not required, too small)
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 657ac92..abd47cd 100755
--- a/bin/trace
+++ b/bin/trace
@@ -77,6 +77,7 @@ $Source = "";
"hobj_ref_t" => "r",
"H5R_type_t" => "Rt",
"char" => "s",
+ "unsigned char" => "s",
"H5S_class_t" => "Sc",
"H5S_seloper_t" => "Ss",
"H5S_sel_type" => "St",
@@ -141,6 +142,7 @@ $Source = "";
"H5T_conv_except_func_t" => "x",
"H5Z_func_t" => "x",
"H5Z_filter_func_t" => "x",
+ "va_list" => "x",
"size_t" => "z",
"H5Z_SO_scale_type_t" => "Za",
"H5Z_class_t" => "Zc",