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
4d425229
Commit
4d425229
authored
Dec 26, 2003
by
Kaveh R. Ghazi
Committed by
Ian Lance Taylor
Dec 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
From-SVN: r75030
parent
590a2350
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
libiberty/ChangeLog
+4
-0
libiberty/cp-demangle.c
+1
-2
No files found.
libiberty/ChangeLog
View file @
4d425229
2003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2003-12-22 Daniel Jacobowitz <drow@mvista.com>
2003-12-22 Daniel Jacobowitz <drow@mvista.com>
PR debug/13272
PR debug/13272
...
...
libiberty/cp-demangle.c
View file @
4d425229
...
@@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
...
@@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
free
(
di
.
comps
);
free
(
di
.
comps
);
if
(
di
.
subs
!=
NULL
)
if
(
di
.
subs
!=
NULL
)
free
(
di
.
subs
);
free
(
di
.
subs
);
*
palc
=
1
;
return
0
;
return
NULL
;
}
}
#endif
#endif
...
...
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