Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e182f0a3
Commit
e182f0a3
authored
Feb 20, 2003
by
jmc
Committed by
DJ Delorie
Feb 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cplus_dem.c: Fix typo: intializes -> initializes.
From-SVN: r63182
parent
63a3cd3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/cplus-dem.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
e182f0a3
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>
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
...
...
libiberty/cplus-dem.c
View file @
e182f0a3
...
@@ -1064,7 +1064,7 @@ ada_demangle (mangled, option)
...
@@ -1064,7 +1064,7 @@ ada_demangle (mangled, option)
/* This function performs most of what cplus_demangle use to do, but
/* 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
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
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 in
i
tializes and cleans up the squangle code info, while internal
calls go directly to this routine to avoid resetting that info. */
calls go directly to this routine to avoid resetting that info. */
static
char
*
static
char
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment