Browse Source

merge from gcc

binutils-2_14-branch
DJ Delorie 24 years ago
parent
commit
25dfe0ac20
  1. 4
      libiberty/ChangeLog
  2. 2
      libiberty/cplus-dem.c

4
libiberty/ChangeLog

@ -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

2
libiberty/cplus-dem.c

@ -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…
Cancel
Save