summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2017-05-01 23:31:24 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2017-05-01 23:31:24 +0000
commitdbe65f77ff5b6a9013d71177552d417a2fe06693 (patch)
tree38a282c546eb18b6a1a976b8606624140be7de43 /libiberty/ChangeLog
parent0aae15720e6ba2eb8b8f119d8e6dc0169299d151 (diff)
downloadgcc-dbe65f77ff5b6a9013d71177552d417a2fe06693.tar.gz
d-demangle.c (strtol): Remove declaration.
libiberty/ChangeLog: * d-demangle.c (strtol): Remove declaration. Updated all callers to use dlang_number. (dlang_number): New function. (dlang_value): Moved check for ISDIGIT into dlang_parse_integer. * testsuite/d-demangle-expected: Add tests. From-SVN: r247453
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index fa2104dc866..9bf22362cdb 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,13 @@
2017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
+ * d-demangle.c (strtol): Remove declaration.
+ Updated all callers to use dlang_number.
+ (dlang_number): New function.
+ (dlang_value): Moved check for ISDIGIT into dlang_parse_integer.
+ * testsuite/d-demangle-expected: Add tests.
+
+2017-05-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
* d-demangle.c (dlang_parse_symbol): Remove function.
(dlang_parse_qualified): New function.
(dlang_parse_mangle): New function.