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
dbd6ec2b
Commit
dbd6ec2b
authored
Feb 24, 2004
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Feb 24, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
From-SVN: r78355
parent
80a19ac8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libiberty/ChangeLog
+2
-0
libiberty/cp-demangle.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
dbd6ec2b
2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
* cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
* cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
* cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
push more than one of the same CV-qualifier on the top of the
push more than one of the same CV-qualifier on the top of the
stack.
stack.
...
...
libiberty/cp-demangle.c
View file @
dbd6ec2b
...
@@ -4038,7 +4038,7 @@ __cxa_demangle (mangled_name, output_buffer, length, status)
...
@@ -4038,7 +4038,7 @@ __cxa_demangle (mangled_name, output_buffer, length, status)
return
NULL
;
return
NULL
;
}
}
demangled
=
d_demangle
(
mangled_name
,
DMGL_TYPES
,
&
alc
);
demangled
=
d_demangle
(
mangled_name
,
DMGL_
PARAMS
|
DMGL_
TYPES
,
&
alc
);
if
(
demangled
==
NULL
)
if
(
demangled
==
NULL
)
{
{
...
...
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