OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gprof/] [ChangeLog] - Diff between revs 816 and 818

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
2009-09-23  Nick Clifton  
2009-09-23  Nick Clifton  
        * po/vi.po: Updated Vietnamese translation.
        * po/vi.po: Updated Vietnamese translation.
2009-09-18  Nick Clifton  
2009-09-18  Nick Clifton  
        * po/es.po: Updated Spanish translation.
        * po/es.po: Updated Spanish translation.
        * po/fi.po: Updated Finnish translation.
        * po/fi.po: Updated Finnish translation.
2009-09-14  Nick Clifton  
2009-09-14  Nick Clifton  
        * po/de.po: Updated German translation.
        * po/de.po: Updated German translation.
        * po/nl.po: Update Dutch translation.
        * po/nl.po: Update Dutch translation.
2009-09-11  Nick Clifton  
2009-09-11  Nick Clifton  
        * po/gprof.pot: Updated by the Translation project.
        * po/gprof.pot: Updated by the Translation project.
        * po/sv.po: Updated Swedish translation.
        * po/sv.po: Updated Swedish translation.
2009-09-11  Martin Thuresson  
2009-09-11  Martin Thuresson  
        Updated sources to compile cleanly with -Wc++-compat:
        Updated sources to compile cleanly with -Wc++-compat:
        * basic_blocks.c: Add casts.
        * basic_blocks.c: Add casts.
        * cg_dfn.c: Add cast.
        * cg_dfn.c: Add cast.
        * corefile.c: Add casts.
        * corefile.c: Add casts.
        * gmon_io.c: Add casts.
        * gmon_io.c: Add casts.
        * hist.c: Add cast.
        * hist.c: Add cast.
        * source.c: Add cast.
        * source.c: Add cast.
        * sym_ids.c (struct match): Moved to top level.
        * sym_ids.c (struct match): Moved to top level.
2009-09-07  Tristan Gingold  
2009-09-07  Tristan Gingold  
        * po/gprof.pot: Regenerate
        * po/gprof.pot: Regenerate
2009-09-05  Martin Thuresson  
2009-09-05  Martin Thuresson  
        * corefile.c (core_create_function_syms): Rename variable
        * corefile.c (core_create_function_syms): Rename variable
        class to cxxclass.
        class to cxxclass.
2009-08-22  Ralf Wildenhues  
2009-08-22  Ralf Wildenhues  
        * Makefile.am (AM_CPPFLAGS): Renamed from ...
        * Makefile.am (AM_CPPFLAGS): Renamed from ...
        (INCLUDES): ... this.
        (INCLUDES): ... this.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add 1.11,
        * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add 1.11,
        foreign, no-dist, no-texinfo.tex.
        foreign, no-dist, no-texinfo.tex.
        (TEXINFO_TEX): New variable.
        (TEXINFO_TEX): New variable.
        (MKDEP, CLEANFILES): Remove:
        (MKDEP, CLEANFILES): Remove:
        (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
        (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
        (install-data-local): Remove now-unneeded dependency on
        (install-data-local): Remove now-unneeded dependency on
        install-info.
        install-info.
        (mkdep section): Remove.
        (mkdep section): Remove.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
        * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
        (install-pdf-recursive, html__strip_dir, install-html)
        (install-pdf-recursive, html__strip_dir, install-html)
        (install-html-am, install-html-recursive): Remove.
        (install-html-am, install-html-recursive): Remove.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * aclocal.m4: Likewise.
        * aclocal.m4: Likewise.
        * configure: Likewise.
        * configure: Likewise.
        * gconfig.in: Likewise.
        * gconfig.in: Likewise.
2009-06-16  Homer Xing  
2009-06-16  Homer Xing  
        * corefile.c (cmp_symbol_map): New function.
        * corefile.c (cmp_symbol_map): New function.
        (read_function_mappins): Use qsort to sort the symbols.
        (read_function_mappins): Use qsort to sort the symbols.
        (search_mapped_symbol): New function.
        (search_mapped_symbol): New function.
        (core_create_function_syms): Use bsearch to find symbols.
        (core_create_function_syms): Use bsearch to find symbols.
        * corefile.h (struct function_map): Add new bit-field: is_first.
        * corefile.h (struct function_map): Add new bit-field: is_first.
        * cg_print.c (cmp_symbol_map): New function.
        * cg_print.c (cmp_symbol_map): New function.
        (cg_print_file_ordering): Sort the symbol map.
        (cg_print_file_ordering): Sort the symbol map.
2009-06-15  Homer Xing  
2009-06-15  Homer Xing  
        * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
        * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
        scanning in an address.
        scanning in an address.
2009-06-12  Homer Xing  
2009-06-12  Homer Xing  
        * corefile.c (num_of_syms_in): New function - computes the number
        * corefile.c (num_of_syms_in): New function - computes the number
        of symbols in a given file.
        of symbols in a given file.
        (core_create_syms_from): New function - populates a symbol table
        (core_create_syms_from): New function - populates a symbol table
        from the symbols found in a specified file.
        from the symbols found in a specified file.
        * corefile.h: Prototype core_create_syms_from.
        * corefile.h: Prototype core_create_syms_from.
        * gprof.c (long_options): Add --external-symbol-table.
        * gprof.c (long_options): Add --external-symbol-table.
        (usage): Mention it.
        (usage): Mention it.
        (main): Initiailize external_symbol_table from
        (main): Initiailize external_symbol_table from
        --external-symbol-table option.  If set use it.
        --external-symbol-table option.  If set use it.
        * gprof.texi: Document the new option.
        * gprof.texi: Document the new option.
2009-06-04  Alan Modra  
2009-06-04  Alan Modra  
        * dep-in.sed: Don't use \n in replacement part of s command.
        * dep-in.sed: Don't use \n in replacement part of s command.
        * Makefile.am (DEP1): LC_ALL for uniq.
        * Makefile.am (DEP1): LC_ALL for uniq.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2009-05-26  Nick Clifton  
2009-05-26  Nick Clifton  
        * po/id.po: Updated Indonesian translation.
        * po/id.po: Updated Indonesian translation.
        * po/gprof.pot: Updated template file.
        * po/gprof.pot: Updated template file.
2009-05-26  Alan Modra  
2009-05-26  Alan Modra  
        * dep-in.sed: Output one filename per line with all lines having
        * dep-in.sed: Output one filename per line with all lines having
        continuation backslash.  Prefix first line with "A", following
        continuation backslash.  Prefix first line with "A", following
        lines with "B".
        lines with "B".
        * Makefile.am (DEP): Don't use dep.sed here.
        * Makefile.am (DEP): Don't use dep.sed here.
        (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
        (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
        sort and uniq.
        sort and uniq.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2009-05-22  Alan Modra  
2009-05-22  Alan Modra  
        * Makefile.am: Run "make dep-am".
        * Makefile.am: Run "make dep-am".
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2009-04-15  Kazu Hirata  
2009-04-15  Kazu Hirata  
        * gprof.h: Include gconfig.h.  #undef PACKAGE.
        * gprof.h: Include gconfig.h.  #undef PACKAGE.
2009-04-09  Philippe Biondi  
2009-04-09  Philippe Biondi  
        * corefile.c (core_create_function_syms): Initialise a symbol's
        * corefile.c (core_create_function_syms): Initialise a symbol's
        is_func field based on the setting of the BSF_FUNCTION flag.
        is_func field based on the setting of the BSF_FUNCTION flag.
2009-03-06  Nick Clifton  
2009-03-06  Nick Clifton  
        * po/es.po: Updated Spanish translation.
        * po/es.po: Updated Spanish translation.
2009-03-03  Alan Modra  
2009-03-03  Alan Modra  
        * Makefile.am: Run "make dep-am".
        * Makefile.am: Run "make dep-am".
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2009-03-01  Ralf Wildenhues  
2009-03-01  Ralf Wildenhues  
        * configure: Regenerate.
        * configure: Regenerate.
2009-02-12  Ken Werner  
2009-02-12  Ken Werner  
        * corefile.c (core_create_function_syms): Remove "" and
        * corefile.c (core_create_function_syms): Remove "" and
        "" sentinels.
        "" sentinels.
        * gprof.c: Likewise.
        * gprof.c: Likewise.
        * cg_print.c (cg_print_function_ordering): Likewise.
        * cg_print.c (cg_print_function_ordering): Likewise.
        * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
        * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
        * mips.c (mips_find_call): Likewise.
        * mips.c (mips_find_call): Likewise.
        * sparc.c (sparc_find_call): Likewise.
        * sparc.c (sparc_find_call): Likewise.
        * tahoe.c (tahoe_find_call): Likewise.
        * tahoe.c (tahoe_find_call): Likewise.
        * vax.c (vax_find_call): Likewise.
        * vax.c (vax_find_call): Likewise.
2009-02-03  Carlos O'Donell  
2009-02-03  Carlos O'Donell  
        * configure.in: AC_SUBST pdfdir.
        * configure.in: AC_SUBST pdfdir.
        * Makefile.am: Add install-pdf, install-pdf-am,
        * Makefile.am: Add install-pdf, install-pdf-am,
        and install-pdf-recursive targets. Define pdf__strip_dir.
        and install-pdf-recursive targets. Define pdf__strip_dir.
        * po/Make-in: Add install-pdf target.
        * po/Make-in: Add install-pdf target.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
2009-01-03  Nick Clifton  
2009-01-03  Nick Clifton  
        PR 7099
        PR 7099
        * gprof.texi (Compiling): Mention the need for using
        * gprof.texi (Compiling): Mention the need for using
        -static-libgcc on shared library systems.
        -static-libgcc on shared library systems.
2009-01-02  Nick Clifton  
2009-01-02  Nick Clifton  
        * po/id.po: Updated Indonesian translation.
        * po/id.po: Updated Indonesian translation.
For older changes see ChangeLog-2008
For older changes see ChangeLog-2008


Local Variables:
Local Variables:
mode: change-log
mode: change-log
left-margin: 8
left-margin: 8
fill-column: 74
fill-column: 74
version-control: never
version-control: never
End:
End:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.