From 3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 31 Aug 2005 03:19:49 +0000 Subject: . --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ca4147f..a70c8fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ +2005-08-30 Roland McGrath + + * Makefile.am (install-data-local): Use mkdir -p, not -mkdir. + * Makefile.in: Regenerated. + 2005-08-30 Graydon Hoare * 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 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. -- cgit