Index: libiberty/ChangeLog =================================================================== RCS file: /cvsroot/gcc/gcc/libiberty/ChangeLog,v retrieving revision 1.604 diff -c -0 -r1.604 ChangeLog *** libiberty/ChangeLog 27 Sep 2005 15:21:40 -0000 1.604 --- libiberty/ChangeLog 27 Sep 2005 17:43:22 -0000 *************** *** 0 **** --- 1,14 ---- + 2005-09-27 Terry Laurenzo + + PR java/9861 + * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifier + and include return type when found. + * cp-demangle.c (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. + * cp-demangle.c (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. + Index: include/ChangeLog =================================================================== RCS file: /cvsroot/gcc/gcc/include/ChangeLog,v retrieving revision 1.200 diff -c -0 -r1.200 ChangeLog *** include/ChangeLog 17 Aug 2005 17:30:47 -0000 1.200 --- include/ChangeLog 27 Sep 2005 17:43:22 -0000 *************** *** 0 **** --- 1,6 ---- + 2005-09-27 Terry Laurenzo + + PR java/9861 + * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative + output format for return types +