forked from MaxKellermann/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Demangle PATCH] Some pre-fix cleanups
https://gcc.gnu.org/ml/gcc-patches/2017-09/msg00983.html * cp-demangle.c (is_fnqual_component_type): Reimplement using FNQUAL_COMPONENT_CASE. (d_encoding): Hold bare_function_type in local var. (d_local_name): Build name in both cases and build result once. Collapse switch-if to single conditional. * testsuite/demangle-expected: Realign blank lines with tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@252802 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
nathan
committed
Sep 15, 2017
1 parent
0340b0d
commit 2a80a8f
Showing
3 changed files
with
45 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2017-09-15 Nathan Sidwell <[email protected]> | ||
|
||
* cp-demangle.c (is_fnqual_component_type): Reimplement using | ||
FNQUAL_COMPONENT_CASE. | ||
(d_encoding): Hold bare_function_type in local var. | ||
(d_local_name): Build name in both cases and build result once. | ||
Collapse switch-if to single conditional. | ||
* testsuite/demangle-expected: Realign blank lines with tests. | ||
|
||
2017-09-12 Jiong Wang <[email protected]> | ||
|
||
* dwarfnames.c (DW_CFA_DUP): New define. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters