merge from gcc
This commit is contained in:
parent
2ab1486e70
commit
25dfe0ac20
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
|
||||
|
||||
* cplus_dem.c: Fix typo: intializes -> initializes.
|
||||
|
||||
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
|
||||
|
|
|
@ -1064,7 +1064,7 @@ ada_demangle (mangled, option)
|
|||
/* This function performs most of what cplus_demangle use to do, but
|
||||
to be able to demangle a name with a B, K or n code, we need to
|
||||
have a longer term memory of what types have been seen. The original
|
||||
now intializes and cleans up the squangle code info, while internal
|
||||
now initializes and cleans up the squangle code info, while internal
|
||||
calls go directly to this routine to avoid resetting that info. */
|
||||
|
||||
static char *
|
||||
|
|
Loading…
Reference in a new issue