diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-12 20:02:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-15 10:17:57 -0700 |
commit | 8467a2fd5569f7345c025ca94467f50cd329560d (patch) | |
tree | 4b26d39267d6ea2394d756bf055aa4bd1e9d9bd7 /libiberty/ChangeLog | |
parent | 391d3400084c6a2d805cd0efd925f29347fa7a18 (diff) | |
download | gdb-8467a2fd5569f7345c025ca94467f50cd329560d.zip gdb-8467a2fd5569f7345c025ca94467f50cd329560d.tar.gz gdb-8467a2fd5569f7345c025ca94467f50cd329560d.tar.bz2 |
* cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_template *). (d_print_comp): Cast result of realloc to (struct d_saved scope *).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204713 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cda181e..5c0efcc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2013-11-12 Uros Bizjak <ubizjak@gmail.com> + + * cp-demangle.c (d_copy_templates): Cast result of malloc + to (struct d_print_template *). + (d_print_comp): Cast result of realloc to (struct d_saved scope *). + 2013-10-29 Marc Glisse <marc.glisse@inria.fr> PR tree-optimization/58689 @@ -6,7 +12,7 @@ 2013-10-27 Gerald Pfeifer <gerald@pfeifer.com> * testsuite/test-demangle.c: Include unistd.h. - + 2013-10-25 Gary Benson <gbenson@redhat.com> * cp-demangle.c (struct d_saved_scope): New structure. @@ -18,10 +24,9 @@ (d_copy_templates): New function. (d_print_comp): New variables saved_templates and need_template_restore. - [DEMANGLE_COMPONENT_REFERENCE, - DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first - time the component is traversed, and use the captured scope for - subsequent traversals. + [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]: + Capture scope the first time the component is traversed, and use the + captured scope for subsequent traversals. * testsuite/demangle-expected: Add regression test. 2013-10-23 Gerald Pfeifer <gerald@pfeifer.com> |