Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
81ecdfbb
RW
12009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
af542c2e
RW
3 * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
4 (install-pdf-recursive, html__strip_dir, install-html)
5 (install-html-am, install-html-recursive): Remove.
6 * Makefile.in: Regenerate.
7
81ecdfbb
RW
8 * Makefile.in: Regenerate.
9 * aclocal.m4: Likewise.
10 * configure: Likewise.
11 * gconfig.in: Likewise.
12
e7e981d6
NC
132009-06-16 Homer Xing <homer.xing@yahoo.com>
14
15 * corefile.c (cmp_symbol_map): New function.
16 (read_function_mappins): Use qsort to sort the symbols.
17 (search_mapped_symbol): New function.
18 (core_create_function_syms): Use bsearch to find symbols.
19 * corefile.h (struct function_map): Add new bit-field: is_first.
20 * cg_print.c (cmp_symbol_map): New function.
21 (cg_print_file_ordering): Sort the symbol map.
22
f89ddd70
NC
232009-06-15 Homer Xing <homer.xing@yahoo.com>
24
25 * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
26 scanning in an address.
27
0e27a8f6
NC
282009-06-12 Homer Xing <homer.xing@yahoo.com>
29
30 * corefile.c (num_of_syms_in): New function - computes the number
31 of symbols in a given file.
32 (core_create_syms_from): New function - populates a symbol table
33 from the symbols found in a specified file.
34 * corefile.h: Prototype core_create_syms_from.
35 * gprof.c (long_options): Add --external-symbol-table.
36 (usage): Mention it.
37 (main): Initiailize external_symbol_table from
38 --external-symbol-table option. If set use it.
39 * gprof.texi: Document the new option.
40
67a648f1
AM
412009-06-04 Alan Modra <amodra@bigpond.net.au>
42
43 * dep-in.sed: Don't use \n in replacement part of s command.
44 * Makefile.am (DEP1): LC_ALL for uniq.
45 * Makefile.in: Regenerate.
46
f12e7348
NC
472009-05-26 Nick Clifton <nickc@redhat.com>
48
49 * po/id.po: Updated Indonesian translation.
50 * po/gprof.pot: Updated template file.
51
00f3247a
AM
522009-05-26 Alan Modra <amodra@bigpond.net.au>
53
54 * dep-in.sed: Output one filename per line with all lines having
55 continuation backslash. Prefix first line with "A", following
56 lines with "B".
57 * Makefile.am (DEP): Don't use dep.sed here.
58 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
59 sort and uniq.
60 * Makefile.in: Regenerate.
61
2b3decb5
AM
622009-05-22 Alan Modra <amodra@bigpond.net.au>
63
64 * Makefile.am: Run "make dep-am".
65 * Makefile.in: Regenerate.
66
39e65143
KH
672009-04-15 Kazu Hirata <kazu@codesourcery.com>
68
69 * gprof.h: Include gconfig.h. #undef PACKAGE.
70
8487be8b
NC
712009-04-09 Philippe Biondi <phil@secdev.org>
72
73 * corefile.c (core_create_function_syms): Initialise a symbol's
74 is_func field based on the setting of the BSF_FUNCTION flag.
75
d11fd249
NC
762009-03-06 Nick Clifton <nickc@redhat.com>
77
78 * po/es.po: Updated Spanish translation.
79
a1f7ca36
AM
802009-03-03 Alan Modra <amodra@bigpond.net.au>
81
82 * Makefile.am: Run "make dep-am".
83 * Makefile.in: Regenerate.
84
58e24671
RW
852009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
86
87 * configure: Regenerate.
88
d401d98a
AM
892009-02-12 Ken Werner <ken.werner@de.ibm.com>
90
91 * corefile.c (core_create_function_syms): Remove "<locore>" and
92 "<hicore>" sentinels.
93 * gprof.c: Likewise.
94 * cg_print.c (cg_print_function_ordering): Likewise.
95 * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
96 * mips.c (mips_find_call): Likewise.
97 * sparc.c (sparc_find_call): Likewise.
98 * tahoe.c (tahoe_find_call): Likewise.
99 * vax.c (vax_find_call): Likewise.
100
31dd3154
JM
1012009-02-03 Carlos O'Donell <carlos@codesourcery.com>
102
103 * configure.in: AC_SUBST pdfdir.
104 * Makefile.am: Add install-pdf, install-pdf-am,
105 and install-pdf-recursive targets. Define pdf__strip_dir.
106 * po/Make-in: Add install-pdf target.
107 * configure: Regenerate.
108 * Makefile.in: Regenerate.
109
c8d1c0af
NC
1102009-01-03 Nick Clifton <nickc@redhat.com>
111
112 PR 7099
113 * gprof.texi (Compiling): Mention the need for using
114 -static-libgcc on shared library systems.
115
e8f957fd
NC
1162009-01-02 Nick Clifton <nickc@redhat.com>
117
118 * po/id.po: Updated Indonesian translation.
119
22e8c8e0
RW
1202008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
121
122 * configure: Regenerate.
123
793c5807
NC
1242008-11-19 Nick Clifton <nickc@redhat.com>
125
126 * fdl.texi: New file.
127 * gprof.texi: Change license to v1.3.
128
b214d478
SE
1292008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
130 Steve Ellcey <sje@cup.hp.com>
131
132 * configure: Regenerate for new libtool.
133 * aclocal.m4: Ditto.
134 * Makefile.in: Ditto.
135
afac680a
NC
1362008-09-29 Nick Clifton <nickc@redhat.com>
137
138 * po/vi.po: Updated Vietnamese translation.
139
d053aef8
JK
1402008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 * configure.in: Call AC_SYS_LARGEFILE.
143 * gconfig.in: Regenerate.
144 * configure: Regenerate.
145
5cb12a97
AM
1462008-09-11 Alan Modra <amodra@bigpond.net.au>
147
148 * po/ro.po: New file.
149
81e80dda
AM
1502008-08-25 Alan Modra <amodra@bigpond.net.au>
151
152 * gmon_io.h: Don't include sysdep.h here.
153 (O_BINARY, SET_BINARY): Don't define here.
154 * gmon_io.c: Include "binary-io.h".
155 (gmon_out_read): Remove #ifdef SET_BINARY.
156 * Makefile.am: Run "make dep-am"
157 * Makefile.in: Regenerate.
158
da594c4a
AM
1592008-08-24 Alan Modra <amodra@bigpond.net.au>
160
81e80dda 161 * configure.in: Update a number of obsolete autoconf macros.
da594c4a 162
7357c5b6
AM
1632008-08-15 Alan Modra <amodra@bigpond.net.au>
164
165 PR 6526
166 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
167 * Makefile.in: Regenerate.
168 * aclocal.m4: Regenerate.
169 * configure: Regenerate.
170 * gconfig.in: Regenerate.
171
4094fdc2
BD
1722008-08-05 Brian Dessent <brian@dessent.net>
173
174 * gmon_io.c (gmon_out_read): When reading old format gmon.out,
175 set num_histograms and hist_scale.
176
323ee3f4
AM
1772008-08-04 Alan Modra <amodra@bigpond.net.au>
178
179 * Makefile.am (POTFILES.in): Set LC_ALL=C.
180 * Makefile.in: Regenerate.
181
0af1713e
AM
1822008-07-30 Alan Modra <amodra@bigpond.net.au>
183
184 * corefile.c, symtab.c: Silence gcc warnings.
185
ecba005f
AS
1862008-06-19 Andreas Schwab <schwab@suse.de>
187
188 * basic_blocks.c: Always include "gprof.h" first.
189 * cg_arcs.c: Likewise.
190 * cg_dfn.c: Likewise.
191 * cg_print.c: Likewise.
192 * corefile.c: Likewise.
193 * gprof.c: Likewise.
194 * hist.c: Likewise.
195 * search_list.c: Likewise.
196 * sym_ids.c: Likewise.
197 * utils.c: Likewise.
198
7a283e07
RW
1992008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
200
201 * configure: Regenerate.
202
789169e5
NC
2032008-06-04 Nick Clifton <nickc@redhat.com>
204
205 * po/nl.po: New file: Dutch translation.
206 * configure.in (ALL_LINGUAS): Add nl.
207 * configure: Regenerate.
208
8944f3c2
AM
2092008-05-14 Alan Modra <amodra@bigpond.net.au>
210
211 * Makefile.in: Regenerate.
212
6194aaab
L
2132008-04-23 Paolo Bonzini <bonzini@gnu.org>
214
215 * aclocal.m4: Regenerate.
216 * configure: Regenerate.
217
95f0efb9
NC
2182008-03-31 Nick Clifton <nickc@redhat.com>
219
220 * po/fr.po: Updated French translation.
221
58c85be7
RW
2222008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
223
224 * aclocal.m4: Regenerate.
225 * configure: Likewise.
226 * Makefile.in: Likewise.
227
50e7d84b
AM
2282008-03-13 Alan Modra <amodra@bigpond.net.au>
229
230 * configure: Regenerate.
231
6ec62a9b
NC
2322008-02-06 Nick Clifton <nickc@redhat.com>
233
234 * po/ms.po: Updated Malasian translation.
235
32b1cf22
L
2362008-02-04 H.J. Lu <hongjiu.lu@intel.com>
237
238 PR 5715
239 * configure: Regenerated.
240
ce2cded5
L
2412007-10-24 H.J. Lu <hongjiu.lu@intel.com>
242
243 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
244 * configure: Regenerated.
245
7d4c5211
AM
2462007-10-24 Alan Modra <amodra@bigpond.net.au>
247
248 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
249 * configure.in: Invoke AC_GNU_SOURCE.
250 * Makefile.in: Regenerate.
251 * configure: Regenerate.
252 * gconfig.in: Regenerate.
253
1b9750d6
NC
2542007-10-12 Michael Haubenwallner <haubi@gentoo.org>
255
256 PR gprof/5147
257 * configure.in: Add check for fabs() being in libm.
258 * configure: Regenerate.
259
2d7b9687
NC
2602007-09-25 Robert Norton <rnorton@broadcom.com>
261
262 * cg_print.c (sort_members): Include the final member on the list
263 in the sort.
264
7f396d02
NC
2652007-09-17 Nick Clifton <nickc@redhat.com>
266
267 * po/es.po: Updated Spanish translation.
268
7cd41002
NC
2692007-08-30 Nick Clifton <nickc@redhat.com>
270
271 * po/fi.po: Updated Finnish translation.
272
b0b8c9e0
DJ
2732007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
274
275 * po/sv.po: Updated Swedish translation.
276
e9f27433
AM
2772007-08-17 Alan Modra <amodra@bigpond.net.au>
278
279 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
280
9975e4c4
DJ
2812007-08-12 Matthias Klose <doko@ubuntu.com>
282
283 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
284 $(top_srcdir)/../../bfd/doc.
285 * Makefile.in: Regenerate.
286
19aec961
DJ
2872007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
288
289 * configure.in (ALL_LINGUAS): Add fi.
290 * po/fi.po: New file.
291 * configure: Regenerated.
292
d02756e7
NC
2932007-08-10 Nick Clifton <nickc@redhat.com>
294
295 * po/ga.po: Updated Irish translation.
296 * po/vi.po: Updated Vietnamese translation.
297
d173dac9
NC
2982007-08-07 Nick Clifton <nickc@redhat.com>
299
300 * po/de.po: Updated German translation.
301
7353bd54
NC
3022007-07-12 Nick Clifton <nickc@redhat.com>
303
304 * po/vi.po: Updated translation.
305
d2df793a
NC
3062007-07-12 Kai Tietz <kai.tietz@onevision.com>
307
308 * cg_print.c: Force cast of sizeof to be a long.
309 * hist.c: Likewise.
310
651dbc76
NC
3112007-07-06 Nick Clifton <nickc@redhat.com>
312
313 * basic_blocks.c: Update copyright notice to refer to GPLv3.
314 * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
315 call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
316 flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
317 search_list.c, search_list.h, source.c, source.h, sym_ids.c,
318 sym_ids.h, symtab.c, symtab.h: Likewise.
8944f3c2 319
3289fe0c
NC
3202007-07-05 Tristan Gingold <gingold@adacore.com>
321
322 * corefile.c (core_sym_class): Do not discard nested subprograms.
dea757d1
NC
323 * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
324 * Makefile.in: Regenerate.
3289fe0c 325
ae351704
AM
3262007-07-02 Alan Modra <amodra@bigpond.net.au>
327
328 * Makefile.am: Run "make dep-am".
329 * Makefile.in: Regenerate.
330 * aclocal.m4: Regenerate.
331 * gconfig.in: Regenerate.
332 * po/gprof.pot: Regenerate.
333
86b57e31
L
3342007-06-30 H.J. Lu <hongjiu.lu@intel.com>
335
336 * aclocal.m4: Regenerated.
337 * Makefile.in: Likewise.
338
25c909f1
NC
3392007-06-20 Nick Clifton <nickc@redhat.com>
340
341 * gprof.texi: Refer readers to the gcov tool if they want
342 line-by-line profiling.
343
79887925
L
3442007-06-14 H.J. Lu <hongjiu.lu@intel.com>
345
346 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
347
348 * acinclude.m4: Removed.
349
350 * Makefile.in: Regenerated.
351 * aclocal.m4: Likewise.
352 * configure: Likewise.
353
37ad9514
SE
3542007-05-24 Steve Ellcey <sje@cup.hp.com>
355
356 * Makefile.in: Regnerate.
357 * configure: Regenerate.
358 * aclocal.m4: Regenerate.
359
50b4b126
L
3602007-05-24 H.J. Lu <hongjiu.lu@intel.com>
361
362 * gprof.texi: Remove orphaned "@end ignore".
363
0e9517a9
NC
3642007-05-22 Nick Clifton <nickc@redhat.com>
365
366 * gprof.texi: Use @copying around the copyright notice.
367
74bad5d4
L
3682007-05-14 H.J. Lu <hongjiu.lu@intel.com>
369
370 * hist.c (scale_and_align_entries): Avoid C99 feature.
371
8db406db
AM
3722007-04-19 Alan Modra <amodra@bigpond.net.au>
373
374 * corefile.c (core_create_function_syms, core_create_line_syms): Don't
375 set discard_underscores.
376 * gprof.c (discard_underscores): Delete.
377 * gprof.h (discard_underscores): Delete.
378 * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
379 leading underscores.
380 * utils.c (print_name_only): Call bfd_demangle rather than
381 cplus_demangle.
382 * Makefile.am: Run "make dep-am".
383 * Makefile.in: Regenerate.
384
b7d19ba6
SE
3852007-04-14 Steve Ellcey <sje@cup.hp.com>
386
387 * Makefile.am: Add ACLOCAL_AMFLAGS.
388 * Makefile.in: Regenerate.
389
b3296dc5
VP
3902007-04-10 Vladimir Prus <vladimir@codesourcery.com>
391
392 * hist.h (struct histogram)
393 (histograms, num_histograms): New.
394 * hist.c (find_histogram, find_histogram_for_pc)
395 (read_histogram_header): New.
396 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
397 (hist_sample): Remove.
398 (hist_read_rec): Use the above, and handle multiple
399 histogram records with disjoint address ranges.
400 (hist_write_hist): Support several histogram records.
401 (scale_and_align_entries): Adjust for multiple histograms.
402 (hist_assign_samples_1): New.
403 (hist_assign_samples): Use the above.
404 (hist_clip_symbol_address): New.
405 * hist.h (hist_check_address)
406 (hist_clip_symbol_address): Declare.
407 * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
408 of legacy format for multiple histogram changes.
409 * corefile.c (find_call): Check for core_text_space and
410 clip symbol address range here.
411 * vax.c (vax_find_call): Don't check for
412 core_text_space, or clip the symbol's address range here.
8944f3c2 413 Use hist_check_address to check call's target address.
b3296dc5
VP
414 * sparc.c: Likewise.
415 * tahoe.c: Likewise.
416 * i386.c: Likewise.
417 * mips.c: Likewise. Also use core_text_sect->vma as the base
418 address for code accesses, just like other machine-specific
419 routines do.
420 * gprof.texi: Adjust for the new logic.
8944f3c2 421
4ecceb71
RS
4222007-03-28 Richard Sandiford <richard@codesourcery.com>
423 Phil Edwards <phil@codesourcery.com>
424
425 * gprof.texi: Put the contents after the title page rather
426 than at the end of the document.
427
e49e529d
JM
4282007-03-22 Joseph Myers <joseph@codesourcery.com>
429
430 * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
431 (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
432 * Makefile.in: Regenerate.
433 * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
434 and VERSION.
435
c428fa83
L
4362007-03-15 H.J. Lu <hongjiu.lu@intel.com>
437
438 * Makefile.am (REPORT_BUGS_TO): Removed.
439 (INCLUDES): Remove -DREPORT_BUGS_TO.
440 * Makefile.in: Regenerated.
441
442 * configure.in (--with-bugurl): Removed.
443 * configure: Regenerated.
444
066c2a57
JM
4452007-03-01 Joseph Myers <joseph@codesourcery.com>
446
447 * gprof.c: Include bfdver.h
448 (main): Use BFD_VERSION_STRING for version number and package
449 name.
450 * Makefile.am (PKGVERSION): Remove.
451 (INCLUDES): Update.
452 Regenerate dependencies.
453 * Makefile.in: Regenerate.
454 * configure.in (PKGVERSION): Remove.
455 * configure: Regenerate.
456
92f01d61 4572007-02-17 Mark Mitchell <mark@codesourcery.com>
c428fa83
L
458 Nathan Sidwell <nathan@codesourcery.com>
459 Vladimir Prus <vladimir@codesourcery.com>
460 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
461
462 * configure.in (--with-pkgversion, --with-bugurl): New options.
463 * configure: Regenerate.
464 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
465 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
466 Regenerate dependencies.
467 * Makefile.in: Regenerate.
468 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
469 (main): Include PKGVERSION in version output.
470 * gprof.h: Remove include of bin-bugs.h.
471
74335607
BE
4722007-01-16 Ben Elliston <bje@au.ibm.com>
473
474 * corefile.c (parse_error): New function.
475 (read_function_mappings): Check calls to fscanf and report any
476 errors in parsing the mapping file.
477
37d037c1
DJ
4782006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
479
480 * Makefile.am (gprof_TEXINFOS): Set.
481 (gprof.info gprof.dvi gprof.html): Delete rule.
482 * Makefile.in: Regenerated.
483
d5fbea21
DJ
4842006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
485
486 * configure.in: Define GENINSRC_NEVER.
487 * doc/Makefile.am (gprof.info): Remove srcdir prefix.
488 (MAINTAINERCLEANFILES): Add info file.
489 (DISTCLEANFILES): Pretend to add info file.
490 * po/Make-in (.po.gmo): Put gmo files in objdir.
491 * configure, Makefile.in: Regenerated.
492
c897d1a2
NC
4932006-11-27 Nick Clifton <nickc@redhat.com>
494
495 * po/ms.po: Updated Malay translation.
496
221ca466
NC
4972006-11-22 Nick Clifton <nickc@redhat.com>
498
499 * configure.in (LINGUAS): Add ms.
500 * po/ms.po: New Malay translation.
501
4ce7dc15
BW
5022006-10-17 Bob Wilson <bob.wilson@acm.org>
503
504 * gprof.c (main): Fix option string for -r and -R.
505
6bacc34d
BW
5062006-10-16 Bob Wilson <bob.wilson@acm.org>
507
508 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
509
263e594b
BW
5102006-10-16 Bob Wilson <bob.wilson@acm.org>
511
512 * gprof.c (main): Fix option string for -C, -n and -N.
513
19c6af1e
TS
5142006-09-26 Thiemo Seufer <ths@networkno.de>
515
516 * gprof.texi: Fix install failure.
517
afb17569
BW
5182006-09-19 Bob Wilson <bob.wilson@acm.org>
519
520 * gprof.texi: Use TeX-style quotes and em-dashes consistently.
521 Specify section names in cross references. Fix typos.
522 Omit "next", "previous" and "up" fields from @node lines.
523 (SYNOPSIS): Show map_file argument to --file-ordering.
524 (Compiling): Remove extra, truncated lines from example output.
525 (Cycles): Fix references to "called" field.
526 (Internals): Allow hyphenation between file:function names.
527 (GNU Free Documentation License): Update formatting to match fdl.texi.
528
b45619c0
NC
5292006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
530
531 * gprof.texi: Fix some typos.
532
6648b7cf
JM
5332006-06-07 Joseph S. Myers <joseph@codesourcery.com>
534
535 * po/Make-in (pdf, ps): New dummy targets.
536
4cfe2c59
DJ
5372006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
538
539 * po/Make-in (top_builddir): Define.
540
cb015bd9
AM
5412006-06-05 Alan Modra <amodra@bigpond.net.au>
542
543 * Makefile.in: Regenerate.
544 * gconfig.in: Regenerate.
545
20e95c23
DJ
5462006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
547
548 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
549 and LIBINTL_DEP everywhere.
550 (INCLUDES): Use @INCINTL@.
551 * acinclude.m4: Include new gettext macros.
552 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
553 Remove local code for po/Makefile.
554 * Makefile.in, aclocal.m4, configure: Regenerated.
555
eebf07fb
NC
5562006-05-30 Nick Clifton <nickc@redhat.com>
557
558 * po/es.po: Updated Spanish translation.
559
fe541ea9
JW
5602006-05-02 James E Wilson <wilson@specifix.com>
561
562 * gprof.c (main): When setting default output_style, add separate
563 checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
564
253a2395
NC
5652006-04-25 Masaki Muranaka <monaka@monami-software.com>
566
567 PR 2587
568 * Makefile.am: Add empty rule for .m -> .o build in order to work
569 around bug in gmake shipped by Apple.
570 * Makefile.in: Regenerate.
571
241a6c40
AM
5722006-04-19 Alan Modra <amodra@bigpond.net.au>
573
574 * configure: Regenerate.
575
108a6f8e
CD
5762006-04-06 Carlos O'Donell <carlos@codesourcery.com>
577
578 * po/Make-in: Add install-html target.
8944f3c2
AM
579 * Makefile.am: Add install-html, install-html-am and
580 install-html-recursive targets.
108a6f8e
CD
581 * Makefile.in: Regenerate.
582 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
583 * configure: Regenerate.
584
11010f5a
BE
5852006-03-21 Ben Elliston <bje@au.ibm.com>
586
587 * corefile.c (core_init): Report that the executable is not in the
588 expected executable format rather than "a.out" format.
589
f530741d
NC
5902006-03-09 Nick Clifton <nickc@redhat.com>
591
592 * po/sv.po: Updated Swedish translation.
593
f7d9e5c3
CD
5942006-02-27 Carlos O'Donell <carlos@codesourcery.com>
595
596 * po/Make-in: Add html target.
597
e88d958a 598For older changes see ChangeLog-2005
c9e214e5
AM
599\f
600Local Variables:
601mode: change-log
602left-margin: 8
603fill-column: 74
604version-control: never
605End:
This page took 0.376536 seconds and 4 git commands to generate.