1*75fd0b74Schristos2003-11-06 Bruno Rohee <bruno@rohee.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * gprof.texi: Fix "the the" typo. 4*75fd0b74Schristos 5*75fd0b74Schristos2003-10-30 Nick Clifton <nickc@redhat.com> 6*75fd0b74Schristos 7*75fd0b74Schristos * gprof.texi (Compiling): Describe how to use gprof when source 8*75fd0b74Schristos files are not compiled with -pg. Mention other profiling options 9*75fd0b74Schristos supported by gcc. 10*75fd0b74Schristos (How do I?): Mention the function call overhead introduced by -pg. 11*75fd0b74Schristos 12*75fd0b74Schristos2003-10-29 Nick Clifton <nickc@redhat.com> 13*75fd0b74Schristos 14*75fd0b74Schristos * gprof.texi: Apply patch supplied by Eric S Raymond via RMS: 15*75fd0b74Schristos (Compiling): Mention that -pg must be passed to both the compiler 16*75fd0b74Schristos and the linker. 17*75fd0b74Schristos Mention that -a is now deprecated. 18*75fd0b74Schristos (How do I?): Add an entry describing how to get more information 19*75fd0b74Schristos about program hotspots. 20*75fd0b74Schristos 21*75fd0b74Schristos2003-10-11 Alan Modra <amodra@bigpond.net.au> 22*75fd0b74Schristos 23*75fd0b74Schristos * corefile.c (core_create_function_syms): Don't refer directly to 24*75fd0b74Schristos _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma. 25*75fd0b74Schristos 26*75fd0b74Schristos2003-08-26 Nick Clifton <nickc@redhat.com> 27*75fd0b74Schristos 28*75fd0b74Schristos * po/de.po: New German translation. 29*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add de. 30*75fd0b74Schristos * configure: Regenerate. 31*75fd0b74Schristos * Makefile.in: Regenerate. 32*75fd0b74Schristos * aclocal.m4: Regenerate. 33*75fd0b74Schristos * gconfig.in: Regenerate. 34*75fd0b74Schristos 35*75fd0b74Schristos2003-08-21 Nick Clifton <nickc@redhat.com> 36*75fd0b74Schristos 37*75fd0b74Schristos * po/tr.po: Updated Turkish translation. 38*75fd0b74Schristos 39*75fd0b74Schristos2003-08-14 Alan Modra <amodra@bigpond.net.au> 40*75fd0b74Schristos 41*75fd0b74Schristos * dep-in.sed: Remove libintl.h. 42*75fd0b74Schristos * Makefile.am (POTFILES.in): Unset LC_COLLATE. 43*75fd0b74Schristos * Makefile.in: Regenerate. 44*75fd0b74Schristos 45*75fd0b74Schristos2003-07-24 Nick Clifton <nickc@redhat.com> 46*75fd0b74Schristos 47*75fd0b74Schristos * po/fr.po: Updated French translation. 48*75fd0b74Schristos 49*75fd0b74Schristos2003-07-20 H.J. Lu <hongjiu.lu@intel.com> 50*75fd0b74Schristos 51*75fd0b74Schristos * po/Make-in (.po.gmo): Do check if the .gmo file is writable 52*75fd0b74Schristos before generating it. 53*75fd0b74Schristos 54*75fd0b74Schristos2003-07-17 Nick Clifton <nickc@redhat.com> 55*75fd0b74Schristos 56*75fd0b74Schristos * po/es.po: New Spanish translation. 57*75fd0b74Schristos 58*75fd0b74Schristos2003-07-11 Alan Modra <amodra@bigpond.net.au> 59*75fd0b74Schristos 60*75fd0b74Schristos * po/gprof.pot: Regenerate. 61*75fd0b74Schristos 62*75fd0b74Schristos2003-06-11 H.J. Lu <hongjiu.lu@intel.com> 63*75fd0b74Schristos 64*75fd0b74Schristos * po/Make-in (DESTDIR): New. 65*75fd0b74Schristos (install-data-yes): Support $(DESTDIR). 66*75fd0b74Schristos (uninstall): Likewise. 67*75fd0b74Schristos 68*75fd0b74Schristos2003-03-27 Chris Demetriou <cgd@broadcom.com> 69*75fd0b74Schristos 70*75fd0b74Schristos * gmon_io.c (enum gmon_ptr_size, enum gmon_ptr_signedness): New. 71*75fd0b74Schristos (gmon_get_ptr_size, gmon_get_ptr_signedness): New. 72*75fd0b74Schristos (gmon_io_read_vma, gmon_io_write_vma, gmon_read_raw_arc) 73*75fd0b74Schristos (gmon_write_raw_arc, gmon_out_read, gmon_out_write): Adjust to 74*75fd0b74Schristos use new functions and enums. 75*75fd0b74Schristos 76*75fd0b74Schristos2003-02-21 K Schutte <schutte@fel.tno.nl> 77*75fd0b74Schristos 78*75fd0b74Schristos * corefile.c (core_create_line_syms): Check for a NULL sentinel 79*75fd0b74Schristos value before using it. 80*75fd0b74Schristos 81*75fd0b74Schristos2002-12-02 Nick Clifton <nickc@redhat.com> 82*75fd0b74Schristos 83*75fd0b74Schristos * configure.in (LINGUAS): Add pt_BR. 84*75fd0b74Schristos * configure: Regenerate. 85*75fd0b74Schristos * po/pt_BR: New Brazillian Portugese translation. 86*75fd0b74Schristos 87*75fd0b74Schristos2002-11-30 Alan Modra <amodra@bigpond.net.au> 88*75fd0b74Schristos 89*75fd0b74Schristos * basic_blocks.c, basic_blocks.h, cg_arcs.c, cg_dfn.c, cg_print.c, 90*75fd0b74Schristos corefile.c, gmon_io.c, gprof.c, gprof.h, hist.c, mips.c, source.c, 91*75fd0b74Schristos source.h, sym_ids.c, sym_ids.h, symtab.h, tahoe.c, vax.c: Replace 92*75fd0b74Schristos boolean with bfd_boolean, true with TRUE, false with FALSE. 93*75fd0b74Schristos Formatting. 94*75fd0b74Schristos 95*75fd0b74Schristos2002-11-12 Nick Clifton <nickc@redhat.com> 96*75fd0b74Schristos 97*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add da. 98*75fd0b74Schristos * configure: Regenerate. 99*75fd0b74Schristos * po/da.po: New Danish translation. 100*75fd0b74Schristos 101*75fd0b74Schristos2002-08-22 Nick Clifton <nickc@redhat.com> 102*75fd0b74Schristos 103*75fd0b74Schristos * gprof.c (main): Turn off default excluded functions in FLAT 104*75fd0b74Schristos profile. 105*75fd0b74Schristos 106*75fd0b74Schristos2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca> 107*75fd0b74Schristos 108*75fd0b74Schristos * gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if 109*75fd0b74Schristos BFD_HOST_U_64_BIT is defined. 110*75fd0b74Schristos (gmon_io_read_vma, gmon_io_write_vma): Add ifdefs. 111*75fd0b74Schristos 112*75fd0b74Schristos2002-07-30 Nick Clifton <nickc@redhat.com> 113*75fd0b74Schristos 114*75fd0b74Schristos * po/tr.po: Updated Turkish translation. 115*75fd0b74Schristos 116*75fd0b74Schristos2002-07-30 Nick Clifton <nickc@redhat.com> 117*75fd0b74Schristos 118*75fd0b74Schristos * alpha.c, cg_arcs.c, cg_dfn.c, gmon.h, gprof.c, gprof.h, hertz.c, 119*75fd0b74Schristos i386.c, mips.c, sparc.c, tahoe.c, utils.c, vax.c: Update Copyright 120*75fd0b74Schristos notice so that it applies even if the sources are modified. 121*75fd0b74Schristos 122*75fd0b74Schristos2002-07-29 Ulrich Drepper <drepper@redhat.com> 123*75fd0b74Schristos 124*75fd0b74Schristos * gprof.texi (Executing the Program): Add documentation on how to use 125*75fd0b74Schristos bbconv.pl. Patch by Eric Hanchrow. 126*75fd0b74Schristos 127*75fd0b74Schristos2002-07-25 Nick Clifton <nickc@redhat.com> 128*75fd0b74Schristos 129*75fd0b74Schristos * po/es.po: Updated Spanish translation. 130*75fd0b74Schristos * po/fr.po: Updated French translation. 131*75fd0b74Schristos 132*75fd0b74Schristos2002-07-24 Dave Brolley <brolley@redhat.com> 133*75fd0b74Schristos 134*75fd0b74Schristos * corefile.c (core_create_function_syms): Use the end of the section 135*75fd0b74Schristos containing the symbol to compute max_vma. 136*75fd0b74Schristos 137*75fd0b74Schristos2002-07-24 Nick Clifton <nickc@redhat.com> 138*75fd0b74Schristos 139*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 140*75fd0b74Schristos * po/es.po: Updated Spanish translation. 141*75fd0b74Schristos 142*75fd0b74Schristos2002-07-23 Nick Clifton <nickc@redhat.com> 143*75fd0b74Schristos 144*75fd0b74Schristos * po/fr.po: Updated French translation. 145*75fd0b74Schristos * po/id.po: New Indonesian translation. 146*75fd0b74Schristos * configure.in (LINGUAS): Add id. 147*75fd0b74Schristos * configure: Regenerate. 148*75fd0b74Schristos 149*75fd0b74Schristos2002-05-02 Nick Clifton <nickc@cambridge.redhat.com> 150*75fd0b74Schristos 151*75fd0b74Schristos * po/Make-in (.po.gmo): Do not attempt to create a .gmo file if 152*75fd0b74Schristos the sources are read-only. 153*75fd0b74Schristos 154*75fd0b74Schristos2002-04-04 Alan Modra <amodra@bigpond.net.au> 155*75fd0b74Schristos 156*75fd0b74Schristos * dep-in.sed: Cope with absolute paths. 157*75fd0b74Schristos * Makefile.am (dep.sed): Subst TOPDIR. 158*75fd0b74Schristos Run "make dep-am". 159*75fd0b74Schristos * Makefile.in: Regenerate. 160*75fd0b74Schristos 161*75fd0b74Schristos2002-03-21 Alan Modra <amodra@bigpond.net.au> 162*75fd0b74Schristos 163*75fd0b74Schristos * Makefile.am: Run "make dep-am". 164*75fd0b74Schristos * Makefile.in: Regenerate. 165*75fd0b74Schristos 166*75fd0b74Schristos2002-03-18 Nick Clifton <nickc@cambridge.redhat.com> 167*75fd0b74Schristos 168*75fd0b74Schristos * po/fr.po: Updated version. 169*75fd0b74Schristos 170*75fd0b74Schristos2002-03-13 Nick Clifton <nickc@cambridge.redhat.com> 171*75fd0b74Schristos 172*75fd0b74Schristos * po/fr.po: Updated version. 173*75fd0b74Schristos 174*75fd0b74Schristos2002-03-07 Daniel Jacobowitz <drow@mvista.com> 175*75fd0b74Schristos 176*75fd0b74Schristos * gprof.texi: Wrap @menu in @ifnottex, not @ifinfo. 177*75fd0b74Schristos 178*75fd0b74Schristos2002-02-19 Frank Ch. Eigler <fche@redhat.com> 179*75fd0b74Schristos 180*75fd0b74Schristos * hist.c (hist_print): Rewrite log_scale calculation loop. 181*75fd0b74Schristos 182*75fd0b74Schristos2002-02-11 Alan Modra <amodra@bigpond.net.au> 183*75fd0b74Schristos 184*75fd0b74Schristos * Makefile.am: "make dep-am". 185*75fd0b74Schristos * Makefile.in: Regenerate. 186*75fd0b74Schristos 187*75fd0b74Schristos2002-02-10 Daniel Jacobowitz <drow@mvista.com> 188*75fd0b74Schristos 189*75fd0b74Schristos * gprof.c: Include "getopt.h" after other includes, so that 190*75fd0b74Schristos the proper macros are defined. 191*75fd0b74Schristos * gen-c-prog.awk: Emit a prototype for the generated function. 192*75fd0b74Schristos 193*75fd0b74Schristos2002-02-01 Alan Modra <amodra@bigpond.net.au> 194*75fd0b74Schristos 195*75fd0b74Schristos * configure.in (build_warnings): Add -Wstrict-prototypes 196*75fd0b74Schristos -Wmissing-prototypes. 197*75fd0b74Schristos * aclocal.m4: Regenerate. 198*75fd0b74Schristos * gconfig.in: Regenerate. 199*75fd0b74Schristos * configure: Regenerate. 200*75fd0b74Schristos * Makefile.am: Run "make dep-am". 201*75fd0b74Schristos * Makefile.in: Regenerate. 202*75fd0b74Schristos 203*75fd0b74Schristos * alpha.c (alpha_find_call): Warning fixes. 204*75fd0b74Schristos * mips.c (mips_find_call): Likewise. 205*75fd0b74Schristos * sparc.c (sparc_find_call): Likewise. 206*75fd0b74Schristos * basic_blocks.c: Warning fixes. Eliminate DEFUN. 207*75fd0b74Schristos * call_graph.c: Likewise. 208*75fd0b74Schristos * cg_arcs.c: Likewise. 209*75fd0b74Schristos * cg_dfn.cp: Likewise. 210*75fd0b74Schristos * gprof.c: Likewise. 211*75fd0b74Schristos * gprof.h: Likewise. 212*75fd0b74Schristos * hist.c: Likewise. 213*75fd0b74Schristos * search_list.c: Likewise. 214*75fd0b74Schristos * source.c: Likewise. 215*75fd0b74Schristos * source.h: Likewise. 216*75fd0b74Schristos * sym_ids.c: Likewise. 217*75fd0b74Schristos * symtab.c: Likewise. 218*75fd0b74Schristos * symtab.h: Likewise. 219*75fd0b74Schristos * utils.c: Likewise. 220*75fd0b74Schristos * cg_print.c: Likewise. 221*75fd0b74Schristos (struct function_map, symbol_map, symbol_map_count): Move 222*75fd0b74Schristos declaration to.. 223*75fd0b74Schristos * corefile: ..here. 224*75fd0b74Schristos * corefile.c: Warning fixes. Eliminate DEFUN. 225*75fd0b74Schristos (struct function_map): Remove declaration. 226*75fd0b74Schristos * gmon_io.c: Warning fixes. Eliminate DEFUN. 227*75fd0b74Schristos (gmon_io_read_64): Make static. 228*75fd0b74Schristos (gmon_io_write_64): Likewise. 229*75fd0b74Schristos (gmon_read_raw_arc): Likewise. 230*75fd0b74Schristos (gmon_write_raw_arc): Likewise. 231*75fd0b74Schristos (gmon_io_write_8): Don't pass char, pass int param. 232*75fd0b74Schristos * gmon_io.h (gmon_io_write_8): Likewise. 233*75fd0b74Schristos 234*75fd0b74Schristos * Makefile.am: Run "make dep-am" 235*75fd0b74Schristos * Makefile.in: Regenerate. 236*75fd0b74Schristos 237*75fd0b74Schristos * basic_blocks.c: Replace bool with boolean, TRUE with true and 238*75fd0b74Schristos FALSE with false throughout. 239*75fd0b74Schristos * basic_blocks.h: Likewise. 240*75fd0b74Schristos * cg_arcs.c: Likewise. 241*75fd0b74Schristos * cg_dfn.c: Likewise. 242*75fd0b74Schristos * cg_print.c: Likewise. 243*75fd0b74Schristos * corefile.c: Likewise. 244*75fd0b74Schristos * gmon_io.c: Likewise. 245*75fd0b74Schristos * gprof.c: Likewise. 246*75fd0b74Schristos * hist.c: Likewise. 247*75fd0b74Schristos * mips.c: Likewise. 248*75fd0b74Schristos * source.c: Likewise. 249*75fd0b74Schristos * source.h: Likewise. 250*75fd0b74Schristos * sym_ids.c: Likewise. 251*75fd0b74Schristos * sym_ids.h: Likewise. 252*75fd0b74Schristos * symtab.h: Likewise. 253*75fd0b74Schristos * tahoe.c: Likewise. 254*75fd0b74Schristos * vax.c: Likewise. 255*75fd0b74Schristos * gprof.h: Likewise. 256*75fd0b74Schristos (TRUE): Don't define. 257*75fd0b74Schristos (FALSE): Don't define. 258*75fd0b74Schristos 259*75fd0b74Schristos2002-01-31 Jason R Thorpe <thorpej@wasabisystems.com> 260*75fd0b74Schristos 261*75fd0b74Schristos * TODO: Remove "host architecture pointer size" item. 262*75fd0b74Schristos * acconfig.h: Remove. 263*75fd0b74Schristos * gconfig.in: Regenerate. 264*75fd0b74Schristos * configure.in: Remove check for gmon pointer size. 265*75fd0b74Schristos * configure: Regenerate. 266*75fd0b74Schristos * gmon.h (GMON_HDRSIZE_BSD44_32): Define. 267*75fd0b74Schristos (GMON_HDRSIZE_BSD44_64): Ditto. 268*75fd0b74Schristos (GMON_HDRSIZE_OLDBSD_32): Ditto. 269*75fd0b74Schristos (GMON_HDRSIZE_OLDBSD_64): Ditto. 270*75fd0b74Schristos (struct raw_phdr): Wrap in #if 0, keeping it for 271*75fd0b74Schristos documentation purposes only. 272*75fd0b74Schristos (struct old_raw_phdr): Likewise. 273*75fd0b74Schristos (struct raw_arc): Likewise. Change type/size of 274*75fd0b74Schristos "count" member to long match 4.4BSD. 275*75fd0b74Schristos * gmon_io: Update copyright years. 276*75fd0b74Schristos (gmon_io_read_64): New function. 277*75fd0b74Schristos (gmon_io_read_vma): Use bfd_arch_bits_per_address to 278*75fd0b74Schristos determine target pointer size. Use gmon_io_read_32 279*75fd0b74Schristos and gmon_io_read_64. 280*75fd0b74Schristos (gmon_io_write_64): New function. 281*75fd0b74Schristos (gmon_io_write_vma): Use bfd_arch_bits_per_address to 282*75fd0b74Schristos determine target pointer size. Use gmon_io_write_32 283*75fd0b74Schristos and gmon_io_write_64. 284*75fd0b74Schristos (get_vma): Remove. 285*75fd0b74Schristos (put_vma): Ditto. 286*75fd0b74Schristos (gmon_read_raw_arc): New function. 287*75fd0b74Schristos (gmon_write_raw_arc): New function. 288*75fd0b74Schristos (gmon_out_read): Do not use struct raw_phdr or 289*75fd0b74Schristos struct old_raw_phdr to read the gmon header. Use 290*75fd0b74Schristos gmon_read_raw_arc to read call graph records. 291*75fd0b74Schristos (gmon_out_write): Do not use struct raw_phdr or 292*75fd0b74Schristos struct old_raw_phdr to write the gmon header. Use 293*75fd0b74Schristos gmon_write_raw_arc to write call graph records. 294*75fd0b74Schristos * po/gprof.pot: Regenerate. 295*75fd0b74Schristos * Makefile.in: Regenerate. 296*75fd0b74Schristos 297*75fd0b74Schristos2002-01-31 Alan Modra <amodra@bigpond.net.au> 298*75fd0b74Schristos 299*75fd0b74Schristos * alpha.c (alpha_Instruction): Don't use. 300*75fd0b74Schristos (alpha_find_call): Avoid use of bitfields and casts between 301*75fd0b74Schristos pointers and integers of different sizes. Avoid endian problems 302*75fd0b74Schristos when cross-compiling. 303*75fd0b74Schristos * vax.c (vax_find_call): Likewise. 304*75fd0b74Schristos (struct modebyte): Don't use. 305*75fd0b74Schristos (vax_operandmode): Pass in an unsigned char *. 306*75fd0b74Schristos (vax_operandlength): Likewise. 307*75fd0b74Schristos (vax_reladdr): Rename to vax_offset and return relative offset 308*75fd0b74Schristos rather than address. 309*75fd0b74Schristos * i386.c (i386_find_call): Avoid casts between pointers and 310*75fd0b74Schristos integers of different sizes. 311*75fd0b74Schristos * sparc.c (sparc_find_call): Likewise. Avoid endian problems. 312*75fd0b74Schristos * tahoe.c (tahoe_find_call): Likewise. 313*75fd0b74Schristos (tahoe_reladdr): Rename to tahoe_offset and return relative offset 314*75fd0b74Schristos rather than address. 315*75fd0b74Schristos 316*75fd0b74Schristos * basic_blocks.h: Don't include headers here. 317*75fd0b74Schristos * call_graph.h: Likewise. 318*75fd0b74Schristos * cg_arcs.h: Likewise. 319*75fd0b74Schristos * cg_print.h: Likewise. 320*75fd0b74Schristos * corefile.h: Likewise. 321*75fd0b74Schristos * gmon_io.h: Likewise. 322*75fd0b74Schristos * gmon_out.h: Likewise. 323*75fd0b74Schristos * hertz.h: Likewise. 324*75fd0b74Schristos * hist.h: Likewise. 325*75fd0b74Schristos * source.h: Likewise. 326*75fd0b74Schristos * sym_ids.h: Likewise. 327*75fd0b74Schristos * symtab.h: Likewise. 328*75fd0b74Schristos * gprof.h: Don't include ansidecl.h, do include bfd.h. 329*75fd0b74Schristos (bool): Don't typedef. 330*75fd0b74Schristos * alpha.c: Adjust #include's for above header changes. 331*75fd0b74Schristos * basic_blocks.c: Likewise. 332*75fd0b74Schristos * call_graph.c: Likewise. 333*75fd0b74Schristos * cg_arcs.c: Likewise. 334*75fd0b74Schristos * cg_dfn.c: Likewise. 335*75fd0b74Schristos * cg_print.c: Likewise. 336*75fd0b74Schristos * corefile.c: Likewise. 337*75fd0b74Schristos * gmon_io.c: Likewise. 338*75fd0b74Schristos * gprof.c: Likewise. 339*75fd0b74Schristos * hertz.c: Likewise. 340*75fd0b74Schristos * hist.c: Likewise. 341*75fd0b74Schristos * i386.c: Likewise. 342*75fd0b74Schristos * mips.c: Likewise. 343*75fd0b74Schristos * sparc.c: Likewise. 344*75fd0b74Schristos * sym_ids.c: Likewise. 345*75fd0b74Schristos * symtab.c: Likewise. 346*75fd0b74Schristos * tahoe.c: Likewise. 347*75fd0b74Schristos * utils.c: Likewise. 348*75fd0b74Schristos * vax.c: Likewise. 349*75fd0b74Schristos 350*75fd0b74Schristos * po/POTFILES.in: Regenerate. 351*75fd0b74Schristos 352*75fd0b74Schristos2002-01-27 Daniel Jacobowitz <drow@mvista.com> 353*75fd0b74Schristos 354*75fd0b74Schristos * configure: Regenerated. 355*75fd0b74Schristos 356*75fd0b74Schristos2002-01-26 Richard Henderson <rth@redhat.com> 357*75fd0b74Schristos 358*75fd0b74Schristos * i386.c (i386_iscall): Static. 359*75fd0b74Schristos * tahoe.c (indirectchild, tahoe_operandmode): Static. 360*75fd0b74Schristos (tahoe_operandlength, tahoe_reladdr): Static. 361*75fd0b74Schristos * vax.c (indirectchild): Static. 362*75fd0b74Schristos 363*75fd0b74Schristos2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> 364*75fd0b74Schristos 365*75fd0b74Schristos * Makefile.am (install): Depend on install-info. 366*75fd0b74Schristos * Makefile.in: Regenerate. 367*75fd0b74Schristos 368*75fd0b74Schristos2002-01-26 Jason Thorpe <thorpej@wasabisystems.com> 369*75fd0b74Schristos 370*75fd0b74Schristos * mips.c: New file. 371*75fd0b74Schristos * Makefile.am (sources): Add mips.c. 372*75fd0b74Schristos (mips.o): New rule. 373*75fd0b74Schristos * Makefile.in: Regenerate. 374*75fd0b74Schristos * corefile.c: Update copyright years. 375*75fd0b74Schristos (find_call): Call mips_find_call for bfd_arch_mips. 376*75fd0b74Schristos 377*75fd0b74Schristos2002-01-26 Nick Clifton <nickc@cambridge.redhat.com> 378*75fd0b74Schristos 379*75fd0b74Schristos * po/fr.po: Updated version. 380*75fd0b74Schristos 381*75fd0b74Schristos2002-01-25 Nick Clifton <nickc@cambridge.redhat.com> 382*75fd0b74Schristos 383*75fd0b74Schristos * po/es.po: Updated version. 384*75fd0b74Schristos 385*75fd0b74Schristos2002-01-17 Nick Clifton <nickc@cambridge.redhat.com> 386*75fd0b74Schristos 387*75fd0b74Schristos * po/gprof.pot: Regenerate. 388*75fd0b74Schristos 389*75fd0b74Schristos2002-01-07 Nick Clifton <nickc@cambridge.redhat.com> 390*75fd0b74Schristos 391*75fd0b74Schristos * po/es.po: New file: Spanish translation. 392*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add es. 393*75fd0b74Schristos * configure: Regenerate. 394*75fd0b74Schristos 395*75fd0b74Schristos2002-01-03 Nick Clifton <nickc@cambridge.redhat.com> 396*75fd0b74Schristos 397*75fd0b74Schristos * gmon_io.c (gmon_out_read): Remove use of ngettext(). It is not 398*75fd0b74Schristos present under AIX. 399*75fd0b74Schristos 400*75fd0b74Schristos2002-01-02 Nick Clifton <nickc@cambridge.redhat.com> 401*75fd0b74Schristos 402*75fd0b74Schristos * cg_print.c (print_header): Fix spelling typo. 403*75fd0b74Schristos 404*75fd0b74Schristos * gmon_io.c (gmon_out_read): Fix formatting of text messages to 405*75fd0b74Schristos allow easier translation into other languages. 406*75fd0b74Schristos 407*75fd0b74Schristos2001-12-21 Nick Clifton <nickc@cambridge.redhat.com> 408*75fd0b74Schristos 409*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add sv. 410*75fd0b74Schristos * configure: Regenerate. 411*75fd0b74Schristos * po/sv.po: Import from translation project web site. 412*75fd0b74Schristos 413*75fd0b74Schristos2001-12-03 Nick Clifton <nickc@cambridge.redhat.com> 414*75fd0b74Schristos 415*75fd0b74Schristos * configure.in (LINGUAS): Add tr. 416*75fd0b74Schristos * configure: Regenerate. 417*75fd0b74Schristos * po/tr.po: Import from translation project's web site. 418*75fd0b74Schristos 419*75fd0b74Schristos2001-11-02 Nick Clifton <nickc@cambridge.redhat.com> 420*75fd0b74Schristos 421*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add 'fr'. 422*75fd0b74Schristos * configure: Regernate. 423*75fd0b74Schristos * po/fr.po: New file. 424*75fd0b74Schristos 425*75fd0b74Schristos2001-10-03 Alan Modra <amodra@bigpond.net.au> 426*75fd0b74Schristos 427*75fd0b74Schristos * configure: Regenerate. 428*75fd0b74Schristos 429*75fd0b74Schristos2001-10-02 Alan Modra <amodra@bigpond.net.au> 430*75fd0b74Schristos 431*75fd0b74Schristos * Makefile.am (Makefile): Depend on bfd/configure.in. 432*75fd0b74Schristos Run "make dep-am". 433*75fd0b74Schristos * Makefile.in: Regenerate. 434*75fd0b74Schristos 435*75fd0b74Schristos2001-09-18 Bruno Haible <haible@clisp.cons.org> 436*75fd0b74Schristos 437*75fd0b74Schristos * gprof.c (main): For gettext, also set the LC_CTYPE locate facet. 438*75fd0b74Schristos * sym_ids.c: Include "safe-ctype.h" instead of <ctype.h>. 439*75fd0b74Schristos (parse_spec): Use ISDIGIT instead of isdigit. 440*75fd0b74Schristos 441*75fd0b74Schristos2001-09-18 Alan Modra <amodra@bigpond.net.au> 442*75fd0b74Schristos 443*75fd0b74Schristos * sparc.c (sparc_find_call): Warning fix. 444*75fd0b74Schristos * alpha.c (alpha_find_call): Likewise. 445*75fd0b74Schristos 446*75fd0b74Schristos2001-08-09 Alan Modra <amodra@bigpond.net.au> 447*75fd0b74Schristos 448*75fd0b74Schristos * alpha.c: Add missing prototypes. 449*75fd0b74Schristos * sparc.c: Likewise. 450*75fd0b74Schristos * tahoe.c: Likewise. 451*75fd0b74Schristos * vax.c: Likewise. 452*75fd0b74Schristos * i386.c: Likewise. 453*75fd0b74Schristos (i386_iscall): Don't use DEFUN. 454*75fd0b74Schristos 455*75fd0b74Schristos2001-07-19 Nick Clifton <nickc@cambridge.redhat.com> 456*75fd0b74Schristos 457*75fd0b74Schristos * NOTES: Rename to README for consistency with other binutils. 458*75fd0b74Schristos 459*75fd0b74Schristos2001-06-18 H.J. Lu <hjl@gnu.org> 460*75fd0b74Schristos 461*75fd0b74Schristos * Makefile.am (diststuff): Add $(MANS). 462*75fd0b74Schristos (gprof.1): Remove the prefix `$(srcdir)/'. 463*75fd0b74Schristos * Makefile.in: Regenerated. 464*75fd0b74Schristos 465*75fd0b74Schristos * gprof.1: Removed. 466*75fd0b74Schristos 467*75fd0b74Schristos2001-06-12 Ben Elliston <bje@redhat.com> 468*75fd0b74Schristos 469*75fd0b74Schristos * gprof.texi (File Format): Profile data files are stored in 470*75fd0b74Schristos target byte order, not host byte order. 471*75fd0b74Schristos 472*75fd0b74Schristos2001-05-16 Alexandre Oliva <aoliva@redhat.com> 473*75fd0b74Schristos 474*75fd0b74Schristos * gmon_io.c (gmon_io_read, gmon_io_write_vma, 475*75fd0b74Schristos gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust 476*75fd0b74Schristos argument list for K&R C. 477*75fd0b74Schristos 478*75fd0b74Schristos2001-04-06 Stephane Carrez <Stephane.Carrez@worldnet.fr> 479*75fd0b74Schristos 480*75fd0b74Schristos * gprof.texi: Put @c man begin and @c man end indications 481*75fd0b74Schristos to generate man page using texi2pod and pod2man. Added SEEALSO, 482*75fd0b74Schristos SYNOPSIS, BUGS, FILES and DESCRIPTION from original gprof.1 483*75fd0b74Schristos enclosed in @ifset man condition. 484*75fd0b74Schristos * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable. 485*75fd0b74Schristos Generate gprof.1 from gprof.texi. 486*75fd0b74Schristos * gprof.1: Generate from gprof.texi. 487*75fd0b74Schristos * Makefile.in: Regenerate. 488*75fd0b74Schristos 489*75fd0b74Schristos2001-03-13 David Mosberger <davidm@hpl.hp.com> 490*75fd0b74Schristos 491*75fd0b74Schristos * hist.c (hist_dimension): Declare as an array of 16 characters. 492*75fd0b74Schristos (hist_read_rec): If SAMPLEDEBUG, print each histogram bin count. 493*75fd0b74Schristos 494*75fd0b74Schristos * basic_blocks.c: Whitespace and formatting changes. 495*75fd0b74Schristos * bb_exit_func.c: Ditto. 496*75fd0b74Schristos * call_graph.c: Ditto. 497*75fd0b74Schristos * call_graph.h: Ditto. 498*75fd0b74Schristos * cg_arcs.c: Ditto. 499*75fd0b74Schristos * cg_print.c: Ditto. 500*75fd0b74Schristos * cg_print.h: Ditto. 501*75fd0b74Schristos * corefile.c: Ditto. 502*75fd0b74Schristos * corefile.h: Ditto. 503*75fd0b74Schristos * gmon_io.c: Ditto. 504*75fd0b74Schristos * gmon_io.h: Ditto. 505*75fd0b74Schristos * gmon_out.h: Ditto. 506*75fd0b74Schristos * gprof.c: Ditto. 507*75fd0b74Schristos * hist.c: Ditto. 508*75fd0b74Schristos * hist.h: Ditto. 509*75fd0b74Schristos * i386.c: Ditto. 510*75fd0b74Schristos * search_list.c: Ditto. 511*75fd0b74Schristos * search_list.h: Ditto. 512*75fd0b74Schristos * source.c: Ditto. 513*75fd0b74Schristos * source.h: Ditto. 514*75fd0b74Schristos * sym_ids.c: Ditto. 515*75fd0b74Schristos * sym_ids.h: Ditto. 516*75fd0b74Schristos * symtab.c: Ditto. 517*75fd0b74Schristos * symtab.h: Ditto. 518*75fd0b74Schristos * tahoe.c: Ditto. 519*75fd0b74Schristos * utils.c: Ditto. 520*75fd0b74Schristos * vax.c: Ditto. 521*75fd0b74Schristos 522*75fd0b74Schristos * gmon_out.h (gmon_hist_hdr): Delete. 523*75fd0b74Schristos (gmon_cg_arc_record): Delete. 524*75fd0b74Schristos 525*75fd0b74Schristos * gmon_io.c (put_vma): Declare "static". 526*75fd0b74Schristos (get_vma): Ditto. 527*75fd0b74Schristos (gmon_io_write): New function. 528*75fd0b74Schristos (gmon_io_write_8): Ditto. 529*75fd0b74Schristos (gmon_io_write_32): Ditto. 530*75fd0b74Schristos (gmon_io_write_vma): Ditto. 531*75fd0b74Schristos (gmon_io_read): Ditto. 532*75fd0b74Schristos (gmon_io_read_32): Ditto. 533*75fd0b74Schristos (gmon_io_read_vma): Ditto. 534*75fd0b74Schristos * basic_blocks.c (bb_read_rec): Use gmon_io_read* / gmon_io_write* 535*75fd0b74Schristos to read/write data file in a more portable fashion. 536*75fd0b74Schristos (bb_write_blocks): Ditto. 537*75fd0b74Schristos * call_graph.c (cg_read_rec): Ditto. 538*75fd0b74Schristos (cg_write_arcs): Ditto. 539*75fd0b74Schristos * hist.c (hist_read_rec): Ditto. 540*75fd0b74Schristos (hist_write_hist): Ditto. 541*75fd0b74Schristos 542*75fd0b74Schristos From Jes Sorensen <jes@linuxcare.com> 543*75fd0b74Schristos * gmon_out.h: Use GMON_PTR_SIZE instead of sizeof(char*). 544*75fd0b74Schristos * gmon.h: Ditto. 545*75fd0b74Schristos * configure.in: Get GMON_PTR_SIZE from existing <sys/gmon_out.h> 546*75fd0b74Schristos if it exists. 547*75fd0b74Schristos * acconfig.h: New file. Mention and document GMON_PTR_SIZE. 548*75fd0b74Schristos * gconfig.h: Regenerate. 549*75fd0b74Schristos * configure: Regenerate. 550*75fd0b74Schristos * Makefile.in: Regenerate. 551*75fd0b74Schristos 552*75fd0b74Schristos2001-02-27 Alan Modra <alan@linuxcare.com.au> 553*75fd0b74Schristos 554*75fd0b74Schristos * configure.in (BFD_VERSION): New. 555*75fd0b74Schristos (AM_INIT_AUTOMAKE): Use $BFD_VERSION. 556*75fd0b74Schristos * configure: Regenerate. 557*75fd0b74Schristos * gconfig.in: Regenerate. 558*75fd0b74Schristos * Makefile.am: Run "make dep-am" 559*75fd0b74Schristos * Makefile.in: Regenerate. 560*75fd0b74Schristos 561*75fd0b74Schristos2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> 562*75fd0b74Schristos 563*75fd0b74Schristos * basic_blocks.c: #include <unistd.h> only if it exists. 564*75fd0b74Schristos 565*75fd0b74Schristos2000-11-06 Nick Clifton <nickc@redhat.com> 566*75fd0b74Schristos 567*75fd0b74Schristos * gprof.texi: Add GNU Free Documentation License. 568*75fd0b74Schristos 569*75fd0b74Schristos2000-09-07 H.J. Lu <hjl@gnu.org> 570*75fd0b74Schristos 571*75fd0b74Schristos * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. 572*75fd0b74Schristos * configure: Rebuild. 573*75fd0b74Schristos 574*75fd0b74Schristos2000-09-06 Alexandre Oliva <aoliva@redhat.com> 575*75fd0b74Schristos 576*75fd0b74Schristos * aclocal.m4, configure: Rebuilt with new libtool.m4. 577*75fd0b74Schristos 578*75fd0b74Schristos2000-09-02 Nick Clifton <nickc@redhat.com> 579*75fd0b74Schristos 580*75fd0b74Schristos * configure.in: Increase version number to 2.10.91. 581*75fd0b74Schristos * configure: Regenerate. 582*75fd0b74Schristos * aclocal.m4: Regenerate. 583*75fd0b74Schristos * config.in: Regenerate. 584*75fd0b74Schristos 585*75fd0b74Schristos2000-08-31 Alexandre Oliva <aoliva@redhat.com> 586*75fd0b74Schristos 587*75fd0b74Schristos * acinclude.m4: Include libtool and gettext macros from the 588*75fd0b74Schristos top level. 589*75fd0b74Schristos * aclocal.m4, configure: Rebuilt. 590*75fd0b74Schristos 591*75fd0b74Schristos2000-07-26 Nick Clifton <nickc@cygnus.com> 592*75fd0b74Schristos 593*75fd0b74Schristos * bb_exit_func.c: Assign copyright to FSF. Note that David 594*75fd0b74Schristos Mosberger-Tang <David.Mosberger@acm.org> continuted this code. 595*75fd0b74Schristos 596*75fd0b74Schristos2000-07-24 Nick Clifton <nickc@cygnus.com> 597*75fd0b74Schristos 598*75fd0b74Schristos * basic_blocks.c: Add copyright notice. 599*75fd0b74Schristos * basic_blocks.h: Add copyright notice. 600*75fd0b74Schristos * call_graph.c: Add copyright notice. 601*75fd0b74Schristos * call_graph.h: Add copyright notice. 602*75fd0b74Schristos * cg_print.c: Add copyright notice. 603*75fd0b74Schristos * cg_print.h: Add copyright notice. 604*75fd0b74Schristos * corefile.c: Add copyright notice. 605*75fd0b74Schristos * corefile.h: Add copyright notice. 606*75fd0b74Schristos * gmon_io.c: Add copyright notice. 607*75fd0b74Schristos * gmon_io.h: Add copyright notice. 608*75fd0b74Schristos * gmon_out.h: Add copyright notice. 609*75fd0b74Schristos * hist.c: Add copyright notice. 610*75fd0b74Schristos * hist.h: Add copyright notice. 611*75fd0b74Schristos * search_list.c: Add copyright notice. 612*75fd0b74Schristos * search_list.h: Add copyright notice. 613*75fd0b74Schristos * source.c: Add copyright notice. 614*75fd0b74Schristos * source.h: Add copyright notice. 615*75fd0b74Schristos * sym_ids.c: Add copyright notice. 616*75fd0b74Schristos * sym_ids.h: Add copyright notice. 617*75fd0b74Schristos * symtab.c: Add copyright notice. 618*75fd0b74Schristos * symtab.h: Add copyright notice. 619*75fd0b74Schristos 620*75fd0b74Schristos2000-07-05 Kenneth Block <krblock@computer.org> 621*75fd0b74Schristos 622*75fd0b74Schristos * gprof.c: Add optional style to demangle switch 623*75fd0b74Schristos * gprof.texi: Document optional style to demangle switch. 624*75fd0b74Schristos 625*75fd0b74Schristos2000-06-05 DJ Delorie <dj@redhat.com> 626*75fd0b74Schristos 627*75fd0b74Schristos * MAINTAINERS: new 628*75fd0b74Schristos 629*75fd0b74Schristos2000-07-01 Alan Modra <alan@linuxcare.com.au> 630*75fd0b74Schristos 631*75fd0b74Schristos * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed 632*75fd0b74Schristos (CLEANFILES): Add DEPA. 633*75fd0b74Schristos * Makefile.in: Regenerate. 634*75fd0b74Schristos 635*75fd0b74Schristos2000-06-22 Alan Modra <alan@linuxcare.com.au> 636*75fd0b74Schristos 637*75fd0b74Schristos * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we 638*75fd0b74Schristos find one. 639*75fd0b74Schristos * Makefile.in: Regenerate. 640*75fd0b74Schristos 641*75fd0b74Schristos2000-06-20 Alan Modra <alan@linuxcare.com.au> 642*75fd0b74Schristos 643*75fd0b74Schristos * source.c (annotate_source): Correct pointer comparison when 644*75fd0b74Schristos checking for backslashes. 645*75fd0b74Schristos 646*75fd0b74Schristos2000-06-13 H.J. Lu <hjl@gnu.org> 647*75fd0b74Schristos 648*75fd0b74Schristos * configure: Regenerate. 649*75fd0b74Schristos 650*75fd0b74Schristos2000-06-08 David O'Brien <obrien@FreeBSD.org> 651*75fd0b74Schristos 652*75fd0b74Schristos * configure.in (VERSION): Update to show this is the CVS mainline. 653*75fd0b74Schristos 654*75fd0b74Schristos2000-06-07 Philippe De Muyter <phdm@macqel.be> 655*75fd0b74Schristos 656*75fd0b74Schristos * source.c: Remove direct inclusion of sys/stat.h. 657*75fd0b74Schristos 658*75fd0b74Schristos2000-05-31 Nick Clifton <nickc@cygnus.com> 659*75fd0b74Schristos 660*75fd0b74Schristos * gprof.h (_): Revert previous delta. We want to use gettext, 661*75fd0b74Schristos not dgettext in the _ macro. 662*75fd0b74Schristos 663*75fd0b74Schristos2000-05-29 Alan Modra <alan@linuxcare.com.au> 664*75fd0b74Schristos 665*75fd0b74Schristos * gprof.h (_): Use BFD version. 666*75fd0b74Schristos 667*75fd0b74Schristos2000-05-26 Nick Clifton <nickc@cygnus.com> 668*75fd0b74Schristos 669*75fd0b74Schristos * gprof.c (main): When calling getopt_long indicate that the 'd' 670*75fd0b74Schristos switch takes an optional argument, whereas the 'D' switch takes no 671*75fd0b74Schristos argument at all. 672*75fd0b74Schristos 673*75fd0b74Schristos2000-05-26 Alan Modra <alan@linuxcare.com.au> 674*75fd0b74Schristos 675*75fd0b74Schristos * dep-in.sed: Copy from ../binutils. 676*75fd0b74Schristos * Makefile.am: Update dependencies with "make dep-am" 677*75fd0b74Schristos * Makefile.in: Regenerate. 678*75fd0b74Schristos 679*75fd0b74Schristos * gprof.h: Remove most nls defines. They are pulled in by 680*75fd0b74Schristos bfd/sysdep.h. #include "ansidecl.h" not <ansidecl.h> 681*75fd0b74Schristos 682*75fd0b74Schristos2000-05-26 Eli Zaretskii <eliz@is.elta.co.il> 683*75fd0b74Schristos 684*75fd0b74Schristos * gprof.texi: Fix numerous typos. Mention some DOS/Windows related 685*75fd0b74Schristos issues. 686*75fd0b74Schristos 687*75fd0b74Schristos * configure.in: Check for setmode function. 688*75fd0b74Schristos * configure: Regenerate. 689*75fd0b74Schristos 690*75fd0b74Schristos * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define. 691*75fd0b74Schristos 692*75fd0b74Schristos * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary 693*75fd0b74Schristos mode. 694*75fd0b74Schristos 695*75fd0b74Schristos * source.c: Include filenames.h and sys/stat.h. 696*75fd0b74Schristos (source_file_lookup_path, source_file_lookup_name): Use 697*75fd0b74Schristos FILENAME_CMP to compare file names. 698*75fd0b74Schristos (annotate_source) [__MSDOS__]: If "filename-ann" would overwrite 699*75fd0b74Schristos "filename", replace the extension with ".ann". 700*75fd0b74Schristos [HAVE_DOS_BASED_FILE_SYSTEM]: Support file names with 701*75fd0b74Schristos backslashes and drive letters. 702*75fd0b74Schristos Use IS_ABSOLUTE_PATH. 703*75fd0b74Schristos 704*75fd0b74Schristos * search_list.h (PATH_SEP_CHAR): Define. 705*75fd0b74Schristos 706*75fd0b74Schristos * search_list.c (search_list_append): Use PATH_SEP_CHAR. 707*75fd0b74Schristos 708*75fd0b74Schristos * hertz.c (HERTZ) [__MSDOS__]: Don't define unless they have 709*75fd0b74Schristos neither HAVE_SETITIMER nor HAVE_SYSCONF. 710*75fd0b74Schristos [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and 711*75fd0b74Schristos HAVE_SYSCONF, try setitimer and fall back on sysconf. 712*75fd0b74Schristos 713*75fd0b74Schristos2000-04-07 Andrew Cagney <cagney@b1.cygnus.com> 714*75fd0b74Schristos 715*75fd0b74Schristos * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add 716*75fd0b74Schristos --enable-build-warnings option. 717*75fd0b74Schristos * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. 718*75fd0b74Schristos * Makefile.in, configure, aclocal.m4: Re-generate. 719*75fd0b74Schristos 720*75fd0b74Schristos2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br> 721*75fd0b74Schristos 722*75fd0b74Schristos * gprof.c (copyright): Do not use N_ in array initializer. 723*75fd0b74Schristos 724*75fd0b74Schristos2000-04-04 Alan Modra <alan@linuxcare.com.au> 725*75fd0b74Schristos 726*75fd0b74Schristos * po/gprof.pot: Regenerate. 727*75fd0b74Schristos 728*75fd0b74Schristos * gprof.c (usage): Restore translated part of bug string. 729*75fd0b74Schristos 730*75fd0b74Schristos * Makefile.am (BASEDIR): Define. 731*75fd0b74Schristos (BFDDIR): Define. 732*75fd0b74Schristos (INCDIR): Define. 733*75fd0b74Schristos (MKDEP): Define. 734*75fd0b74Schristos (INCLUDES): Add "-I." 735*75fd0b74Schristos (DEP, DEP1, dep.sed, dep, dep-in, dep-am): New targets. 736*75fd0b74Schristos (CLEANFILES): Define. 737*75fd0b74Schristos Update dependencies. 738*75fd0b74Schristos * Makefile.in: Regenerate. 739*75fd0b74Schristos 740*75fd0b74Schristos2000-04-03 Alan Modra <alan@linuxcare.com.au> 741*75fd0b74Schristos 742*75fd0b74Schristos * gprof.h: #include "bin-bugs.h". 743*75fd0b74Schristos * gprof.c (usage): Use REPORT_BUGS_TO. 744*75fd0b74Schristos 745*75fd0b74Schristos2000-03-31 Alan Modra <alan@linuxcare.com.au> 746*75fd0b74Schristos 747*75fd0b74Schristos * symtab.c (symtab_finalize): Don't use post-increment on 748*75fd0b74Schristos structure copy, to work around a ppc gcc bug. 749*75fd0b74Schristos 750*75fd0b74Schristos1999-09-29 Mark Kettenis <kettenis@gnu.org> 751*75fd0b74Schristos 752*75fd0b74Schristos * hertz.h [MACH] (hertz): Remove macro. The 753*75fd0b74Schristos <machine/mach_param.h> include doesn't exist on al Mach based 754*75fd0b74Schristos systems, and the definition of hertz breaks compilation of hertz.c 755*75fd0b74Schristos anyway. 756*75fd0b74Schristos 757*75fd0b74Schristos2000-02-22 Ian Lance Taylor <ian@zembu.com> 758*75fd0b74Schristos 759*75fd0b74Schristos From Brad Lucier <lucier@math.purdue.edu>: 760*75fd0b74Schristos * i386.c (i386_find_call): Add cast to ensure that printf argument 761*75fd0b74Schristos matches format. 762*75fd0b74Schristos * tahoe.c (tahoe_find_call): Likewise. 763*75fd0b74Schristos * vax.c (vax_find_call): Likewise. 764*75fd0b74Schristos 765*75fd0b74Schristos2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au> 766*75fd0b74Schristos 767*75fd0b74Schristos * utils.c (print_name_only): Don't pass error strings to 768*75fd0b74Schristos printf as format arg. 769*75fd0b74Schristos 770*75fd0b74Schristos1999-09-24 Nick Clifton <nickc@cygnus.com> 771*75fd0b74Schristos 772*75fd0b74Schristos * gmon_io.c (gmon_out_read): Make sure that sensible values 773*75fd0b74Schristos are extracted from a raw header. 774*75fd0b74Schristos 775*75fd0b74Schristos1999-08-06 Ian Lance Taylor <ian@zembu.com> 776*75fd0b74Schristos 777*75fd0b74Schristos From Brad Lucier <lucier@math.purdue.edu>: 778*75fd0b74Schristos * corefile.c (core_create_line_syms): Add cast for printf. 779*75fd0b74Schristos 780*75fd0b74Schristos1999-07-21 Ian Lance Taylor <ian@zembu.com> 781*75fd0b74Schristos 782*75fd0b74Schristos From Mark Elbrecht: 783*75fd0b74Schristos * configure.bat: Remove; obsolete. 784*75fd0b74Schristos 785*75fd0b74Schristos1999-07-15 Ian Lance Taylor <ian@zembu.com> 786*75fd0b74Schristos 787*75fd0b74Schristos * configure.in: Bump version number to 2.9.5. 788*75fd0b74Schristos * configure: Rebuild. 789*75fd0b74Schristos 790*75fd0b74Schristos1999-07-11 Ian Lance Taylor <ian@zembu.com> 791*75fd0b74Schristos 792*75fd0b74Schristos * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. 793*75fd0b74Schristos * sym-ids.c (non_existent_file): Fully initialize structure. 794*75fd0b74Schristos 795*75fd0b74Schristos1999-07-01 Ian Lance Taylor <ian@zembu.com> 796*75fd0b74Schristos 797*75fd0b74Schristos * Many files: Add casts in many print statements to cast bfd_vma 798*75fd0b74Schristos values to unsigned long when calling printf. 799*75fd0b74Schristos * Makefile.am ($(OBJECTS)): Add gmon.h. 800*75fd0b74Schristos * Makefile.in: Rebuild. 801*75fd0b74Schristos 802*75fd0b74Schristos1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> 803*75fd0b74Schristos 804*75fd0b74Schristos * gprof.texi: Fix typo. 805*75fd0b74Schristos 806*75fd0b74Schristos1999-06-13 Ian Lance Taylor <ian@zembu.com> 807*75fd0b74Schristos 808*75fd0b74Schristos From Bob Byrnes <byrnes@curl.com>: 809*75fd0b74Schristos * cg_dfn.c: Include "libiberty.h" 810*75fd0b74Schristos (DFN_INCR_DEPTH): Define instead of DFN_DEPTH. 811*75fd0b74Schristos (dfn_stack): Define as pointer rather than array. 812*75fd0b74Schristos (pre_visit): Reallocate dfn_stack as needed. 813*75fd0b74Schristos 814*75fd0b74Schristos1999-04-26 Tom Tromey <tromey@cygnus.com> 815*75fd0b74Schristos 816*75fd0b74Schristos * aclocal.m4, configure: Updated for new version of libtool. 817*75fd0b74Schristos 818*75fd0b74Schristos1999-04-06 Ian Lance Taylor <ian@zembu.com> 819*75fd0b74Schristos 820*75fd0b74Schristos * gprof.h (LC_MESSAGES): Never define. 821*75fd0b74Schristos * gprof.c (main): Don't pass LC_MESSAGES to setlocale if the 822*75fd0b74Schristos system does not define it. 823*75fd0b74Schristos 824*75fd0b74Schristos1999-04-05 H.J. Lu <hjl@gnu.org> 825*75fd0b74Schristos 826*75fd0b74Schristos * corefile.c (core_create_line_syms): Don't use fixed size array 827*75fd0b74Schristos for prev_name and prev_filename. 828*75fd0b74Schristos 829*75fd0b74Schristos1999-04-04 Michael Hohmuth <hohmuth@innocent.com> 830*75fd0b74Schristos 831*75fd0b74Schristos * gprof.h (FF_BSD44): Define. 832*75fd0b74Schristos * gmon.h (struct raw_phdr): Add version, profrate, and spare 833*75fd0b74Schristos fields unconditionally. 834*75fd0b74Schristos (struct old_raw_phdr): New struct. 835*75fd0b74Schristos * gprof.c (main): Handle -O 4.4bsd. 836*75fd0b74Schristos * gmon_io.c (gmon_out_read): Handle BSD 4.4 format, either 837*75fd0b74Schristos automatically or by user specification. 838*75fd0b74Schristos (gmon_out_write): Handle BSD 4.4 format. 839*75fd0b74Schristos * configure.in: Don't set BSD44_FORMAT. 840*75fd0b74Schristos * gprof.texi (Miscellaneous Options): Document -O 4.4bsd. 841*75fd0b74Schristos * configure, gconfig.in: Rebuild. 842*75fd0b74Schristos 843*75fd0b74SchristosTue Feb 16 17:01:33 1999 Ian Lance Taylor <ian@cygnus.com> 844*75fd0b74Schristos 845*75fd0b74Schristos * configure.in: Change AC_PREREQ to 2.13. Change AM_PROG_INSTALL 846*75fd0b74Schristos to AC_PROG_INSTALL. Remove AM_CYGWIN32. Change AM_EXEEXT to 847*75fd0b74Schristos AC_EXEEXT. Add comment to AC_DEFINE. 848*75fd0b74Schristos * acconfig.h: Remove. 849*75fd0b74Schristos * aclocal.m4: Rebuild. 850*75fd0b74Schristos * configure: Rebuild. 851*75fd0b74Schristos * Makefile.in: Rebuild. 852*75fd0b74Schristos * gconfig.in: Rebuild. 853*75fd0b74Schristos 854*75fd0b74Schristos1998-12-06 Ian Lance Taylor <ian@cygnus.com> 855*75fd0b74Schristos 856*75fd0b74Schristos * gprof.texi (Symspecs): Mention that you have to add any 857*75fd0b74Schristos underscore yourself when naming a symbol. 858*75fd0b74Schristos 859*75fd0b74Schristos1998-11-02 Geoffrey Noer <noer@cygnus.com> 860*75fd0b74Schristos 861*75fd0b74Schristos * configure.in: detect cygwin* instead of cygwin32* 862*75fd0b74Schristos * configure: regenerate 863*75fd0b74Schristos 864*75fd0b74SchristosWed Aug 12 14:59:06 1998 Ian Lance Taylor <ian@cygnus.com> 865*75fd0b74Schristos 866*75fd0b74Schristos Avoid some overflow cases: 867*75fd0b74Schristos * basic_blocks.h (bb_min_calls): Change to unsigned long. 868*75fd0b74Schristos * call_graph.h (cg_tally): Change count parameter to unsigned 869*75fd0b74Schristos long. 870*75fd0b74Schristos * cg_arcs.h (Arc): Change count field to unsigned long. 871*75fd0b74Schristos (arc_add): Change count parameter to unsigned long. 872*75fd0b74Schristos * source.h (Source_File): Change ncalls field to unsigned long. 873*75fd0b74Schristos * symtab.h (Sym): Change fields ncalls, bb_calls, and 874*75fd0b74Schristos cg.self_calls to unsigned long. 875*75fd0b74Schristos * Many files: Update accordingly. 876*75fd0b74Schristos 877*75fd0b74Schristos * configure, Makefile.in, aclocal.m4: Rebuild with current tools. 878*75fd0b74Schristos 879*75fd0b74SchristosFri Jul 10 17:29:49 1998 Stan Cox <scox@equinox.cygnus.com> 880*75fd0b74Schristos 881*75fd0b74Schristos * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32 882*75fd0b74Schristos * configure: Rebuild. 883*75fd0b74Schristos 884*75fd0b74SchristosFri Jun 12 13:40:05 1998 Tom Tromey <tromey@cygnus.com> 885*75fd0b74Schristos 886*75fd0b74Schristos * po/Make-in (all-yes): If maintainer mode, depend on .pot file. 887*75fd0b74Schristos ($(PACKAGE).pot): Unconditionally depend on POTFILES. 888*75fd0b74Schristos 889*75fd0b74SchristosSun May 10 22:35:33 1998 Jeffrey A Law (law@cygnus.com) 890*75fd0b74Schristos 891*75fd0b74Schristos * po/Make-in (install-info): New target. 892*75fd0b74Schristos 893*75fd0b74SchristosTue May 5 18:28:40 1998 Tom Tromey <tromey@cygnus.com> 894*75fd0b74Schristos 895*75fd0b74Schristos * gprof.h (_): Undefine BFD's version. 896*75fd0b74Schristos 897*75fd0b74SchristosTue Apr 28 19:17:33 1998 Tom Tromey <tromey@cygnus.com> 898*75fd0b74Schristos 899*75fd0b74Schristos * gprof.c (main): Conditionally call setlocale. 900*75fd0b74Schristos * gprof.h: Include <locale.h> if HAVE_LOCALE_H. 901*75fd0b74Schristos (LC_MESSAGES): Now can be defined even when ENABLE_NLS. 902*75fd0b74Schristos 903*75fd0b74SchristosTue Apr 28 19:50:09 1998 Ian Lance Taylor <ian@cygnus.com> 904*75fd0b74Schristos 905*75fd0b74Schristos * corefile.c: Rename from core.c. 906*75fd0b74Schristos * corefile.h: Rename from core.h. 907*75fd0b74Schristos * Many .c files: Include corefile.h rather than core.h. 908*75fd0b74Schristos * Makefile.am (sources): Change core.c to corefile.c. 909*75fd0b74Schristos (noinst_HEADERS): Change core.h to corefile.h. 910*75fd0b74Schristos ($(OBJECTS)): Depend upon corefile.h rather than core.h. 911*75fd0b74Schristos (corefile.o): Rename target from core.o, depend upon corefile.c. 912*75fd0b74Schristos * Makefile.in, po/POTFILES.in: Rebuild. 913*75fd0b74Schristos 914*75fd0b74SchristosMon Apr 27 16:50:40 1998 Ian Lance Taylor <ian@cygnus.com> 915*75fd0b74Schristos 916*75fd0b74Schristos * configure.in: Change version number to 2.9.4 917*75fd0b74Schristos * configure: Rebuild. 918*75fd0b74Schristos 919*75fd0b74SchristosWed Apr 22 16:01:17 1998 Tom Tromey <tromey@cygnus.com> 920*75fd0b74Schristos 921*75fd0b74Schristos * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). 922*75fd0b74Schristos 923*75fd0b74SchristosWed Apr 22 00:00:22 1998 Tom Tromey <tromey@scribbles.cygnus.com> 924*75fd0b74Schristos 925*75fd0b74Schristos * gprof.h: Added includes and defines for gettext. 926*75fd0b74Schristos * configure.in (ALL_LINGUAS): New macro. 927*75fd0b74Schristos Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. 928*75fd0b74Schristos * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, 929*75fd0b74Schristos HAVE_LC_MESSAGES): Define. 930*75fd0b74Schristos * gprof.c (main): Call setlocale, bindtextdomain, textdomain. 931*75fd0b74Schristos * Makefile.am (SUBDIRS): New macro. 932*75fd0b74Schristos (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. 933*75fd0b74Schristos (gprof_DEPENDENCIES): Added INTLDEPS. 934*75fd0b74Schristos (gprof_LDADD): Added INTLLLIBS. 935*75fd0b74Schristos (POTFILES): New macro. 936*75fd0b74Schristos (po/POTFILES.in): New target. 937*75fd0b74Schristos * Many files: Wrap user-visible strings with gettext invocation. 938*75fd0b74Schristos 939*75fd0b74SchristosTue Apr 7 12:43:37 1998 Ian Lance Taylor <ian@cygnus.com> 940*75fd0b74Schristos 941*75fd0b74Schristos From hjl@lucon.org <H.J. Lu>: 942*75fd0b74Schristos * Makefile.am (diststuff): New target. 943*75fd0b74Schristos * Makefile.in: Rebuild. 944*75fd0b74Schristos 945*75fd0b74SchristosMon Mar 30 12:47:48 1998 Ian Lance Taylor <ian@cygnus.com> 946*75fd0b74Schristos 947*75fd0b74Schristos * configure.in: Set version to 2.9.1. 948*75fd0b74Schristos * configure: Rebuild. 949*75fd0b74Schristos 950*75fd0b74Schristos * Branched binutils 2.9. 951*75fd0b74Schristos 952*75fd0b74SchristosSat Mar 28 23:09:08 1998 Ian Lance Taylor <ian@cygnus.com> 953*75fd0b74Schristos 954*75fd0b74Schristos Fix some gcc -Wall warnings: 955*75fd0b74Schristos * cg_arcs.c (num_cycles): Change to unsigned int. 956*75fd0b74Schristos (numarcs): Likewise. 957*75fd0b74Schristos (arc_add): Change maxarcs to unsigned int. 958*75fd0b74Schristos (cg_assemble): Change index to unsigned int. 959*75fd0b74Schristos * cg_arcs.h (num_cycles, numarcs): Update declarations. 960*75fd0b74Schristos * cg_print.c (cg_print): Change index to unsigned int. 961*75fd0b74Schristos (cg_print_index): Change index, nnames, todo, i, and j to unsigned 962*75fd0b74Schristos int. 963*75fd0b74Schristos (cg_print_file_ordering): Change symbol_count and index2 to 964*75fd0b74Schristos unsigned int. 965*75fd0b74Schristos * core.c (symbol_map_count): Change to unsigned int. 966*75fd0b74Schristos (core_create_function_syms): Change j to unsigned int. 967*75fd0b74Schristos (core_create_line_syms): Add cast to avoid warning. 968*75fd0b74Schristos * hist.c (hist_assign_samples): Change j to unsigned int. 969*75fd0b74Schristos (hist_print): Change index to unsigned i nt. Add cast to avoid 970*75fd0b74Schristos warning. 971*75fd0b74Schristos * sym_ids.c (parse_spec): Add casts to avoid warning. 972*75fd0b74Schristos * symtab.c (symtab_finalize): Change j to unsigned int. 973*75fd0b74Schristos (sym_lookup): Update printf format strings. 974*75fd0b74Schristos * symtab.h (Sym_Table): Change len to unsigned int. 975*75fd0b74Schristos * tahoe.c (tahoe_reladdr): Add casts to avoid warnings. 976*75fd0b74Schristos 977*75fd0b74SchristosTue Mar 24 19:00:11 1998 Ian Lance Taylor <ian@cygnus.com> 978*75fd0b74Schristos 979*75fd0b74Schristos Add --demangle and --no-demangle options: 980*75fd0b74Schristos * gprof.h (demangle): Declare. 981*75fd0b74Schristos * gprof.c (demangle): New global variable. 982*75fd0b74Schristos (OPTION_DEMANGLE, OPTION_NO_DEMANGLE): Define. 983*75fd0b74Schristos (long_options): Add "demangle" and "no-demangle". 984*75fd0b74Schristos (usage): Mention --demangle and --no-demangle. 985*75fd0b74Schristos (main): Handle OPTION_DEMANGLE and OPTION_NO_DEMANGLE. 986*75fd0b74Schristos * utils.c (print_name_only): Only demangle symbol name if demangle 987*75fd0b74Schristos is true. 988*75fd0b74Schristos * gprof.texi (Output Options): Document new options. 989*75fd0b74Schristos 990*75fd0b74SchristosFri Mar 20 19:21:56 1998 Ian Lance Taylor <ian@cygnus.com> 991*75fd0b74Schristos 992*75fd0b74Schristos * Makefile.in: Rebuild with automake 1.2e. 993*75fd0b74Schristos * aclocal.m4, configure: Rebuild with libtool 1.2. 994*75fd0b74Schristos 995*75fd0b74SchristosThu Feb 12 14:36:05 1998 Ian Lance Taylor <ian@cygnus.com> 996*75fd0b74Schristos 997*75fd0b74Schristos * gprof.c (usage): Update bug-gnu-utils address. 998*75fd0b74Schristos 999*75fd0b74SchristosSat Feb 7 15:43:12 1998 Ian Lance Taylor <ian@cygnus.com> 1000*75fd0b74Schristos 1001*75fd0b74Schristos * configure, aclocal.m4: Rebuild with new libtool. 1002*75fd0b74Schristos 1003*75fd0b74SchristosFri Feb 6 12:02:28 1998 Ian Lance Taylor <ian@cygnus.com> 1004*75fd0b74Schristos 1005*75fd0b74Schristos * alpha.c (alpha_Instruction): Use int, not signed. 1006*75fd0b74Schristos 1007*75fd0b74SchristosFri Feb 6 02:00:19 1998 Jeffrey A Law (law@cygnus.com) 1008*75fd0b74Schristos 1009*75fd0b74Schristos * core.c (core_init): Adding missing "break". 1010*75fd0b74Schristos 1011*75fd0b74SchristosThu Feb 5 12:49:37 1998 Ian Lance Taylor <ian@cygnus.com> 1012*75fd0b74Schristos 1013*75fd0b74Schristos * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. 1014*75fd0b74Schristos 1015*75fd0b74SchristosTue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org> 1016*75fd0b74Schristos 1017*75fd0b74Schristos * bbconv.pl: New file. 1018*75fd0b74Schristos * Makefile.am (EXTRA_DIST): Add bbconv.pl. 1019*75fd0b74Schristos * Makefile.in: Rebuild. 1020*75fd0b74Schristos 1021*75fd0b74Schristos * gprof.texi: Extensive additions to document all arguments and 1022*75fd0b74Schristos output formats. 1023*75fd0b74Schristos 1024*75fd0b74Schristos * symtab.c (symtab_finalize): Prefer function symbols over line 1025*75fd0b74Schristos symbols. 1026*75fd0b74Schristos (dbg_sym_lookup): Correct debugging messages. 1027*75fd0b74Schristos 1028*75fd0b74Schristos * gprof.c (main): --sum implies --line. 1029*75fd0b74Schristos 1030*75fd0b74Schristos * cg_print.c (cg_print): When doing line by line profiling, don't 1031*75fd0b74Schristos use a non-function as a main listing item. 1032*75fd0b74Schristos 1033*75fd0b74Schristos * call_graph.c (cg_tally): When using line by line profiling, use 1034*75fd0b74Schristos the function symbol as the child. 1035*75fd0b74Schristos 1036*75fd0b74Schristos * symtab.h (NBBS): Define. 1037*75fd0b74Schristos (Sym): Add bb_addr and bb_calls fields. 1038*75fd0b74Schristos * basic_blocks.c (bb_read_rec): Save multiple basic blocks per 1039*75fd0b74Schristos symbol. 1040*75fd0b74Schristos (bb_write_blocks): Adjust for multiple basic blocks per symbol. 1041*75fd0b74Schristos (print_exec_counts): Don't check whether a symbol is the start of 1042*75fd0b74Schristos a basic block. Print all basic blocks for a symbol. 1043*75fd0b74Schristos (annotate_with_count): Rewrite to print all basic block counts and 1044*75fd0b74Schristos to pay attention to width argument. 1045*75fd0b74Schristos (print_annotated_source): Don't check whether symbol is the start 1046*75fd0b74Schristos of a basic block. 1047*75fd0b74Schristos 1048*75fd0b74Schristos Make it possible to build a cross gprof, although a few cases are 1049*75fd0b74Schristos still not handled: 1050*75fd0b74Schristos * configure.in: Don't set MY_TARGET. 1051*75fd0b74Schristos * gprof.h: Don't include MACHINE_H. Don't define FOPEN_RB or 1052*75fd0b74Schristos FOPEN_WB; just get them from sysdep.h. 1053*75fd0b74Schristos * core.h (min_insn_size, offset_to_code): Declare. 1054*75fd0b74Schristos * core.c (MIN_INSN_SIZE): Don't define. 1055*75fd0b74Schristos (min_insn_size, offset_to_code): New variables. 1056*75fd0b74Schristos (core_init): Initialize min_insn_size and offset_to_code. 1057*75fd0b74Schristos (find_call): New function. 1058*75fd0b74Schristos (core_create_line_syms): Don't use min_dist. Set is_static in 1059*75fd0b74Schristos pass 2. 1060*75fd0b74Schristos * hist.c (UNITS_TO_CODE): Define. 1061*75fd0b74Schristos * gprof.c (default_excluded_list): Add "__mcount_internal". 1062*75fd0b74Schristos * gmon.h: Change TARGET_alpha to __alpha__. 1063*75fd0b74Schristos * hertz.h: Ifdef MACH, define hertz as HZ. 1064*75fd0b74Schristos * alpha.c (alpha_Instruction): Rename from Instruction. Change 1065*75fd0b74Schristos all references. 1066*75fd0b74Schristos (alpha_find_call): Rename from find_call. 1067*75fd0b74Schristos * alpha.h: Remove. 1068*75fd0b74Schristos * dummy.c, dummy.h: Remove. 1069*75fd0b74Schristos * i386.c (i386_iscall): Rename from iscall. Change all 1070*75fd0b74Schristos references. Check for call instruction, not jump or lcall. 1071*75fd0b74Schristos (i386_find_call): Rename from find_call. Correct for VMA. 1072*75fd0b74Schristos Correct call destination computation. Don't dereference symbol if 1073*75fd0b74Schristos it is NULL. 1074*75fd0b74Schristos * i386.h: Remove. 1075*75fd0b74Schristos * ns532.c, ns532.h: Remove. 1076*75fd0b74Schristos * sparc.c (CALL): Define. 1077*75fd0b74Schristos (sparc_find_call): Rename from find_call. 1078*75fd0b74Schristos * sparc.h: Remove. 1079*75fd0b74Schristos * tahoe.c: Include cg_arcs.h, core.h, hist.h, and symtab.h. Don't 1080*75fd0b74Schristos include time_host.h. 1081*75fd0b74Schristos (CALLF, PC): Define. 1082*75fd0b74Schristos (enum tahoe_opermodes, tahoe_operandenum): Define. Rename all 1083*75fd0b74Schristos references to opermodes or operandenum to these. 1084*75fd0b74Schristos (tahoe_operandmode): Rename from operandmode. Call abort if 1085*75fd0b74Schristos switch does not return. 1086*75fd0b74Schristos (tahoe_operandname): Rename from operandname. Call abort if 1087*75fd0b74Schristos switch does not return. 1088*75fd0b74Schristos (tahoe_operandlength): Rename from operandlength. Call abort if 1089*75fd0b74Schristos switch does not return. 1090*75fd0b74Schristos (tahoe_reladdr): Rename from reladdr. 1091*75fd0b74Schristos (tahoe_find_call): Rename from find_call. Use core_text_space 1092*75fd0b74Schristos rather than textspace. 1093*75fd0b74Schristos * tahoe.h: Remove. 1094*75fd0b74Schristos * vax.c (CALLS, PC): Define. 1095*75fd0b74Schristos (enum opermodes, operandenum, struct modebyte): Define. 1096*75fd0b74Schristos (vax_operandmode): Rename from operandmode. Call abort if switch 1097*75fd0b74Schristos does not return. 1098*75fd0b74Schristos (vax_operandname): Rename from operandname. Call abort if switch 1099*75fd0b74Schristos does not return. 1100*75fd0b74Schristos (vax_operandlength): Rename from operandlength. Call abort if 1101*75fd0b74Schristos switch does not return. 1102*75fd0b74Schristos (vax_reladdr): Rename from reladdr. 1103*75fd0b74Schristos (vax_find_call): Rename from find_call. 1104*75fd0b74Schristos * vax.h: Remove. 1105*75fd0b74Schristos * Makefile.am (AUTOMAKE_OPTIONS): Set to cygnus. 1106*75fd0b74Schristos (MY_TARGET): Remove. 1107*75fd0b74Schristos (INCLUDES): Remove -DTARGET_$(MY_TARGET) and -DMACHINE_H= 1108*75fd0b74Schristos \"$(MY_TARGET).h\". 1109*75fd0b74Schristos (gprof_SOURCES): Add i386.c, alpha.c, vax.c, tahoe.c, sparc.c. 1110*75fd0b74Schristos (gprof_DEPENDENCIES): Remove $(MY_TARGET).o. 1111*75fd0b74Schristos (gprof_LDADD): Likewise. 1112*75fd0b74Schristos (noinst_HEADERS): Remove alpha.h, i386.h, ns532.h, sparc.h, 1113*75fd0b74Schristos tahoe.h, vax.h, dummy.h. 1114*75fd0b74Schristos (EXTRA_DIST): Remove alpha.c, i386.c, ns532.c, sparc.c, tahoe.c, 1115*75fd0b74Schristos vax.c, dummy.c. 1116*75fd0b74Schristos ($(OBJECTS)): Don't depend upon $(MY_TARGET).h. 1117*75fd0b74Schristos ($(MY_TARGET).o): Remove target. 1118*75fd0b74Schristos (i386.o, alpha.o, vax.o, tahoe.o, sparc.o): New targets. 1119*75fd0b74Schristos * configure, Makefile.in, aclocal.m4: Rebuild. 1120*75fd0b74Schristos 1121*75fd0b74SchristosMon Dec 29 14:17:08 1997 Ian Lance Taylor <ian@cygnus.com> 1122*75fd0b74Schristos 1123*75fd0b74Schristos * core.c (core_sym_class): Treat weak symbols as text symbols. 1124*75fd0b74Schristos From Dean Gaudet <dgaudet@arctic.org>. 1125*75fd0b74Schristos 1126*75fd0b74SchristosWed Sep 24 11:35:43 1997 Ian Lance Taylor <ian@cygnus.com> 1127*75fd0b74Schristos 1128*75fd0b74Schristos * aclocal.m4: Rebuild with new libtool. 1129*75fd0b74Schristos * Makefile.in: Rebuild with current automake. 1130*75fd0b74Schristos * configure: Rebuild. 1131*75fd0b74Schristos 1132*75fd0b74SchristosSat Aug 9 16:25:01 1997 Ian Lance Taylor <ian@cygnus.com> 1133*75fd0b74Schristos 1134*75fd0b74Schristos * configure.in: Change version number to 2.8.2. Call 1135*75fd0b74Schristos AM_PROG_LIBTOOL. Remove shared library handling; now handled by 1136*75fd0b74Schristos libtool. Add AM_CONFIG_HEADER. Change AC_PROG_INSTALL to 1137*75fd0b74Schristos AM_PROG_INSTALL. Add AM_EXEEXT. 1138*75fd0b74Schristos * Makefile.am (LINK): Remove. 1139*75fd0b74Schristos (gprof_LDFLAGS): Remove 1140*75fd0b74Schristos (gprof_DEPENDENCIES): Change libbfd.a to libbfd.la. 1141*75fd0b74Schristos (gprof_LDADD): Likewise. 1142*75fd0b74Schristos ($(OBJECTS)): Depend upon gconfig.h and ../bfd/config.h. 1143*75fd0b74Schristos * gprof.h: Undefine PACKAGE and VERSION after including BFD 1144*75fd0b74Schristos sysdep.h file, then include new gconfig.h file. 1145*75fd0b74Schristos * gprof.c (VERSION): Don't define. 1146*75fd0b74Schristos * acconfig.h: New file. 1147*75fd0b74Schristos * stamp-h.in: New file. 1148*75fd0b74Schristos * gconfig.in: New file, created by autoheader. 1149*75fd0b74Schristos * Makefile.in, configure, aclocal.m4: Rebuild. 1150*75fd0b74Schristos 1151*75fd0b74SchristosSat Jun 28 23:20:42 1997 Ian Lance Taylor <ian@cygnus.com> 1152*75fd0b74Schristos 1153*75fd0b74Schristos * aclocal.m4, configure, Makefile.in: Rebuild with automake 1.2. 1154*75fd0b74Schristos 1155*75fd0b74SchristosMon Jun 16 15:31:39 1997 Ian Lance Taylor <ian@cygnus.com> 1156*75fd0b74Schristos 1157*75fd0b74Schristos * Makefile.am (INCLUDES): Add -DDEBUG. 1158*75fd0b74Schristos * Makefile.in: Rebuild. 1159*75fd0b74Schristos 1160*75fd0b74SchristosTue Apr 15 14:19:30 1997 Ian Lance Taylor <ian@cygnus.com> 1161*75fd0b74Schristos 1162*75fd0b74Schristos Change to use automake: 1163*75fd0b74Schristos * Makefile.am: New file. 1164*75fd0b74Schristos * configure.in: Run AM_INIT_AUTOMAKE, AM_MAINTAINER_MODE, and 1165*75fd0b74Schristos AM_CYGWIN32. 1166*75fd0b74Schristos * aclocal.m4: New file, created by aclocal. 1167*75fd0b74Schristos * Makefile.in: Replace with file created by automake --cygnus. 1168*75fd0b74Schristos * configure: Rebuild. 1169*75fd0b74Schristos 1170*75fd0b74SchristosThu Apr 3 13:21:25 1997 Ian Lance Taylor <ian@cygnus.com> 1171*75fd0b74Schristos 1172*75fd0b74Schristos * gprof.c (VERSION): Define as "2.8.1". 1173*75fd0b74Schristos 1174*75fd0b74Schristos * Branched binutils 2.8. 1175*75fd0b74Schristos 1176*75fd0b74SchristosThu Mar 27 17:15:23 1997 Ian Lance Taylor <ian@cygnus.com> 1177*75fd0b74Schristos 1178*75fd0b74Schristos * gprof.c (main): Correct copyright message. 1179*75fd0b74Schristos 1180*75fd0b74SchristosMon Mar 24 11:12:26 1997 Ian Lance Taylor <ian@cygnus.com> 1181*75fd0b74Schristos 1182*75fd0b74Schristos * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling. 1183*75fd0b74Schristos * gmon.h: Use bytes counts rather than sizeof in struct raw_phdr 1184*75fd0b74Schristos and struct raw_arc. 1185*75fd0b74Schristos 1186*75fd0b74SchristosMon Mar 17 10:54:47 1997 David Mosberger-Tang <davidm@azstarnet.com> 1187*75fd0b74Schristos 1188*75fd0b74Schristos * cg_arcs.c (arc_add): memset() newly alloced arc to ensure 1189*75fd0b74Schristos all fields are initialized with 0. 1190*75fd0b74Schristos 1191*75fd0b74SchristosSat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org> 1192*75fd0b74Schristos 1193*75fd0b74Schristos * symtab.h (find_call): Declare. 1194*75fd0b74Schristos * cg_arcs.c (cg_assemble): Don't declare find_call. 1195*75fd0b74Schristos * hist.c (scale_and_align_entries): Declare. 1196*75fd0b74Schristos 1197*75fd0b74SchristosThu Feb 27 12:46:53 1997 Ian Lance Taylor <ian@cygnus.com> 1198*75fd0b74Schristos 1199*75fd0b74Schristos * configure.in: Define BSD44_FORMAT if the target looks like a 1200*75fd0b74Schristos BSD4.4 derived system. 1201*75fd0b74Schristos * configure: Rebuild. 1202*75fd0b74Schristos * Makefile.in (.c.o): Add @DEFS@. 1203*75fd0b74Schristos * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate 1204*75fd0b74Schristos from profrate field, not version field. 1205*75fd0b74Schristos 1206*75fd0b74SchristosThu Jan 16 17:42:54 1997 Ian Lance Taylor <ian@cygnus.com> 1207*75fd0b74Schristos 1208*75fd0b74Schristos * dummy.c (find_call): Clear ignore_direct_calls. 1209*75fd0b74Schristos 1210*75fd0b74SchristosTue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com> 1211*75fd0b74Schristos 1212*75fd0b74Schristos * Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the 1213*75fd0b74Schristos end. 1214*75fd0b74Schristos (gprof): Put $(CFLAGS) after the other options. 1215*75fd0b74Schristos 1216*75fd0b74SchristosTue Nov 26 17:08:38 1996 Ian Lance Taylor <ian@cygnus.com> 1217*75fd0b74Schristos 1218*75fd0b74Schristos * configure: Rebuild with autoconf 2.12. 1219*75fd0b74Schristos 1220*75fd0b74SchristosWed Oct 2 15:23:16 1996 Ian Lance Taylor <ian@cygnus.com> 1221*75fd0b74Schristos 1222*75fd0b74Schristos * sparc.c (find_call): Align p_lowpc to avoid bus error. 1223*75fd0b74Schristos 1224*75fd0b74SchristosTue Oct 1 15:58:10 1996 Ian Lance Taylor <ian@cygnus.com> 1225*75fd0b74Schristos 1226*75fd0b74Schristos * gprof.c (usage): Print bug report address. 1227*75fd0b74Schristos (main): Change version printing to match current GNU standards. 1228*75fd0b74Schristos 1229*75fd0b74SchristosFri Aug 30 12:16:11 1996 Ian Lance Taylor <ian@cygnus.com> 1230*75fd0b74Schristos 1231*75fd0b74Schristos * gmon.h: Replace #elif with #else/#endif. 1232*75fd0b74Schristos 1233*75fd0b74SchristosThu Aug 29 17:04:10 1996 Michael Meissner <meissner@tiktok.cygnus.com> 1234*75fd0b74Schristos 1235*75fd0b74Schristos * configure.in (i[345]86-*-*): Recognize i686 for pentium pro. 1236*75fd0b74Schristos * configure: Regenerate. 1237*75fd0b74Schristos 1238*75fd0b74SchristosThu Aug 22 17:12:30 1996 Ian Lance Taylor <ian@cygnus.com> 1239*75fd0b74Schristos 1240*75fd0b74Schristos * configure.in: Set and substitute HLDENV. 1241*75fd0b74Schristos * configure: Rebuild. 1242*75fd0b74Schristos * Makefile.in (HLDENV): New variable. 1243*75fd0b74Schristos (gprof): Use $(HLDENV). 1244*75fd0b74Schristos 1245*75fd0b74SchristosWed Aug 7 14:43:51 1996 Philippe De Muyter <phdm@info.ucl.ac.be> 1246*75fd0b74Schristos 1247*75fd0b74Schristos * core.c (read_function_mappings): Cast xmalloc return. 1248*75fd0b74Schristos 1249*75fd0b74SchristosThu Jul 4 12:01:42 1996 Ian Lance Taylor <ian@cygnus.com> 1250*75fd0b74Schristos 1251*75fd0b74Schristos * gprof.c (VERSION): Define as "2.7.1". 1252*75fd0b74Schristos 1253*75fd0b74Schristos * Released binutils 2.7. 1254*75fd0b74Schristos 1255*75fd0b74Schristos * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can be 1256*75fd0b74Schristos stored on a System V file system. 1257*75fd0b74Schristos 1258*75fd0b74SchristosThu Jun 27 11:36:22 1996 Ian Lance Taylor <ian@cygnus.com> 1259*75fd0b74Schristos 1260*75fd0b74Schristos * configure.in: Call AC_ISC_POSIX. 1261*75fd0b74Schristos * configure: Rebuild. 1262*75fd0b74Schristos * Makefile.in (gprof): Pass $(CFLAGS) during link. 1263*75fd0b74Schristos * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that. 1264*75fd0b74Schristos If HAVE_SETITIMER is not defined, try using sysconf. 1265*75fd0b74Schristos 1266*75fd0b74SchristosMon Jun 24 18:27:28 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) 1267*75fd0b74Schristos 1268*75fd0b74Schristos * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir, 1269*75fd0b74Schristos INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. 1270*75fd0b74Schristos * configure.in (AC_PREREQ): autoconf 2.5 or higher. 1271*75fd0b74Schristos (AC_PROG_INSTALL): added. 1272*75fd0b74Schristos * configure: Rebuilt. 1273*75fd0b74Schristos 1274*75fd0b74SchristosMon Jun 24 12:03:09 1996 Ian Lance Taylor <ian@cygnus.com> 1275*75fd0b74Schristos 1276*75fd0b74Schristos * configure.in: On alpha*-*-osf*, link against libbfd.a if not 1277*75fd0b74Schristos using shared libraries. 1278*75fd0b74Schristos * configure: Rebuild with autoconf 2.10. 1279*75fd0b74Schristos 1280*75fd0b74SchristosTue Jun 18 17:35:58 1996 Ian Lance Taylor <ian@cygnus.com> 1281*75fd0b74Schristos 1282*75fd0b74Schristos * core.c (core_create_line_syms): Use xstrdup rather than strdup. 1283*75fd0b74Schristos * source.c (source_file_lookup_path): Likewise. 1284*75fd0b74Schristos 1285*75fd0b74SchristosMon Apr 8 14:44:33 1996 Ian Lance Taylor <ian@cygnus.com> 1286*75fd0b74Schristos 1287*75fd0b74Schristos * configure.in: Permit --enable-shared to specify a list of 1288*75fd0b74Schristos directories. 1289*75fd0b74Schristos * configure: Rebuild. 1290*75fd0b74Schristos 1291*75fd0b74SchristosThu Mar 21 17:18:25 1996 Ian Lance Taylor <ian@cygnus.com> 1292*75fd0b74Schristos 1293*75fd0b74Schristos * core.c (core_create_function_syms): Move filename and func_name 1294*75fd0b74Schristos inside ifdef where they are used. 1295*75fd0b74Schristos 1296*75fd0b74Schristos * core.c (core_sym_class): Parenthesize && within ||. 1297*75fd0b74Schristos * symtab.c (symtab_finalize): Correct parenthesization. 1298*75fd0b74Schristos 1299*75fd0b74Schristos * cg_print.h (cg_print_file_ordering): Declare. 1300*75fd0b74Schristos (cg_print_function_ordering): Declare. 1301*75fd0b74Schristos 1302*75fd0b74Schristos * __bb_exit_func.c (__bb_exit_func): Replace bcopy with memcpy. 1303*75fd0b74Schristos * cg_arcs.c (arc_add): Likewise. 1304*75fd0b74Schristos * cg_print.c (cg_print_function_ordering): Likewise. 1305*75fd0b74Schristos 1306*75fd0b74SchristosThu Mar 21 17:02:02 1996 David Mosberger-Tang <davidm@azstarnet.com> 1307*75fd0b74Schristos 1308*75fd0b74Schristos * gprof.c (default_excluded_list): Add "__mcount". 1309*75fd0b74Schristos 1310*75fd0b74Schristos * gprof.c (main): Change ifdef __osf__ to __alpha__. 1311*75fd0b74Schristos 1312*75fd0b74Schristos * gmon_io.c (gmon_out_read): If BSD44_FORMAT is defined, get the 1313*75fd0b74Schristos profiling rate from the header. 1314*75fd0b74Schristos 1315*75fd0b74Schristos * gmon.h (struct raw_phdr): Only include pad if both __alpha__ and 1316*75fd0b74Schristos __osf__ are defined. Add new fields if BSD44_FORMAT is defined. 1317*75fd0b74Schristos 1318*75fd0b74Schristos * alpha.h (MIN_INSN_SIZE): Define. 1319*75fd0b74Schristos * core.c (MIN_INSN_SIZE): If not defined, define as 1. 1320*75fd0b74Schristos (core_sym_class): Ignore debugging symbols. 1321*75fd0b74Schristos (core_create_line_syms): Use MIN_INSN_SIZE when gathering line 1322*75fd0b74Schristos information. 1323*75fd0b74Schristos 1324*75fd0b74SchristosWed Mar 20 18:15:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1325*75fd0b74Schristos 1326*75fd0b74Schristos * cg_print.c (cg_print_function_ordering): Fix __GNUC__ misspelled 1327*75fd0b74Schristos as __GNU_C__. 1328*75fd0b74Schristos (order_and_dump_functions_by_arcs): Likewise. 1329*75fd0b74Schristos 1330*75fd0b74SchristosTue Mar 12 12:19:50 1996 Ian Lance Taylor <ian@cygnus.com> 1331*75fd0b74Schristos 1332*75fd0b74Schristos * configure: Rebuild with autoconf 2.8. 1333*75fd0b74Schristos 1334*75fd0b74SchristosSun Feb 18 15:06:18 1996 Ian Lance Taylor <ian@cygnus.com> 1335*75fd0b74Schristos 1336*75fd0b74Schristos * configure.in: Check for 'do not mix' from native linker before 1337*75fd0b74Schristos trying to use -rpath. 1338*75fd0b74Schristos * configure: Rebuild. 1339*75fd0b74Schristos 1340*75fd0b74SchristosTue Feb 13 15:32:53 1996 Ian Lance Taylor <ian@cygnus.com> 1341*75fd0b74Schristos 1342*75fd0b74Schristos * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared. 1343*75fd0b74Schristos * configure: Rebuild. 1344*75fd0b74Schristos 1345*75fd0b74SchristosWed Feb 7 14:03:17 1996 Ian Lance Taylor <ian@cygnus.com> 1346*75fd0b74Schristos 1347*75fd0b74Schristos * configure.in: Don't set CC. Look for --enable-shared. Set 1348*75fd0b74Schristos BFDLIB and HLDFLAGS and substitute them. 1349*75fd0b74Schristos * configure: Rebuild. 1350*75fd0b74Schristos * Makefile.in (LIBS): Use @BFDLIB@. 1351*75fd0b74Schristos (HLDFLAGS): New variable. 1352*75fd0b74Schristos (gprof): Use $(HLDFLAGS). 1353*75fd0b74Schristos 1354*75fd0b74SchristosMon Feb 5 16:34:44 1996 Ian Lance Taylor <ian@cygnus.com> 1355*75fd0b74Schristos 1356*75fd0b74Schristos Support for building bfd and opcodes as shared libraries, based on 1357*75fd0b74Schristos patches from Alan Modra <alan@spri.levels.unisa.edu.au>: 1358*75fd0b74Schristos * Makefile.in (LIBDEPS): New variable. 1359*75fd0b74Schristos (LIBS): Use -L../bfd -lbfd. 1360*75fd0b74Schristos (gprof): Depend upon $(LIBDEPS) rather than $(LIBS). 1361*75fd0b74Schristos 1362*75fd0b74SchristosSat Dec 30 10:11:03 1995 Jeffrey A Law (law@cygnus.com) 1363*75fd0b74Schristos 1364*75fd0b74Schristos * gprof.c (long_options): Add "--function-ordering" and 1365*75fd0b74Schristos "--file-ordering" options. 1366*75fd0b74Schristos (usage): Add new options to usage message. 1367*75fd0b74Schristos (main): Handle new options. 1368*75fd0b74Schristos * gprof.h (STYLE_FUNCTION_ORDER): Define. 1369*75fd0b74Schristos (STYLE_FILE_ORDER): Define. 1370*75fd0b74Schristos (function_mapping_file): Declare. 1371*75fd0b74Schristos * cg_arcs.c (arcs, numarcs): New globals. 1372*75fd0b74Schristos (arc_add): Put new arcs into the arc array so the function/file 1373*75fd0b74Schristos ordering code can examine them. 1374*75fd0b74Schristos * cg_arcs.h (struct arc): New field "has_been_placed". 1375*75fd0b74Schristos (arcs, numarcs): Declare new globals. 1376*75fd0b74Schristos * core.c (symbol_map, symbol_map_count): New globals. 1377*75fd0b74Schristos (read_function_mappings): New function to read in a function 1378*75fd0b74Schristos to object map file. 1379*75fd0b74Schristos (core_init): Call read_function_mappings if a function mapping 1380*75fd0b74Schristos file exists. 1381*75fd0b74Schristos (core_create_function_syms): Handle function to object file 1382*75fd0b74Schristos mappings. 1383*75fd0b74Schristos * symtab.h (struct sym): New fields "mapped", "has_been_placed", 1384*75fd0b74Schristos "nuses", "prev". 1385*75fd0b74Schristos * cg_print.c (cmp_arc_count): New function for sorting arcs. 1386*75fd0b74Schristos (cmp_fun_nuses): Likewise for functions. 1387*75fd0b74Schristos (cg_print_function_ordering): New function to print a suggested 1388*75fd0b74Schristos function ordering. 1389*75fd0b74Schristos (cg_print_file_ordering): Likewise for ordering .o files. 1390*75fd0b74Schristos (order_and_dump_functions_by_arcs): Helper function for function 1391*75fd0b74Schristos and object file ordering code. 1392*75fd0b74Schristos 1393*75fd0b74SchristosSun Dec 24 21:32:27 1995 Jeffrey A Law (law@cygnus.com) 1394*75fd0b74Schristos 1395*75fd0b74Schristos * core.c (core_sym_class): Ignore symbols without BSF_FUNCTION 1396*75fd0b74Schristos set if ignore_non_function is set. 1397*75fd0b74Schristos * gprof.h (ignore_non_functions): Declare. 1398*75fd0b74Schristos * gprof.c (ignore_non_functions): Define. 1399*75fd0b74Schristos (long_options): Add "ignore-non-functions". 1400*75fd0b74Schristos (usage): Add new options. 1401*75fd0b74Schristos (main): Recognize "-D" and "--ignore-non-functions" option. 1402*75fd0b74Schristos 1403*75fd0b74SchristosTue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com> 1404*75fd0b74Schristos 1405*75fd0b74Schristos * Makefile.in (.m.c): Strip out directory name from function 1406*75fd0b74Schristos name. 1407*75fd0b74Schristos 1408*75fd0b74Schristos * hist.c (scale_and_align_entries): Don't use DEFUN_VOID. Do 1409*75fd0b74Schristos UNITS_TO_CODE adjustment unconditionally; compiler can optimize 1410*75fd0b74Schristos away zero-offset case. Refer to scaled_addr, not aligned_addr. 1411*75fd0b74Schristos 1412*75fd0b74Schristos * vax.c: Don't include vax.h here. 1413*75fd0b74Schristos 1414*75fd0b74SchristosThu Nov 16 03:41:37 1995 Ken Raeburn <raeburn@cygnus.com> 1415*75fd0b74Schristos 1416*75fd0b74Schristos Version 2.6 released. 1417*75fd0b74Schristos 1418*75fd0b74SchristosWed Nov 8 11:40:04 1995 Ian Lance Taylor <ian@cygnus.com> 1419*75fd0b74Schristos 1420*75fd0b74Schristos * gprof.c (main): Cast getenv return value. 1421*75fd0b74Schristos 1422*75fd0b74SchristosMon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com> 1423*75fd0b74Schristos 1424*75fd0b74Schristos * Makefile.in (TAGS): New target. 1425*75fd0b74Schristos 1426*75fd0b74SchristosWed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com> 1427*75fd0b74Schristos 1428*75fd0b74Schristos * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion. 1429*75fd0b74Schristos (all): Depend on $(GEN_FILES), not diststuff (which also depends 1430*75fd0b74Schristos on info). 1431*75fd0b74Schristos 1432*75fd0b74SchristosWed Nov 1 15:23:15 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de> 1433*75fd0b74Schristos 1434*75fd0b74Schristos * sym_ids.c: Include <ctype.h>. 1435*75fd0b74Schristos 1436*75fd0b74SchristosWed Oct 25 13:24:31 1995 Per Bothner <bothner@kalessin.cygnus.com> 1437*75fd0b74Schristos 1438*75fd0b74Schristos * Makefile.in (diststuff): Also make info. 1439*75fd0b74Schristos (mostlyclean): Don't remove gprof.info*. 1440*75fd0b74Schristos (maintainer-clean realclean): Also remove *.info*. 1441*75fd0b74Schristos 1442*75fd0b74SchristosFri Oct 6 16:25:32 1995 Ken Raeburn <raeburn@cygnus.com> 1443*75fd0b74Schristos 1444*75fd0b74Schristos Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1445*75fd0b74Schristos 1446*75fd0b74Schristos * Makefile.in: Add dependecies for $(OBJS) on header files. 1447*75fd0b74Schristos 1448*75fd0b74Schristos * cg_print.c (print_cycle, print_members, cg_print_index): Fix new 1449*75fd0b74Schristos style output format to make it consistent. 1450*75fd0b74Schristos * dummy.c (find_call): Fix typo in error message. 1451*75fd0b74Schristos 1452*75fd0b74SchristosWed Sep 20 13:21:02 1995 Ian Lance Taylor <ian@cygnus.com> 1453*75fd0b74Schristos 1454*75fd0b74Schristos * Makefile.in (maintainer-clean): New target, synonym for 1455*75fd0b74Schristos realclean. 1456*75fd0b74Schristos 1457*75fd0b74SchristosFri Sep 8 14:38:08 1995 Ian Lance Taylor <ian@cygnus.com> 1458*75fd0b74Schristos 1459*75fd0b74Schristos * Makefile.in (install): Don't install in $(tooldir). 1460*75fd0b74Schristos 1461*75fd0b74SchristosFri Aug 25 15:30:05 1995 Ken Raeburn <raeburn@cygnus.com> 1462*75fd0b74Schristos 1463*75fd0b74Schristos NS32K changes from Ian Dall: 1464*75fd0b74Schristos * configure.in: Use ns32k, not ns532. 1465*75fd0b74Schristos * ns532.c: Include symtab.h. 1466*75fd0b74Schristos (find_call): Renamed from findcall. Print a message. 1467*75fd0b74Schristos * ns532.h: Remove dummy.h comments. 1468*75fd0b74Schristos 1469*75fd0b74SchristosTue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com> 1470*75fd0b74Schristos 1471*75fd0b74Schristos * Makefile.in (install): Remove "brokensed" hack, unnecessary now 1472*75fd0b74Schristos that we're using autoconf. 1473*75fd0b74Schristos 1474*75fd0b74SchristosWed Jul 19 18:46:13 1995 Fred Fish <fnf@cygnus.com> 1475*75fd0b74Schristos 1476*75fd0b74Schristos * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line 1477*75fd0b74Schristos to proper type of "unsigned int *". 1478*75fd0b74Schristos 1479*75fd0b74SchristosFri Jun 16 15:29:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1480*75fd0b74Schristos 1481*75fd0b74Schristos * configure.in: Use changequote around use of []. 1482*75fd0b74Schristos 1483*75fd0b74SchristosMon Jun 12 12:14:52 1995 J.T. Conklin <jtc@rtl.cygnus.com> 1484*75fd0b74Schristos 1485*75fd0b74Schristos * Makefile.in (distclean, realclean): Remove config.cache and 1486*75fd0b74Schristos config.log. 1487*75fd0b74Schristos 1488*75fd0b74SchristosWed May 17 17:56:53 1995 J.T. Conklin <jtc@rtl.cygnus.com> 1489*75fd0b74Schristos 1490*75fd0b74Schristos * Makefile.in (Makefile): Added config.status to dependency list. 1491*75fd0b74Schristos (config.status): New target. 1492*75fd0b74Schristos (SHELL): New definition. 1493*75fd0b74Schristos 1494*75fd0b74SchristosTue Apr 25 21:11:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1495*75fd0b74Schristos 1496*75fd0b74Schristos * Makefile.in (install): Depend on "all". 1497*75fd0b74Schristos 1498*75fd0b74SchristosThu Apr 20 17:29:07 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1499*75fd0b74Schristos 1500*75fd0b74Schristos * Makefile.in: Change all references to MY_MACHINE to MY_TARGET, 1501*75fd0b74Schristos to match configure script. 1502*75fd0b74Schristos 1503*75fd0b74SchristosWed Apr 19 11:19:37 1995 J.T. Conklin <jtc@rtl.cygnus.com> 1504*75fd0b74Schristos 1505*75fd0b74Schristos * gen-c-prog.awk: Changed reference to "make-c-prog.awk" in 1506*75fd0b74Schristos comment emitted by this script to gen-c-prog.awk. 1507*75fd0b74Schristos 1508*75fd0b74Schristos * Makefile.in, configure.in: Converted to use autoconf. 1509*75fd0b74Schristos * configure: New file, generated with autoconf 2.3. 1510*75fd0b74Schristos * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, 1511*75fd0b74Schristos mt-tahoe, mt-vax}: Removed. 1512*75fd0b74Schristos 1513*75fd0b74SchristosMon Mar 13 21:44:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1514*75fd0b74Schristos 1515*75fd0b74Schristos * __bb_exit_func.c: New file, from David Mosberger-Tang. 1516*75fd0b74Schristos 1517*75fd0b74Schristos Thu Feb 9 16:56:07 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu> 1518*75fd0b74Schristos 1519*75fd0b74Schristos * All *.c: More cleanup towards GNU format. 1520*75fd0b74Schristos 1521*75fd0b74Schristos * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record): 1522*75fd0b74Schristos replaced sizeof (bfd_vma) by size (char*) because Ken tells me 1523*75fd0b74Schristos that bfd_vma is only guaranteed to be at least as big as a pointer. 1524*75fd0b74Schristos 1525*75fd0b74Schristos (GMON_Record_tag): added explicit enumeration values to ensure 1526*75fd0b74Schristos compatibility across compilers. 1527*75fd0b74Schristos 1528*75fd0b74Schristos * gmon_io.c (get_vma, put_vma): replaced sizeof(bfd_vma) by 1529*75fd0b74Schristos sizeof(char*). 1530*75fd0b74Schristos 1531*75fd0b74SchristosTue Feb 7 17:24:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1532*75fd0b74Schristos 1533*75fd0b74Schristos * All *.c and *.h files: Ran "indent -gnu". Cleaned up a couple 1534*75fd0b74Schristos of constructs GNU indent couldn't handle. Block comments not yet 1535*75fd0b74Schristos rewritten in GNU format. 1536*75fd0b74Schristos 1537*75fd0b74Schristos * gprof.c (VERSION): Changed to 2.6, to get in sync for next 1538*75fd0b74Schristos binutils release. 1539*75fd0b74Schristos 1540*75fd0b74SchristosSun Feb 5 16:19:46 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu> 1541*75fd0b74Schristos 1542*75fd0b74Schristos * symtab.c (symtab_finalize): ensure globals symbols really 1543*75fd0b74Schristos are favored over static ones---even if their name looks less 1544*75fd0b74Schristos preferable; this is important for HP-UX; for example, there 1545*75fd0b74Schristos is a static label Ltext_something that aliases the global 1546*75fd0b74Schristos symbol _start 1547*75fd0b74Schristos 1548*75fd0b74Schristos * hist.c (hist_print): auto-scaling is now in effect for FSF-style 1549*75fd0b74Schristos output only; also, auto-scaling is now performed based on 1550*75fd0b74Schristos per-call, rather than total execution time, which is what it was 1551*75fd0b74Schristos meant to be. 1552*75fd0b74Schristos 1553*75fd0b74Schristos * gprof.h (File_Format): new type. 1554*75fd0b74Schristos 1555*75fd0b74Schristos * gprof.c (VERSION): upped to 2.7---seems to be completely out of 1556*75fd0b74Schristos sync with Cygnus version numbers though... 1557*75fd0b74Schristos 1558*75fd0b74Schristos (long_options): renamed --gmon-info to --file-info, --width added, 1559*75fd0b74Schristos renamed --old-file-format to --file-format 1560*75fd0b74Schristos (main): dito; also added support to read prof files, but as 1561*75fd0b74Schristos mon_out_read() is not implemented, it's #ifdef'd out for now 1562*75fd0b74Schristos 1563*75fd0b74Schristos (usage): update to reflect new options. 1564*75fd0b74Schristos 1565*75fd0b74Schristos * gmon_io.c: replaced "old_file_format" by more general 1566*75fd0b74Schristos "file_format" option 1567*75fd0b74Schristos 1568*75fd0b74Schristos * gmon.h (struct raw_phdr): fixed declaration for OSF/1. 1569*75fd0b74Schristos 1570*75fd0b74Schristos * core.c (core_sym_class): added back check for __gnu_compiled and 1571*75fd0b74Schristos ___gnu_compiled for the benefit of systems without 1572*75fd0b74Schristos bfd_find_nearest_line() support 1573*75fd0b74Schristos 1574*75fd0b74Schristos (get_src_info): now the libbfd is fixed, invoke bfd_find_nearest_line() 1575*75fd0b74Schristos with section-relative addresses 1576*75fd0b74Schristos 1577*75fd0b74Schristos (core_create_function_syms): get_src_info() calls are currently 1578*75fd0b74Schristos enabled for OSF/1 only. It appears to work allright for SunOS 1579*75fd0b74Schristos 4.1.x as well, but on SPARCs it gets painfully slow with the 1580*75fd0b74Schristos current implementation of aout_32_find_nearest_line(); 1581*75fd0b74Schristos unfortunately, this means that static functions will not have their 1582*75fd0b74Schristos filename printed in the call-graph function index; line-level 1583*75fd0b74Schristos profiling should still work, but requires some patience 1584*75fd0b74Schristos 1585*75fd0b74Schristos * cg_print.c (cg_print_index): sanitised printing of index when 1586*75fd0b74Schristos using FSF-style output; in particular, output width is now controlled 1587*75fd0b74Schristos via option --width and the function tries hard to keep columns 1588*75fd0b74Schristos aligned even in the presence of (occasional) long names 1589*75fd0b74Schristos 1590*75fd0b74Schristos * NOTES: a first shot at updating the documentation. 1591*75fd0b74Schristos 1592*75fd0b74SchristosWed Feb 1 19:07:44 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu> 1593*75fd0b74Schristos 1594*75fd0b74Schristos * core.c (core_create_function_syms): fixed computation of min_vma 1595*75fd0b74Schristos and max_vma. 1596*75fd0b74Schristos 1597*75fd0b74Schristos * *.c: removed rcsid. 1598*75fd0b74Schristos 1599*75fd0b74SchristosTue Jan 31 16:18:18 1995 Ken Raeburn <raeburn@cujo.cygnus.com> 1600*75fd0b74Schristos 1601*75fd0b74Schristos * Lots of changes from David Mosberger-Tang: 1602*75fd0b74Schristos 1603*75fd0b74Schristos Tue Oct 25 19:20:14 1994 David Mosberger-Tang <davidm@piston.cs.arizona.edu> 1604*75fd0b74Schristos 1605*75fd0b74Schristos * gprof.c (main): put parentheses around & within &&. 1606*75fd0b74Schristos 1607*75fd0b74Schristos * basic_blocks.c (bb_read_rec): print warning message (once) when 1608*75fd0b74Schristos ignoring basic-block execution counts. 1609*75fd0b74Schristos 1610*75fd0b74Schristos * source.c (source_file_lookup_name): corrected second argument to 1611*75fd0b74Schristos strcmp(). 1612*75fd0b74Schristos 1613*75fd0b74Schristos * hist.c (print_header): merged Fri Oct 21 18:58:02 1994 change by 1614*75fd0b74Schristos Ken Raeburn <raeburn@cujo.cygnus.com> from binutils-2.5.1. 1615*75fd0b74Schristos 1616*75fd0b74Schristos * gmon_io.c (gmon_out_read): the output stule STYLE_GMON_INFO is now 1617*75fd0b74Schristos supported both for old and new (versioned) gmon.out files. Old 1618*75fd0b74Schristos files are identified as version 0. 1619*75fd0b74Schristos 1620*75fd0b74Schristos * gmon.h (struct raw_arc): count field is now sizeof(long) bytes 1621*75fd0b74Schristos long (instead of 4) because that is what OSF/1 v3.0 uses. 1622*75fd0b74Schristos 1623*75fd0b74Schristos * core.c: minor fixes and debugging info changes. 1624*75fd0b74Schristos 1625*75fd0b74Schristos Sun Sep 11 18:47:47 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1626*75fd0b74Schristos 1627*75fd0b74Schristos * core.c (core_init): if .text cannot be found, try $CODE$ (the 1628*75fd0b74Schristos name of the text-section under HP-UX). 1629*75fd0b74Schristos 1630*75fd0b74Schristos * hist.c (hist_assign_samples): fixed off-by-one bug: highpc 1631*75fd0b74Schristos points one past the last sampling bin, so hist_scale should be 1632*75fd0b74Schristos computed as "hist_scale /= hist_num_bins", not "hist_scale /= 1633*75fd0b74Schristos hist_num_bins - 1". 1634*75fd0b74Schristos 1635*75fd0b74Schristos * gmon_io.c, hist.c, hist.h: renamed hist_num_samples to 1636*75fd0b74Schristos hist_num_bins. 1637*75fd0b74Schristos 1638*75fd0b74Schristos * configure.in: added alpha-*-*) for per-target config. 1639*75fd0b74Schristos 1640*75fd0b74Schristos * alpha.c, alpha.h: created. 1641*75fd0b74Schristos 1642*75fd0b74Schristos * gprof.c (default_excluded_list): <locore>, <hicore> added. 1643*75fd0b74Schristos 1644*75fd0b74Schristos * core.c (core_create_function_syms, core_create_line_syms): 1645*75fd0b74Schristos explicitly keep two sentinels "<locore>" and "<hicore>" that catch 1646*75fd0b74Schristos all addresses outside the text-space. Thus, sym_lookup(&symtab, 1647*75fd0b74Schristos addr) continues to guarantee not to return 0 on any address. It 1648*75fd0b74Schristos also avoids incorrectly crediting the first/last symbol in the 1649*75fd0b74Schristos text-space. 1650*75fd0b74Schristos 1651*75fd0b74Schristos * core.c (core_create_line_syms): always create function symbols 1652*75fd0b74Schristos first, then merge in line symbols; this is so that if parts of the 1653*75fd0b74Schristos program were compiled without -g, function-level symbols are 1654*75fd0b74Schristos available still. 1655*75fd0b74Schristos 1656*75fd0b74Schristos * utils.c (print_name_only): support for print_path added. 1657*75fd0b74Schristos 1658*75fd0b74Schristos * symtab.c (cmp_addr): also use is_func flag in comparison. 1659*75fd0b74Schristos (symtab_finalize): return immediately when table empty; now 1660*75fd0b74Schristos more careful about getting rid of the right duplicate symbol. 1661*75fd0b74Schristos 1662*75fd0b74Schristos * sparc.c (find_call): many fixes---this function was rather 1663*75fd0b74Schristos botched in binutils-2.4 already; it should work again. 1664*75fd0b74Schristos 1665*75fd0b74Schristos * source.c (source_file_lookup_path): PATH is now strdup'ed (it is 1666*75fd0b74Schristos not good to rely on get_src_info() to return distinct string 1667*75fd0b74Schristos pointers). 1668*75fd0b74Schristos 1669*75fd0b74Schristos * search_list.c (search_list_append): added cast for xmalloc(). 1670*75fd0b74Schristos 1671*75fd0b74Schristos * hist.c: added explicit initialization to some of the global 1672*75fd0b74Schristos variables; fixed SItab (scales were off by a factor of 10). 1673*75fd0b74Schristos 1674*75fd0b74Schristos * hist.h: include of bfd.h added. 1675*75fd0b74Schristos 1676*75fd0b74Schristos * gprof.c, gprof.h (print_path): added. 1677*75fd0b74Schristos 1678*75fd0b74Schristos * gprof.h (MAX): fixed. 1679*75fd0b74Schristos 1680*75fd0b74Schristos * gmon_out.h: renamed gmon_time_hist_hdr to gmon_hist_hdr. 1681*75fd0b74Schristos 1682*75fd0b74Schristos * gmon_io.c: added some casts to (long) so we can always print as %lx 1683*75fd0b74Schristos 1684*75fd0b74Schristos * core.c (core_get_text_space): fixed to make it work. 1685*75fd0b74Schristos 1686*75fd0b74Schristos * cg_print.c (cg_print_index): added support for print_path option. 1687*75fd0b74Schristos 1688*75fd0b74Schristos * cg_dfn.h (cg_dfn): wrap prototype in PARAMS(). 1689*75fd0b74Schristos 1690*75fd0b74Schristos * call_graph.c, gmon_io.c, hist.c: avoid taking address of array 1691*75fd0b74Schristos as some compilers complain (e.g., DEC's OSF/1 compiler) 1692*75fd0b74Schristos 1693*75fd0b74Schristos * basic_blocks.c, gmon_io.c, hist.c, source.c, sym_ids.c, 1694*75fd0b74Schristos symtab.c: calls to memset() had 2nd and 3rd args reversed. 1695*75fd0b74Schristos 1696*75fd0b74Schristos Sat Sep 10 21:53:13 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1697*75fd0b74Schristos 1698*75fd0b74Schristos * gprof.c: added "_mcount" to default_excluded_list. 1699*75fd0b74Schristos (main): if output_style==0 and there is either a histogram or a 1700*75fd0b74Schristos call-graph, always generate flat and call-graph, no matter what 1701*75fd0b74Schristos line_granularity is set to. 1702*75fd0b74Schristos 1703*75fd0b74Schristos * source.c (source_file_lookup_name): if searching for sf->name 1704*75fd0b74Schristos fails, try again with filename obtained after stripping off any 1705*75fd0b74Schristos partial path from sf->name. 1706*75fd0b74Schristos 1707*75fd0b74Schristos * gprof.h (SRCDEBUG): added. 1708*75fd0b74Schristos 1709*75fd0b74Schristos * search_list.c (search_list_append): directories were added in wrong 1710*75fd0b74Schristos order. 1711*75fd0b74Schristos 1712*75fd0b74Schristos * reimplemented selection mechanism from ground up; it is now possible 1713*75fd0b74Schristos to accurately control what gets included/excluded in each of the 1714*75fd0b74Schristos output styles; a "symbol-specification" (spec) is the basic means 1715*75fd0b74Schristos to select a set of symbols; a spec has the syntax: 1716*75fd0b74Schristos 1717*75fd0b74Schristos spec == (FILENAME:(FUNCNAME|LINE_NUM) | NAME). 1718*75fd0b74Schristos arc == spec/spec. 1719*75fd0b74Schristos 1720*75fd0b74Schristos any of the terminal symbols can be empty, in which case they 1721*75fd0b74Schristos match anything (wildcards). NAME is interpreted as a FILENAME 1722*75fd0b74Schristos if it contains a dot (e.g., foo.c), as LINE_NUM if it starts 1723*75fd0b74Schristos with a digit, and as FUNCNAME otherwise. 1724*75fd0b74Schristos 1725*75fd0b74Schristos For example, to get a call-graph display that ignores arcs 1726*75fd0b74Schristos from foo() to bar(), you'd say "--no-graph=foo/bar"; to 1727*75fd0b74Schristos show only arcs into bar() (no matter what the caller), 1728*75fd0b74Schristos you'd say "--graph=/bar"; and to get a call-graph without 1729*75fd0b74Schristos any arc info, you'd say "--graph=/"; similarly, to 1730*75fd0b74Schristos get a flat profile without mcount, you'd say "--no-flat=mcount" 1731*75fd0b74Schristos and to get a flat profile that shows includes all functions 1732*75fd0b74Schristos you'd say "--flat=""" (i.e., an empty spec) 1733*75fd0b74Schristos 1734*75fd0b74Schristos * hist.c (hist_print): top_time wasn't initialized to 0.0. 1735*75fd0b74Schristos 1736*75fd0b74Schristos Fri Sep 9 01:10:21 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1737*75fd0b74Schristos 1738*75fd0b74Schristos * gmon_out.h: all headers now declared in terms of characters 1739*75fd0b74Schristos to avoid getting into trouble with different compilers introducing 1740*75fd0b74Schristos different amount of padding; the code already accessed the fields 1741*75fd0b74Schristos through bfd functions, so that didn't have to change. 1742*75fd0b74Schristos 1743*75fd0b74Schristos * hist.c (hist_read_rec, hist_write_rec): added support for 1744*75fd0b74Schristos collection pc histograms measuring quantities other than time; 1745*75fd0b74Schristos the histogram header now includes a field that specifies the 1746*75fd0b74Schristos dimension of the quantity measured by the histogram bins 1747*75fd0b74Schristos (normally, this is "seconds", but other meaningful dimensions 1748*75fd0b74Schristos include such things as "I-cache misses", "instruction issue stalls" 1749*75fd0b74Schristos etc.); there is also a field to specify a one-character 1750*75fd0b74Schristos abbreviation for the dimension; in the case of time, this would 1751*75fd0b74Schristos be 's'; in most other cases it probably would be '1' (not a physical 1752*75fd0b74Schristos dimension). 1753*75fd0b74Schristos 1754*75fd0b74Schristos Thu Sep 8 16:05:08 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1755*75fd0b74Schristos 1756*75fd0b74Schristos * gprof.c, gmon_io.[ch]: BSD_COMPATIBLE is gone and new_file_version 1757*75fd0b74Schristos has become old_file_version; gmon_io.c now always supports old-style 1758*75fd0b74Schristos gmon.out files; it first tries to read gmon.out as a new version 1759*75fd0b74Schristos file, if that fails, it tries to read it in the old format; 1760*75fd0b74Schristos although not very likely, it is possible for gprof to mistake an 1761*75fd0b74Schristos old-style file as a new one (the first 4 bytes would have to 1762*75fd0b74Schristos be "gmon"---including the trailing '\0'); in that case, it is 1763*75fd0b74Schristos necessary to specify --old-file-version 1764*75fd0b74Schristos 1765*75fd0b74Schristos * gprof.h: removed dependency on SYSV; the code now always uses 1766*75fd0b74Schristos strrchr(), memset(), and memcpy() and does not include either 1767*75fd0b74Schristos of string.h or strings.h; this should make gprof compile on 1768*75fd0b74Schristos any (Unix) system without configuration (per suggestion of 1769*75fd0b74Schristos raeburn@cygnus.com) 1770*75fd0b74Schristos 1771*75fd0b74Schristos * gprof.c (usage): fixed location of --new-file-format option. 1772*75fd0b74Schristos 1773*75fd0b74Schristos * cg_arcs.c (propagate_flags): fixed typo in declaration. 1774*75fd0b74Schristos 1775*75fd0b74Schristos * flat_bl.m: removed formfeed at end of file; the form-feed 1776*75fd0b74Schristos is now printed cg_print.c only when necessary. 1777*75fd0b74Schristos 1778*75fd0b74Schristos * major rewrite of gprof---too many changes to mention all of 1779*75fd0b74Schristos them. new features: 1780*75fd0b74Schristos 1781*75fd0b74Schristos + -l now requests profiling at the line level (as opposed 1782*75fd0b74Schristos to function level); in this mode, gprof creates a "symbol" 1783*75fd0b74Schristos (aka name-list entry) for each line of source code, instead 1784*75fd0b74Schristos of one per function) 1785*75fd0b74Schristos 1786*75fd0b74Schristos + support for a new gmon.out file format; the new format 1787*75fd0b74Schristos consists of a header with a magic and a version number, 1788*75fd0b74Schristos followed by a sequence of profile data; profile data 1789*75fd0b74Schristos can any of: (a) PC histogram, (b) call-graph arcs, or 1790*75fd0b74Schristos (c) basic-block execution counts; the version number makes 1791*75fd0b74Schristos it possible to extend gmon.out in a backwards compatible 1792*75fd0b74Schristos fashion 1793*75fd0b74Schristos 1794*75fd0b74Schristos + support for tcov style annotated output: if the gmon.out file 1795*75fd0b74Schristos contains basic-block execution counts, the user can request 1796*75fd0b74Schristos the generation of annotated source files, much like Sun's 1797*75fd0b74Schristos tcov used to do 1798*75fd0b74Schristos 1799*75fd0b74Schristos + long options 1800*75fd0b74Schristos 1801*75fd0b74Schristos + new scheme to suppress symbols that aren't function names 1802*75fd0b74Schristos (e.g., avoids mistaking a goto label as a function) 1803*75fd0b74Schristos 1804*75fd0b74Schristos + reorganized source code to make it more managable; as a 1805*75fd0b74Schristos side effect, gprof now compiles cleanly with "gcc -Wall" 1806*75fd0b74Schristos 1807*75fd0b74Schristos Thu Sep 1 15:46:49 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1808*75fd0b74Schristos 1809*75fd0b74Schristos * gprof.c (funcsymbol): bfd_find_nearest_line() is now used as a 1810*75fd0b74Schristos final cross-check to determine whether a static symbol should be 1811*75fd0b74Schristos considered as a function-name. 1812*75fd0b74Schristos 1813*75fd0b74Schristos Fri Aug 5 19:32:36 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1814*75fd0b74Schristos 1815*75fd0b74Schristos * gmon_io.c (gmon_out_read): recognize "-" as the filename for 1816*75fd0b74Schristos stdin; this is useful if you wanna keep gmon.out files compressed; 1817*75fd0b74Schristos this way you can "gzcat" the compressed file into gprof. 1818*75fd0b74Schristos 1819*75fd0b74Schristos * gprof.c: flag_min_count now initialized with 1 instead of 0. 1820*75fd0b74Schristos 1821*75fd0b74Schristos * basic_blocks.c (bb_annotate_source): added support for creating 1822*75fd0b74Schristos .tcov files when option flag_annotate_make_files is TRUE. 1823*75fd0b74Schristos (annotate_with_count): all counts less than the minimum count 1824*75fd0b74Schristos specified by -m are now annotated with hash-marks. 1825*75fd0b74Schristos 1826*75fd0b74Schristos * gprof.c (main): -A is now followed by a string of option chars. 1827*75fd0b74Schristos 1828*75fd0b74Schristos * basic_blocks.c (annotate_with_count): replaced b->count with 1829*75fd0b74Schristos cnt. 1830*75fd0b74Schristos 1831*75fd0b74Schristos * source.c: flag_annotate_source replaced by source_lock_map. 1832*75fd0b74Schristos 1833*75fd0b74Schristos * source.h: source_lock_map added. 1834*75fd0b74Schristos 1835*75fd0b74Schristos * gprof.c (main): new command-line syntax: -S simply specifies 1836*75fd0b74Schristos which source-files user is interested in; -A requests annotated 1837*75fd0b74Schristos source files and -AA requests that all lines in a source file 1838*75fd0b74Schristos are annotated. 1839*75fd0b74Schristos 1840*75fd0b74Schristos Thu Aug 4 23:27:03 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1841*75fd0b74Schristos 1842*75fd0b74Schristos * basic_blocks.c (PATH_MAX): if undefined, define as 1024. 1843*75fd0b74Schristos 1844*75fd0b74Schristos * sparc.c, i386.c, tahoe.c, vax.c: added include of "time_hist.h" 1845*75fd0b74Schristos so s_lowpc etc. get declared. 1846*75fd0b74Schristos 1847*75fd0b74Schristos * arcs.h (doarcs): created. 1848*75fd0b74Schristos 1849*75fd0b74Schristos * arcs.c: reordered static functions such that they get defined 1850*75fd0b74Schristos before use. 1851*75fd0b74Schristos 1852*75fd0b74Schristos * gprof.c (main): added options: 1853*75fd0b74Schristos -A: request annotation of all source lines (with -S) 1854*75fd0b74Schristos -m: minimum execution count (with default basic-block display) 1855*75fd0b74Schristos -N: force new file format (only if BSD_COMPATIBLE is defined) 1856*75fd0b74Schristos -S: annotate source file 1857*75fd0b74Schristos -t: set table length (with -S) 1858*75fd0b74Schristos 1859*75fd0b74Schristos * Makefile.am (OBJS): added basic_blocks.o call_graph.o gmon_io.o 1860*75fd0b74Schristos source.o time_hist.o 1861*75fd0b74Schristos 1862*75fd0b74Schristos Fri Jul 1 15:23:50 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu) 1863*75fd0b74Schristos 1864*75fd0b74Schristos * gprof.c (asgnsamples): computation of "pcl" and "pch" depended 1865*75fd0b74Schristos on the fact being able to store a long in a double without loss of 1866*75fd0b74Schristos precision; this does not hold on machines with 64 bit longs and 64 1867*75fd0b74Schristos bit doubles. 1868*75fd0b74Schristos 1869*75fd0b74SchristosFri Oct 21 18:58:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com> 1870*75fd0b74Schristos 1871*75fd0b74Schristos * printgprof.c (flatprofheader): Always set totime to 1.0 if not 1872*75fd0b74Schristos greater than 0.0. Suggested by Harold Assink 1873*75fd0b74Schristos <carlo@sg.tn.tudelft.nl>. 1874*75fd0b74Schristos 1875*75fd0b74SchristosFri Sep 23 15:06:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com> 1876*75fd0b74Schristos 1877*75fd0b74Schristos * printgprof.c (printprof): Use free, not cfree. 1878*75fd0b74Schristos (printgprof, printindex): Ditto. 1879*75fd0b74Schristos 1880*75fd0b74SchristosThu Sep 1 10:40:45 1994 Jeff Law (law@snake.cs.utah.edu) 1881*75fd0b74Schristos 1882*75fd0b74Schristos * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make 1883*75fd0b74Schristos decls extern to keep native HP compiler quiet. 1884*75fd0b74Schristos 1885*75fd0b74SchristosTue Aug 30 11:12:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) 1886*75fd0b74Schristos 1887*75fd0b74Schristos * gprof.c (funcsymbol): Ignore ___gnu_compiled as well as 1888*75fd0b74Schristos __gnu_compiled, for the benefit of systems which add a leading 1889*75fd0b74Schristos underscore. 1890*75fd0b74Schristos 1891*75fd0b74SchristosWed Aug 24 12:49:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) 1892*75fd0b74Schristos 1893*75fd0b74Schristos * configure.in: Change i386-*-* to i[345]86-*-*. 1894*75fd0b74Schristos 1895*75fd0b74SchristosSun Jul 10 00:35:31 1994 Ian Dall (dall@hfrd.dsto.gov.au) 1896*75fd0b74Schristos 1897*75fd0b74Schristos * ns532.c, ns532.h: New Files. ns532 support. 1898*75fd0b74Schristos 1899*75fd0b74Schristos * config/mt-ns532: New File. ns532 support. 1900*75fd0b74Schristos 1901*75fd0b74Schristos * gprof.c: user register int i instead of defaulting the int. 1902*75fd0b74Schristos Allows compilation with -Dregister= for debugging. 1903*75fd0b74Schristos 1904*75fd0b74Schristos * configure.in: Add ns532 support. 1905*75fd0b74Schristos 1906*75fd0b74SchristosThu Jun 23 11:22:41 1994 Jeff Law (law@snake.cs.utah.edu) 1907*75fd0b74Schristos 1908*75fd0b74Schristos * Makefile.in (gprof): Depend on $(LIBS). 1909*75fd0b74Schristos 1910*75fd0b74SchristosFri May 27 12:24:57 1994 Ken Raeburn (raeburn@cujo.cygnus.com) 1911*75fd0b74Schristos 1912*75fd0b74Schristos From binutils-2.4 release: 1913*75fd0b74Schristos 1914*75fd0b74Schristos Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com) 1915*75fd0b74Schristos 1916*75fd0b74Schristos * configure.bat: [new] build makefile from makefile.in (dos) 1917*75fd0b74Schristos * hertz.c: allow static HERTZ (msdos needs it) 1918*75fd0b74Schristos * gprof.c: allow target to select "r" or "rb" for fopen 1919*75fd0b74Schristos * gprof.c: ignore __gnu_compiled symbols 1920*75fd0b74Schristos * i386.h: dfine FOPEN_RB to "rb" for dos. 1921*75fd0b74Schristos 1922*75fd0b74SchristosTue May 17 15:30:22 1994 E. Michael Smith (ems@cygnus.com) 1923*75fd0b74Schristos 1924*75fd0b74Schristos * Makefile.in (.m.c:): Added .SUFFIXES : .m 1925*75fd0b74Schristos so flat_bl.c would make from flat_bl.m file. 1926*75fd0b74Schristos 1927*75fd0b74SchristosThu May 5 19:23:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com) 1928*75fd0b74Schristos 1929*75fd0b74Schristos * Makefile.in (install-info): Check for gprof.info in build dir, 1930*75fd0b74Schristos fall back to srcdir. Depend on it. 1931*75fd0b74Schristos 1932*75fd0b74Schristos * gprof.h (TRUE, FALSE): Always use undef before defining them. 1933*75fd0b74Schristos 1934*75fd0b74SchristosMon Apr 4 23:47:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu) 1935*75fd0b74Schristos 1936*75fd0b74Schristos * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losing 1937*75fd0b74Schristos makes (osf1) in which the value of MACHINE can not be changed. 1938*75fd0b74Schristos * config/*.mt: Changed appropriately. 1939*75fd0b74Schristos 1940*75fd0b74SchristosWed Mar 30 16:12:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1941*75fd0b74Schristos 1942*75fd0b74Schristos * gprof.c (getsymtab): Change nosyms to long. Rename 1943*75fd0b74Schristos get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for 1944*75fd0b74Schristos errors from bfd_get_symtab_upper_bound and 1945*75fd0b74Schristos bfd_canonicalize_symtab. 1946*75fd0b74Schristos 1947*75fd0b74SchristosTue Mar 22 10:50:52 1994 Jeffrey A. Law (law@snake.cs.utah.edu) 1948*75fd0b74Schristos 1949*75fd0b74Schristos * gprof.c (funcsymbol): Use bfd_get_symbol_info instead of 1950*75fd0b74Schristos bfd_decode_symclass. 1951*75fd0b74Schristos 1952*75fd0b74SchristosSun Mar 20 15:40:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu) 1953*75fd0b74Schristos 1954*75fd0b74Schristos * Makefile.in: Avoid bug in hpux sed. 1955*75fd0b74Schristos 1956*75fd0b74SchristosWed Dec 15 20:16:40 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) 1957*75fd0b74Schristos 1958*75fd0b74Schristos * gprof.texi (Invoking): add text about -v flag 1959*75fd0b74Schristos 1960*75fd0b74Schristos * gprof.1: add text about -v flag 1961*75fd0b74Schristos 1962*75fd0b74SchristosWed Dec 8 16:55:06 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) 1963*75fd0b74Schristos 1964*75fd0b74Schristos * gprof.c (VERSION): defined a version macro, print the value 1965*75fd0b74Schristos when the -v option is used 1966*75fd0b74Schristos 1967*75fd0b74SchristosTue Jul 6 10:11:56 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) 1968*75fd0b74Schristos 1969*75fd0b74Schristos * Makefile.in: Install correctly. 1970*75fd0b74Schristos 1971*75fd0b74SchristosThu Jun 24 14:43:22 1993 David J. Mackenzie (djm@thepub.cygnus.com) 1972*75fd0b74Schristos 1973*75fd0b74Schristos * gprof.c (main): Get whoami from argv, instead of hardcoding. 1974*75fd0b74Schristos Use it in usage message. Split usage message to fit in 80 cols. 1975*75fd0b74Schristos 1976*75fd0b74SchristosSun Jun 20 20:58:02 1993 Ken Raeburn (raeburn@poseidon.cygnus.com) 1977*75fd0b74Schristos 1978*75fd0b74Schristos * Makefile.in: Undo 15 June change. 1979*75fd0b74Schristos 1980*75fd0b74SchristosWed Jun 16 12:54:53 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) 1981*75fd0b74Schristos 1982*75fd0b74Schristos * gmon.h, gprof.h: structs of chars used to hold external 1983*75fd0b74Schristos representations. 1984*75fd0b74Schristos * gprof.c (getpfile, openpfile, readsamples): Swap data in using 1985*75fd0b74Schristos new structures. 1986*75fd0b74Schristos 1987*75fd0b74SchristosTue Jun 15 23:09:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) 1988*75fd0b74Schristos 1989*75fd0b74Schristos * Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h. 1990*75fd0b74Schristos 1991*75fd0b74SchristosMon Jun 14 16:22:59 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) 1992*75fd0b74Schristos 1993*75fd0b74Schristos * Makefile.in: remove parentdir support 1994*75fd0b74Schristos 1995*75fd0b74SchristosMon Jun 7 12:56:17 1993 Per Bothner (bothner@rtl.cygnus.com) 1996*75fd0b74Schristos 1997*75fd0b74Schristos * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. 1998*75fd0b74Schristos * configure.in: No longer need to configure to get sysdep.h. 1999*75fd0b74Schristos 2000*75fd0b74SchristosTue May 18 21:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2001*75fd0b74Schristos 2002*75fd0b74Schristos * Makefile.in (install): should not depend on install-info 2003*75fd0b74Schristos 2004*75fd0b74SchristosMon Apr 26 12:37:46 1993 Ian Lance Taylor (ian@cygnus.com) 2005*75fd0b74Schristos 2006*75fd0b74Schristos * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz. 2007*75fd0b74Schristos 2008*75fd0b74SchristosTue Apr 13 16:14:03 1993 Per Bothner (bothner@cygnus.com) 2009*75fd0b74Schristos 2010*75fd0b74Schristos * Makefile.in: Add -g to CFLAGS. 2011*75fd0b74Schristos Ads LDFLAGS and use in place of CFLAGS where appropriate. 2012*75fd0b74Schristos * configure.in: Make a sysdep.hlink in the same way other 2013*75fd0b74Schristos bfd-based directories do. 2014*75fd0b74Schristos * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned 2015*75fd0b74Schristos short'. 2016*75fd0b74Schristos * gprof.h: #include sysdep.h instead of a bunch of stuff. 2017*75fd0b74Schristos * gprof.c (main): Fix typo gproff->gprof. 2018*75fd0b74Schristos 2019*75fd0b74SchristosThu Mar 25 19:00:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2020*75fd0b74Schristos 2021*75fd0b74Schristos * gprof.texi: add INFO-DIR-ENTRY 2022*75fd0b74Schristos 2023*75fd0b74SchristosTue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2024*75fd0b74Schristos 2025*75fd0b74Schristos * Makefile.in: add installcheck target 2026*75fd0b74Schristos 2027*75fd0b74SchristosSat Feb 27 18:17:10 1993 Per Bothner (bothner@rtl.cygnus.com) 2028*75fd0b74Schristos 2029*75fd0b74Schristos * gprof.c (funcsymbol): Invert test for aflag. 2030*75fd0b74Schristos 2031*75fd0b74SchristosThu Feb 25 16:01:50 1993 Per Bothner (bothner@rtl.cygnus.com) 2032*75fd0b74Schristos 2033*75fd0b74Schristos * printgprof (xmalloc, xrealloc): Cast results of malloc 2034*75fd0b74Schristos and realloc to PTR. 2035*75fd0b74Schristos 2036*75fd0b74SchristosWed Feb 3 13:55:33 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com) 2037*75fd0b74Schristos 2038*75fd0b74Schristos * Makefile.in: created info, install-info, dvi 2039*75fd0b74Schristos 2040*75fd0b74SchristosWed Jan 6 00:58:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2041*75fd0b74Schristos 2042*75fd0b74Schristos * Makefile.in: fix install rule for $(PROG) 2043*75fd0b74Schristos 2044*75fd0b74SchristosFri Oct 9 11:25:41 1992 Mark Eichin (eichin@cygnus.com) 2045*75fd0b74Schristos 2046*75fd0b74Schristos * gprof.1: updated SYNOPSIS to match actual behavior. 2047*75fd0b74Schristos 2048*75fd0b74SchristosMon Oct 5 17:50:16 1992 Per Bothner (bothner@cygnus.com) 2049*75fd0b74Schristos 2050*75fd0b74Schristos * gen-c-prog.awk: New awk script, lightly changed from 2051*75fd0b74Schristos previously deleted make-c-prog.awk. Converts a text file 2052*75fd0b74Schristos to a c function that prints that text. 2053*75fd0b74Schristos * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. 2054*75fd0b74Schristos Inputs to gen-c-prog.awk, containing text describing 2055*75fd0b74Schristos gprof output. 2056*75fd0b74Schristos * blurbs.c: Removed. Use *_bl.c instead. 2057*75fd0b74Schristos * Makefile.in: Use gen-cprog.awk to generate *_bl.c files 2058*75fd0b74Schristos from *_bl.m files. Also, improve *clean rules. 2059*75fd0b74Schristos * printgprof.c (printgprof): Usw new function names from *_bl.c. 2060*75fd0b74Schristos 2061*75fd0b74Schristos 2062*75fd0b74SchristosSun Aug 30 19:54:53 1992 Per Bothner (bothner@rtl.cygnus.com) 2063*75fd0b74Schristos 2064*75fd0b74Schristos * gprof.h, gprof.c, printfgprof.c: Add support for two 2065*75fd0b74Schristos output styles: The default is similar to the old FSF gprof, 2066*75fd0b74Schristos while -T sets the variable bsd_style_output, which causes 2067*75fd0b74Schristos output matching Berkeley's gprof. The biggest differences 2068*75fd0b74Schristos are that with the FSF style output, the flat profile comes 2069*75fd0b74Schristos before the call graph; numbers come before explanations; 2070*75fd0b74Schristos and there is less gratuitous white space. 2071*75fd0b74Schristos * gprof.h, gprof.c, printfgprof.c: New discard_underscores 2072*75fd0b74Schristos variable causes discarding of initial underscores when 2073*75fd0b74Schristos printing symbol names. It is set unless there is a "main" 2074*75fd0b74Schristos symbol (without an underscore). 2075*75fd0b74Schristos * printfgprof.c: New function printnameonly(), called 2076*75fd0b74Schristos by printname(). It handles stripping of initial '_', 2077*75fd0b74Schristos as well as C++ name-demangling. 2078*75fd0b74Schristos * gprof.callg, gprof.flat, make-c-prog.awk: Removed. 2079*75fd0b74Schristos It is just as convenient to edit blurbs.c directly. 2080*75fd0b74Schristos * Makefile.in: Removed rule for making blurbs.c. 2081*75fd0b74Schristos * blurbs.c: This is now a true source file (as opposed 2082*75fd0b74Schristos to being generated from gprof.callg and gprof.flat). 2083*75fd0b74Schristos Change style to use one long string literal, instead of 2084*75fd0b74Schristos one literal per output line. Add FSF-style blurb for call graph. 2085*75fd0b74Schristos 2086*75fd0b74SchristosWed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) 2087*75fd0b74Schristos 2088*75fd0b74Schristos * Makefile.in: always create installation directories. 2089*75fd0b74Schristos 2090*75fd0b74SchristosWed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com) 2091*75fd0b74Schristos 2092*75fd0b74Schristos * Makefile.in: change ${MACHINE} to $(MACHINE). 2093*75fd0b74Schristos 2094*75fd0b74SchristosSun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2095*75fd0b74Schristos 2096*75fd0b74Schristos * Makefile.in: removed installation of the now useless 2097*75fd0b74Schristos call.{flag,callg} files. 2098*75fd0b74Schristos 2099*75fd0b74Schristos * gprof.1: now uses the standard man macros instead of the new BSD 2100*75fd0b74Schristos mandoc macros. 2101*75fd0b74Schristos 2102*75fd0b74SchristosSun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com) 2103*75fd0b74Schristos 2104*75fd0b74Schristos * configure.in: Remove host section, expand target section. 2105*75fd0b74Schristos * config/mt-{tahoe,vax}: Add, to match existing support files. 2106*75fd0b74Schristos * config/tmake-*: Remove leftover crud. 2107*75fd0b74Schristos 2108*75fd0b74Schristos * blurbs.c: New file, created from gprof.flat and gprof.callg by 2109*75fd0b74Schristos * make-c-prog.awk: which processes text files into C programs. 2110*75fd0b74Schristos * printgprof.c (flatprofheader, gprofheader): Call new functions 2111*75fd0b74Schristos to print blurbs. 2112*75fd0b74Schristos (printblurb): Remove. 2113*75fd0b74Schristos * Makefile.in: Infrastructure to build blurbs. 2114*75fd0b74Schristos * pathnames.h: has been removed. Gprof now has no filename 2115*75fd0b74Schristos dependencies in it. 2116*75fd0b74Schristos * gprof.c: Lint. 2117*75fd0b74Schristos 2118*75fd0b74SchristosSat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 2119*75fd0b74Schristos 2120*75fd0b74Schristos * Makefile.in: define man1dir and install the man page 2121*75fd0b74Schristos 2122*75fd0b74SchristosFri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com) 2123*75fd0b74Schristos 2124*75fd0b74Schristos * Makefile.in: added dummy info and install-info targets 2125*75fd0b74Schristos 2126*75fd0b74SchristosThu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com) 2127*75fd0b74Schristos 2128*75fd0b74Schristos * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for 2129*75fd0b74Schristos help in debugging the problem (with -DDEBUG) 2130*75fd0b74Schristos * gprof.c: symbol values are now real values, don't add the vma 2131*75fd0b74Schristos anymore. (done for solaris; should verify this on other platforms) 2132*75fd0b74Schristos 2133*75fd0b74SchristosCopyright (C) 1992-2003 Free Software Foundation, Inc. 2134*75fd0b74Schristos 2135*75fd0b74SchristosCopying and distribution of this file, with or without modification, 2136*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 2137*75fd0b74Schristosnotice and this notice are preserved. 2138*75fd0b74Schristos 2139*75fd0b74SchristosLocal Variables: 2140*75fd0b74Schristosmode: change-log 2141*75fd0b74Schristosleft-margin: 8 2142*75fd0b74Schristosfill-column: 74 2143*75fd0b74Schristosversion-control: never 2144*75fd0b74SchristosEnd: 2145