View | Details | Raw Unified | Return to bug 270567
Collapse All | Expand All

(-)b/contrib/elftoolchain/nm/nm.c (-1 / +1 lines)
Lines 462-468 static int Link Here
462
parse_demangle_option(const char *opt)
462
parse_demangle_option(const char *opt)
463
{
463
{
464
464
465
	if (opt == NULL)
465
	if (opt == NULL || !strncasecmp(opt, "auto", 4))
466
		return (ELFTC_DEM_UNKNOWN);
466
		return (ELFTC_DEM_UNKNOWN);
467
	else if (!strncasecmp(opt, "gnu-v2", 6))
467
	else if (!strncasecmp(opt, "gnu-v2", 6))
468
		return (ELFTC_DEM_GNU2);
468
		return (ELFTC_DEM_GNU2);

Return to bug 270567