Andrew Hsieh | 54f1b3c | 2014-06-13 12:38:00 -0700 | [diff] [blame] | 1 | 2005-12-27 Alan Modra <amodra@bigpond.net.au> |
| 2 | |
| 3 | * Makefile.am (Makefile): Remove dependency. |
| 4 | * Makefile.in: Regenerate. |
| 5 | * aclocal.m4: Regenerate. |
| 6 | * gconfig.in: Regenerate. |
| 7 | |
| 8 | 2005-11-16 Mark Mitchell <mark@codesourcery.com> |
| 9 | |
| 10 | * Makefile.am (gprof.info, gprof.1): Depend on config.texi. |
| 11 | (config.texi): New file. |
| 12 | * Makefile.in: Regenerated. |
| 13 | |
| 14 | 2005-11-07 Steve Ellcey <sje@cup.hp.com> |
| 15 | |
| 16 | * configure: Regenerate after modifying bfd/warning.m4. |
| 17 | |
| 18 | 2005-10-30 Mark Mitchell <mark@codesourcery.com> |
| 19 | |
| 20 | * gprof.c (usage): Document "@FILE". |
| 21 | |
| 22 | 2005-09-30 Nick Clifton <nickc@redhat.com> |
| 23 | |
| 24 | * po/ga.po: New Irish translation. |
| 25 | * configure.in (ALL_LINGUAS): Add "ga". |
| 26 | * configure: Regenerate. |
| 27 | |
| 28 | 2005-09-30 Mark Mitchell <mark@codesourcery.com> |
| 29 | |
| 30 | * gprof.c (main): Use expandargv. |
| 31 | |
| 32 | 2005-09-30 Matthias Kurz <mk@baerlap.north.de> |
| 33 | |
| 34 | * gprof.c (main):Only invoke bindtextdomain() and textdomain() if |
| 35 | ENABLE_NLS is defined. |
| 36 | |
| 37 | 2005-05-09 Nick Clifton <nickc@redhat.com> |
| 38 | |
| 39 | * Update the address and phone number of the FSF organization in |
| 40 | the GPL notices in the following files: |
| 41 | aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c, |
| 42 | bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h, |
| 43 | corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h, |
| 44 | gprof.texi, hist.c, hist.h, search_list.c, search_list.h, |
| 45 | source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h |
| 46 | |
| 47 | 2005-04-25 Ben Elliston <bje@au.ibm.com> |
| 48 | |
| 49 | * corefile.h (core_num_syms): Remove unused extern declaration. |
| 50 | (core_syms): Likewise. |
| 51 | (min_insn_size): Likewise. |
| 52 | |
| 53 | 2005-04-24 Ben Elliston <bje@au.ibm.com> |
| 54 | |
| 55 | * corefile.c (core_num_syms): Make static. |
| 56 | (core_syms): Likewise. |
| 57 | (min_insn_size): Likewise. |
| 58 | * gprof.c (abfd): Remove unused variable. |
| 59 | * hist.c (hist_dimension): Make static. |
| 60 | (hist_dimension_abbrev): Likewise. |
| 61 | * sym_ids.c (id_list): Likewise. |
| 62 | (table_name): Likewise. |
| 63 | |
| 64 | 2005-04-14 Alan Modra <amodra@bigpond.net.au> |
| 65 | |
| 66 | * corefile.c (core_init): Call bfd_get_synthetic_symtab. |
| 67 | |
| 68 | 2005-04-14 Alan Modra <amodra@bigpond.net.au> |
| 69 | |
| 70 | * Makefile.am (NO_WERROR): Define. |
| 71 | * acinclude.m4: Include ../bfd/warning.m4. |
| 72 | * configure.in: Invoke AM_BINUTILS_WARNINGS. |
| 73 | * Makefile.in: Regenerate. |
| 74 | * aclocal.m4: Regenerate. |
| 75 | * configure: Regenerate. |
| 76 | |
| 77 | 2005-04-06 Nick Clifton <nickc@redhat.com> |
| 78 | |
| 79 | * po/rw.po: New translation: Kinyarwanda |
| 80 | * configure.in (ALL_LINGUAS): Add rw |
| 81 | * configure: Regenerate. |
| 82 | |
| 83 | 2005-04-04 Nick Clifton <nickc@redhat.com> |
| 84 | |
| 85 | * configure.in: Add a check for <unistd.h> providing a prototype |
| 86 | for getopt() which is compatible with the one in |
| 87 | include/getopt.h. If so then define HAVE_DECL_GETOPT. |
| 88 | * configure: Regenerate. |
| 89 | * gconfig.in (HAVE_DECL_GETOPT): Add. |
| 90 | |
| 91 | 2005-03-29 Nick Clifton <nickc@redhat.com> |
| 92 | |
| 93 | * po/de.po: Updated German translation. |
| 94 | |
| 95 | 2005-03-17 Nick Clifton <nickc@redhat.com> |
| 96 | |
| 97 | * po/vi.po: Updated Vietnamese translation. |
| 98 | |
| 99 | 2005-03-16 Nick Clifton <nickc@redhat.com> |
| 100 | Ben Elliston <bje@au.ibm.com> |
| 101 | |
| 102 | * configure.in (werror): New switch: Add -Werror to the |
| 103 | compiler command line. Enabled by default. Disable via |
| 104 | --disable-werror. |
| 105 | * configure: Regenerate. |
| 106 | |
| 107 | 2005-03-15 Nick Clifton <nickc@redhat.com> |
| 108 | |
| 109 | * basic_blocks.c (print_exec_counts): Step through sorted array of |
| 110 | basic blocks. |
| 111 | |
| 112 | 2005-03-15 Alan Modra <amodra@bigpond.net.au> |
| 113 | |
| 114 | * po/es.po: Commit new Spanish translation. |
| 115 | |
| 116 | * po/fr.po: Commit new French translation. |
| 117 | |
| 118 | 2005-03-14 Alan Modra <amodra@bigpond.net.au> |
| 119 | |
| 120 | * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size. |
| 121 | |
| 122 | 2005-03-14 Alan Modra <amodra@bigpond.net.au> |
| 123 | |
| 124 | * po/tr.po: Commit new Turkish translation. |
| 125 | |
| 126 | 2005-03-05 Alan Modra <amodra@bigpond.net.au> |
| 127 | |
| 128 | * po/gprof.pot: Regenerate. |
| 129 | |
| 130 | 2005-02-22 Alan Modra <amodra@bigpond.net.au> |
| 131 | |
| 132 | * basic_blocks.c: Warning fixes. |
| 133 | * gmon_io.c: Likewise. |
| 134 | * hist.c: Likewise. |
| 135 | * hist.h: Likewise. |
| 136 | |
| 137 | 2005-01-31 Andrew Cagney <cagney@gnu.org> |
| 138 | |
| 139 | * configure: Regenerate to track ../gettext.m4. |
| 140 | |
| 141 | 2005-01-31 Nick Clifton <nickc@redhat.com> |
| 142 | |
| 143 | * po/vi/po: New file: Vietnamese translation. |
| 144 | * configure.in: (ALL_LINGUAS): Add vi. |
| 145 | * configure: Regenerate. |
| 146 | |
| 147 | 2005-01-27 Andrew Cagney <cagney@gnu.org> |
| 148 | |
| 149 | * configure: Regenerate to track ../gettext.m4 change. |
| 150 | |
| 151 | 2005-01-21 Ben Elliston <bje@au.ibm.com> |
| 152 | |
| 153 | * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks. |
| 154 | |
| 155 | For older changes see ChangeLog-2004 |
| 156 | |
| 157 | Copyright (C) 2005 Free Software Foundation, Inc. |
| 158 | |
| 159 | Copying and distribution of this file, with or without modification, |
| 160 | are permitted in any medium without royalty provided the copyright |
| 161 | notice and this notice are preserved. |
| 162 | |
| 163 | Local Variables: |
| 164 | mode: change-log |
| 165 | left-margin: 8 |
| 166 | fill-column: 74 |
| 167 | version-control: never |
| 168 | End: |