Print this page
Rich's feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/test/util-tests/tests/demangle/gcc-libstdc++.c
          +++ new/usr/src/test/util-tests/tests/demangle/gcc-libstdc++.c
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5   * 1.0 of the CDDL.
   6    6   *
   7    7   * A full copy of the text of the CDDL should have accompanied this
   8    8   * source.  A copy of the CDDL is also available via the Internet at
   9    9   * http://www.illumos.org/license/CDDL.
  10   10   */
  11   11  
  12   12  /*
  13   13   * Copyright 2017 Jason King
  14   14   */
  15      -#include <sysdemangle.h>
  16   15  #include <sys/debug.h>
  17   16  #include <sys/types.h>
  18   17  #include <string.h>
  19   18  #include <stdlib.h>
       19 +#include <demangle-sys.h>
  20   20  
  21   21  /*
  22   22   * Symbol names were generated using the following:
  23   23   *    nm libstdc++.so | awk -F\| '{ print $8 }' | grep '^_Z'
  24   24   * and then fed into c++filt on an OS X system to generate the
  25   25   * demangled names.
  26   26   */
  27   27  
  28   28  static struct {
  29   29          const char *mangled;
↓ open down ↓ 8641 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX