mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
37b1bfcd81
core_sym_bytes, to make the units from bfd_get_symtab_upper_bound more obvious. (core_create_function_syms): Discard cbfd argument. Eliminate `offset' variable and calculate VMA directly. Update all users. * corefile.h (core_create_function_syms): Update prototype. (core_create_line_syms): Likewise. * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. Tidy.
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
2004-05-26 Ben Elliston <bje@au.ibm.com>
|
||
|
||
* corefile.c (core_init): Use a separate local variable,
|
||
core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
|
||
more obvious.
|
||
(core_create_function_syms): Discard cbfd argument. Eliminate
|
||
`offset' variable and calculate VMA directly. Update all users.
|
||
* corefile.h (core_create_function_syms): Update prototype.
|
||
(core_create_line_syms): Likewise.
|
||
* gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
|
||
Tidy.
|
||
|
||
2004-05-17 Ben Elliston <bje@au.ibm.com>
|
||
|
||
* gprof.texi (Output Options): Correct last patch to use @itemx, not
|
||
@item, for options with long option alternatives.
|
||
|
||
2004-05-17 Ben Elliston <bje@au.ibm.com>
|
||
|
||
* gprof.texi (Introduction): Update synopsis.
|
||
(Output Options): Document -r and -R.
|
||
(Analysis Options): Document -t, --table-length.
|
||
(Miscellaneous Options): Document -h, --help.
|
||
|
||
2004-05-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/fr.po: Updated French translation.
|
||
|
||
2004-03-19 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* po/sv.po: Updated.
|
||
|
||
* Makefile.am: Run "make dep-am".
|
||
* Makefile.in: Regenerate.
|
||
* gconfig.in: Regenerate.
|
||
* po/gprof.pot: Regenerate.
|
||
|
||
For older changes see ChangeLog-9203
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|