diff options
author | David Daney <ddaney@caviumnetworks.com> | 2008-01-27 06:25:45 +0000 |
---|---|---|
committer | David Daney <ddaney@caviumnetworks.com> | 2008-01-27 06:25:45 +0000 |
commit | a665fef641ddd92a06c53191dd4b21d2ae511a3e (patch) | |
tree | fcc2d12487ed4bd04081a38e3551204ac5f5267b /include/ChangeLog | |
parent | 77ec26b04a070662449e1be88e749ae387297a14 (diff) | |
download | cygnal-a665fef641ddd92a06c53191dd4b21d2ae511a3e.tar.gz cygnal-a665fef641ddd92a06c53191dd4b21d2ae511a3e.tar.bz2 cygnal-a665fef641ddd92a06c53191dd4b21d2ae511a3e.zip |
include/
2008-01-26 David Daney <ddaney@avtrex.com>
* demangle.h (demangle_component_type): Add
DEMANGLE_COMPONENT_JAVA_RESOURCE,
DEMANGLE_COMPONENT_COMPOUND_NAME, and
DEMANGLE_COMPONENT_CHARACTER as new enum values.
(demangle_component): Add struct s_character to union u.
libiberty/
2008-01-26 David Daney <ddaney@avtrex.com>
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
DEMANGLE_COMPONENT_COMPOUND_NAME, and
DEMANGLE_COMPONENT_CHARACTER cases.
(d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
(d_make_character): New function.
(d_java_resource): Same.
(d_special_name): Handle "Gr" case.
(d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
DEMANGLE_COMPONENT_COMPOUND_NAME, and
DEMANGLE_COMPONENT_CHARACTER cases.
* testsuite/demangle-expected: Add test for java resource name
mangling.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9e079f625..cf687ca78 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +2008-01-26 David Daney <ddaney@avtrex.com> + + * demangle.h (demangle_component_type): Add + DEMANGLE_COMPONENT_JAVA_RESOURCE, + DEMANGLE_COMPONENT_COMPOUND_NAME, and + DEMANGLE_COMPONENT_CHARACTER as new enum values. + (demangle_component): Add struct s_character to union u. + 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. |