Print this page
Rich's feedback
*** 21,39 ****
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
! * Copyright 2017 Jason King.
*/
#include <dlfcn.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
! #include <demangle.h>
! #include <sysdemangle.h>
#include "dis_util.h"
int g_error; /* global process exit status, set when warn() is called */
--- 21,38 ----
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
! * Copyright 2018 Jason King.
*/
#include <dlfcn.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
! #include <demangle-sys.h>
#include "dis_util.h"
int g_error; /* global process exit status, set when warn() is called */
*** 91,101 ****
return (ret);
}
/*
! * Since -C flag explicitly says C++, for now at least, force language to
* C++
*/
const char *
dis_demangle(const char *name)
{
--- 90,100 ----
return (ret);
}
/*
! * Since the -C flag explicitly says C++, for now at least, force language to
* C++
*/
const char *
dis_demangle(const char *name)
{