diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,10 +1,15 @@ +2005-08-30 Roland McGrath <roland@redhat.com> + + * Makefile.am (install-data-local): Use mkdir -p, not -mkdir. + * Makefile.in: Regenerated. + 2005-08-30 Graydon Hoare <graydon@redhat.com> * tapsets.cxx (dwflpp::literal_stmt_for_local): Handle dwarf pointer-to-1-byte-means-char case (found in PR 1187) * parse.cxx (parse_symbol): Eliminate use of "." from target symbol parser, conflicting with string concatenation operator. - * staptree.h (target_symbol::component_type) Eliminate + * staptree.h (target_symbol::component_type) Eliminate comp_struct_pointer_member, since . and -> are considered the same now. * staptree.cxx (target_symbol::print): Likewise. @@ -21,7 +26,7 @@ 2005-08-29 Graydon Hoare <graydon@redhat.com> PR translator/1265 - * tapsets.cxx + * tapsets.cxx (func_info::decl_file) (func_info::decl_line) (inline_instance_info::decl_file) @@ -33,7 +38,7 @@ (query_statement): Pass func, file, line through. (query_inline_instance_info): Likewise. (query_func_info): Likewise. - (query_srcfile_line): Query statement lines if + (query_srcfile_line): Query statement lines if statement_str exists, rather than *_info. (query_dwarf_inline_instance): Extract file and line. (query_dwarf_func): Likewise. |