Print this page
6375 Add native name demangling support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
*** 19,28 ****
--- 19,29 ----
* CDDL HEADER END
*/
/*
* Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2018, Joyent, Inc.
*/
/* LINTLIBRARY */
/* PROTOLIB1 */
/*
*** 37,47 ****
*/
#include <stdio.h>
#include <sys/auxv.h>
#include <libelf.h>
#include <link.h>
- #include <demangle.h>
#include <elfcap.h>
#include <dwarf.h>
#include "sgs.h"
#include "rtld.h"
#include "libld.h"
--- 38,47 ----