From 8730135a67d09670464c8f7d0347e4e221289505 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 3 May 2003 17:14:52 +0000 Subject: [PATCH] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/cp-demangle.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ae5a7c5499..5beb09bb4f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-05-03 Carlo Wood + + * cp-demangle.c: Fix typo in "char_traints" string-literal. + 2003-04-22 Kaveh R. Ghazi * vsnprintf.c (vsnprintf): Don't pad string with extra nulls. diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 9adf5fd050..5dcce5560e 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -3398,7 +3398,7 @@ demangle_substitution (dm, template_p) } else { - RETURN_IF_ERROR (result_add (dm, "std::basic_istream >")); + RETURN_IF_ERROR (result_add (dm, "std::basic_istream >")); new_last_source_name = "basic_istream"; } *template_p = 0; -- 2.34.1