Print this page
Rich's feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/test/util-tests/tests/demangle/llvm-stdcxxabi.c
          +++ new/usr/src/test/util-tests/tests/demangle/llvm-stdcxxabi.c
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5   *
   6    6   * This file is dual licensed under the MIT and the University of Illinois Open
   7    7   * Source Licenses. See LICENSE.TXT for details.
   8    8   *
   9    9   * LICENSE.TXT contents is available as usr/src/lib/libsysdemangle/THIRDPARTY
  10   10   */
  11   11  
  12   12  // Is long double fp80?  (Only x87 extended double has 64-bit mantissa)
  13   13  #define LDBL_FP80 (__LDBL_MANT_DIG__ == 64)
  14   14  
  15      -#include <sysdemangle.h>
  16   15  #include <sys/debug.h>
  17   16  #include <string.h>
  18   17  #include <stdlib.h>
  19   18  #include <errno.h>
       19 +#include <demangle-sys.h>
  20   20  
  21   21  /*
  22   22   * My masochism only goes so far -- leave the mangled and unmangled strings
  23   23   * as is, even if they go past 80 columns wide.
  24   24   */
  25   25  
  26   26  /* BEGIN CSTYLED */
  27   27  static struct {
  28   28          const char *mangled;
  29   29          const char *demangled;
↓ open down ↓ 29704 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX