diff options
author | Terry Laurenzo <tlaurenzo@gmail.com> | 2005-12-11 01:34:02 +0000 |
---|---|---|
committer | Terry Laurenzo <tlaurenzo@gcc.gnu.org> | 2005-12-11 01:34:02 +0000 |
commit | 92aed1cbf42362b47fa6db66122d33278d7a4ea3 (patch) | |
tree | d3a6af3b149154654e7557325e0a2d26a3b83556 /libiberty/ChangeLog | |
parent | b6105bf2c397ba0aba21454a17e013974e0fe657 (diff) | |
download | gcc-92aed1cbf42362b47fa6db66122d33278d7a4ea3.tar.gz |
Fixes java/PR9861
From-SVN: r108374
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6fdeba3e852..85e96bad04b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com> + + PR java/9861 + * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer + and include return type when found. + (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add + conditional logic to change printing order of return type.when + the DMGL_RET_POSTFIX option is present. + (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle + call. + * testsuite/test-demangle.c (main): Recognize option --ret-postfix + * testsuite/demangle-expected: Test cases to verify extended encoding. + Updated comment to document --ret-postfix option. + 2005-11-06 Richard Guenther <rguenther@suse.de> * splay-tree.c (rotate_left): New function. |