diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-04-03 15:25:37 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-08-16 09:30:57 -0700 |
commit | 0a47c91c895e274dd0990009919e30e984364a8b (patch) | |
tree | 4825f16ea90a8ccaf86fd40b01fb6e03f5be970d /usr/src/lib/libctf | |
parent | 494f7e12a62129ef191a15f9dfde6b7abe3bf510 (diff) | |
download | illumos-joyent-0a47c91c895e274dd0990009919e30e984364a8b.tar.gz |
3089 want ::typedef
3690 mdb on x86 should be able to print alternate register names
3688 Want mdb -e
3094 libctf should support removing a dynamic type
3095 libctf does not validate arrays correctly
3096 libctf does not validate function types correctly
3689 Want an mdb test suite driver
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/lib/libctf')
-rw-r--r-- | usr/src/lib/libctf/common/mapfile-vers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers index c218edc37c..0873de319e 100644 --- a/usr/src/lib/libctf/common/mapfile-vers +++ b/usr/src/lib/libctf/common/mapfile-vers @@ -60,6 +60,7 @@ SYMBOL_VERSION SUNWprivate_1.2 { ctf_add_union; ctf_add_volatile; ctf_create; + ctf_delete_type; ctf_discard; ctf_enum_value; ctf_label_info; |