bc7317ef89
master binutils sources that fix gprof for LP64 platforms and also fix some problems with cross-gprof: * TODO: Remove "host architecture pointer size" item. * gmon.h (GMON_HDRSIZE_BSD44_32): Define. (GMON_HDRSIZE_BSD44_64): Ditto. (GMON_HDRSIZE_OLDBSD_32): Ditto. (GMON_HDRSIZE_OLDBSD_64): Ditto. (struct raw_phdr): Wrap in #if 0, keeping it for documentation purposes only. (struct old_raw_phdr): Likewise. (struct raw_arc): Likewise. Change type/size of "count" member to long match 4.4BSD. * gmon_io: Update copyright years. (gmon_io_read_64): New function. (gmon_io_read_vma): Use bfd_arch_bits_per_address to determine target pointer size. Use gmon_io_read_32 and gmon_io_read_64. (gmon_io_write_64): New function. (gmon_io_write_vma): Use bfd_arch_bits_per_address to determine target pointer size. Use gmon_io_write_32 and gmon_io_write_64. (get_vma): Remove. (put_vma): Ditto. (gmon_read_raw_arc): New function. (gmon_write_raw_arc): New function. (gmon_out_read): Do not use struct raw_phdr or struct old_raw_phdr to read the gmon header. Use gmon_read_raw_arc to read call graph records. (gmon_out_write): Do not use struct raw_phdr or struct old_raw_phdr to write the gmon header. Use gmon_write_raw_arc to write call graph records. This makes the GMON_PTR_SIZE constant obsolete, however I have not included the changes to the autoconf machinery that eliminate that constant completely in order to minimize the changes here (they will be picked up when we import Binutils 2.12 when it is released). |
||
---|---|---|
.. | ||
po | ||
.gdbinit | ||
acconfig.h | ||
acinclude.m4 | ||
aclocal.m4 | ||
alpha.c | ||
basic_blocks.c | ||
basic_blocks.h | ||
bb_exit_func.c | ||
bbconv.pl | ||
bsd_callg_bl.c | ||
bsd_callg_bl.m | ||
call_graph.c | ||
call_graph.h | ||
cg_arcs.c | ||
cg_arcs.h | ||
cg_dfn.c | ||
cg_dfn.h | ||
cg_print.c | ||
cg_print.h | ||
ChangeLog | ||
configure | ||
configure.in | ||
corefile.c | ||
corefile.h | ||
dep-in.sed | ||
flat_bl.c | ||
flat_bl.m | ||
fsf_callg_bl.c | ||
fsf_callg_bl.m | ||
gconfig.in | ||
gen-c-prog.awk | ||
gmon_io.c | ||
gmon_io.h | ||
gmon_out.h | ||
gmon.h | ||
gprof.1 | ||
gprof.c | ||
gprof.h | ||
gprof.info | ||
gprof.info-1 | ||
gprof.info-2 | ||
gprof.info-3 | ||
gprof.texi | ||
hertz.c | ||
hertz.h | ||
hist.c | ||
hist.h | ||
i386.c | ||
MAINTAINERS | ||
Makefile.am | ||
Makefile.in | ||
mips.c | ||
NOTES | ||
search_list.c | ||
search_list.h | ||
source.c | ||
source.h | ||
sparc.c | ||
stamp-h.in | ||
sym_ids.c | ||
sym_ids.h | ||
symtab.c | ||
symtab.h | ||
tahoe.c | ||
TEST | ||
TODO | ||
utils.c | ||
utils.h | ||
vax.c |