CVS commit: src/lib/libc/gmon

2021-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 3 14:08:55 UTC 2021 Modified Files: src/lib/libc/gmon: gmon.c Log Message: PR/56246: Yuichiro Naito: gprof(1) never show call graphs when profiling multi-threaded application To generate a diff of this commit: cvs

CVS commit: src/lib/libc/gmon

2021-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 02:24:05 UTC 2021 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: Don't warn about frame pointer use for clang either. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/gmon

2019-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 6 18:14:10 UTC 2019 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: use the pico objects if we are making a PIC profiled library. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libc/gmon

2018-02-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 5 22:12:37 UTC 2018 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: copy the i386 workaround for amd64. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gmon/Makefile.inc Please

CVS commit: src/lib/libc/gmon

2014-09-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 17 11:37:28 UTC 2014 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: Use --no-warn only with GCC on MIPS. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gmon/Makefile.inc Please

CVS commit: src/lib/libc/gmon

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:27:32 UTC 2011 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: Instead of testing for all mips variants, just use MACHINE_CPU. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/gmon

2011-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 5 00:03:52 UTC 2011 Modified Files: src/lib/libc/gmon: gmon.c Log Message: Fix fdleak in #ifdef DEBUG. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gmon/gmon.c Please note

CVS commit: src/lib/libc/gmon

2010-01-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 17 23:09:02 UTC 2010 Modified Files: src/lib/libc/gmon: gmon.c Log Message: Close log file handle after using it. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gmon/gmon.c

CVS commit: src/lib/libc/gmon

2009-12-16 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 17 06:54:51 UTC 2009 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: don't warn about mcount on mips64* as well. XXX: someone really should fix mips profile.h's MCOUNT! To generate a diff of this commit: cvs