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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gprof/] [ChangeLog-2005] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
2005-12-27  Alan Modra  
2005-12-27  Alan Modra  
        * Makefile.am (Makefile): Remove dependency.
        * Makefile.am (Makefile): Remove dependency.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * gconfig.in: Regenerate.
        * gconfig.in: Regenerate.
2005-11-16  Mark Mitchell  
2005-11-16  Mark Mitchell  
        * Makefile.am (gprof.info, gprof.1): Depend on config.texi.
        * Makefile.am (gprof.info, gprof.1): Depend on config.texi.
        (config.texi): New file.
        (config.texi): New file.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
2005-11-07  Steve Ellcey  
2005-11-07  Steve Ellcey  
        * configure: Regenerate after modifying bfd/warning.m4.
        * configure: Regenerate after modifying bfd/warning.m4.
2005-10-30  Mark Mitchell  
2005-10-30  Mark Mitchell  
        * gprof.c (usage): Document "@FILE".
        * gprof.c (usage): Document "@FILE".
2005-09-30  Nick Clifton  
2005-09-30  Nick Clifton  
        * po/ga.po: New Irish translation.
        * po/ga.po: New Irish translation.
        * configure.in (ALL_LINGUAS): Add "ga".
        * configure.in (ALL_LINGUAS): Add "ga".
        * configure: Regenerate.
        * configure: Regenerate.
2005-09-30  Mark Mitchell  
2005-09-30  Mark Mitchell  
        * gprof.c (main): Use expandargv.
        * gprof.c (main): Use expandargv.
2005-09-30  Matthias Kurz  
2005-09-30  Matthias Kurz  
        * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
        * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
        ENABLE_NLS is defined.
        ENABLE_NLS is defined.
2005-05-09  Nick Clifton  
2005-05-09  Nick Clifton  
        * Update the address and phone number of the FSF organization in
        * Update the address and phone number of the FSF organization in
        the GPL notices in the following files:
        the GPL notices in the following files:
        aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
        aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
        bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h,
        bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h,
        corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h,
        corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h,
        gprof.texi, hist.c, hist.h, search_list.c, search_list.h,
        gprof.texi, hist.c, hist.h, search_list.c, search_list.h,
        source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h
        source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h
2005-04-25  Ben Elliston  
2005-04-25  Ben Elliston  
        * corefile.h (core_num_syms): Remove unused extern declaration.
        * corefile.h (core_num_syms): Remove unused extern declaration.
        (core_syms): Likewise.
        (core_syms): Likewise.
        (min_insn_size): Likewise.
        (min_insn_size): Likewise.
2005-04-24  Ben Elliston  
2005-04-24  Ben Elliston  
        * corefile.c (core_num_syms): Make static.
        * corefile.c (core_num_syms): Make static.
        (core_syms): Likewise.
        (core_syms): Likewise.
        (min_insn_size): Likewise.
        (min_insn_size): Likewise.
        * gprof.c (abfd): Remove unused variable.
        * gprof.c (abfd): Remove unused variable.
        * hist.c (hist_dimension): Make static.
        * hist.c (hist_dimension): Make static.
        (hist_dimension_abbrev): Likewise.
        (hist_dimension_abbrev): Likewise.
        * sym_ids.c (id_list): Likewise.
        * sym_ids.c (id_list): Likewise.
        (table_name): Likewise.
        (table_name): Likewise.
2005-04-14  Alan Modra  
2005-04-14  Alan Modra  
        * corefile.c (core_init): Call bfd_get_synthetic_symtab.
        * corefile.c (core_init): Call bfd_get_synthetic_symtab.
2005-04-14  Alan Modra  
2005-04-14  Alan Modra  
        * Makefile.am (NO_WERROR): Define.
        * Makefile.am (NO_WERROR): Define.
        * acinclude.m4: Include ../bfd/warning.m4.
        * acinclude.m4: Include ../bfd/warning.m4.
        * configure.in: Invoke AM_BINUTILS_WARNINGS.
        * configure.in: Invoke AM_BINUTILS_WARNINGS.
        * Makefile.in: Regenerate.
        * Makefile.in: Regenerate.
        * aclocal.m4: Regenerate.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2005-04-06  Nick Clifton  
2005-04-06  Nick Clifton  
        * po/rw.po: New translation: Kinyarwanda
        * po/rw.po: New translation: Kinyarwanda
        * configure.in (ALL_LINGUAS): Add rw
        * configure.in (ALL_LINGUAS): Add rw
        * configure: Regenerate.
        * configure: Regenerate.
2005-04-04  Nick Clifton  
2005-04-04  Nick Clifton  
        * configure.in: Add a check for  providing a prototype
        * configure.in: Add a check for  providing a prototype
        for getopt() which is compatible with the one in
        for getopt() which is compatible with the one in
        include/getopt.h.  If so then define HAVE_DECL_GETOPT.
        include/getopt.h.  If so then define HAVE_DECL_GETOPT.
        * configure: Regenerate.
        * configure: Regenerate.
        * gconfig.in (HAVE_DECL_GETOPT): Add.
        * gconfig.in (HAVE_DECL_GETOPT): Add.
2005-03-29  Nick Clifton  
2005-03-29  Nick Clifton  
        * po/de.po: Updated German translation.
        * po/de.po: Updated German translation.
2005-03-17  Nick Clifton  
2005-03-17  Nick Clifton  
        * po/vi.po: Updated Vietnamese translation.
        * po/vi.po: Updated Vietnamese translation.
2005-03-16  Nick Clifton  
2005-03-16  Nick Clifton  
            Ben Elliston  
            Ben Elliston  
        * configure.in (werror): New switch: Add -Werror to the
        * configure.in (werror): New switch: Add -Werror to the
        compiler command line.  Enabled by default.  Disable via
        compiler command line.  Enabled by default.  Disable via
        --disable-werror.
        --disable-werror.
        * configure: Regenerate.
        * configure: Regenerate.
2005-03-15  Nick Clifton  
2005-03-15  Nick Clifton  
        * basic_blocks.c (print_exec_counts): Step through sorted array of
        * basic_blocks.c (print_exec_counts): Step through sorted array of
        basic blocks.
        basic blocks.
2005-03-15  Alan Modra  
2005-03-15  Alan Modra  
        * po/es.po: Commit new Spanish translation.
        * po/es.po: Commit new Spanish translation.
        * po/fr.po: Commit new French translation.
        * po/fr.po: Commit new French translation.
2005-03-14  Alan Modra  
2005-03-14  Alan Modra  
        * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
        * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
2005-03-14  Alan Modra  
2005-03-14  Alan Modra  
        * po/tr.po: Commit new Turkish translation.
        * po/tr.po: Commit new Turkish translation.
2005-03-05  Alan Modra  
2005-03-05  Alan Modra  
        * po/gprof.pot: Regenerate.
        * po/gprof.pot: Regenerate.
2005-02-22  Alan Modra  
2005-02-22  Alan Modra  
        * basic_blocks.c: Warning fixes.
        * basic_blocks.c: Warning fixes.
        * gmon_io.c: Likewise.
        * gmon_io.c: Likewise.
        * hist.c: Likewise.
        * hist.c: Likewise.
        * hist.h: Likewise.
        * hist.h: Likewise.
2005-01-31  Andrew Cagney  
2005-01-31  Andrew Cagney  
        * configure: Regenerate to track ../gettext.m4.
        * configure: Regenerate to track ../gettext.m4.
2005-01-31  Nick Clifton  
2005-01-31  Nick Clifton  
        * po/vi/po: New file: Vietnamese translation.
        * po/vi/po: New file: Vietnamese translation.
        * configure.in: (ALL_LINGUAS): Add vi.
        * configure.in: (ALL_LINGUAS): Add vi.
        * configure: Regenerate.
        * configure: Regenerate.
2005-01-27  Andrew Cagney  
2005-01-27  Andrew Cagney  
        * configure: Regenerate to track ../gettext.m4 change.
        * configure: Regenerate to track ../gettext.m4 change.
2005-01-21  Ben Elliston  
2005-01-21  Ben Elliston  
        * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
        * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
For older changes see ChangeLog-2004
For older changes see ChangeLog-2004


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.