[PATCH] gprof: Copy a simple test from glibc

Jan Beulich jbeulich@suse.com
Fri Mar 28 08:46:02 GMT 2025


On 07.03.2025 00:00, H.J. Lu wrote:
> Copy a simple gprof test from glibc to test the basic gprof functionality.
> 
> PR gprof/32764
> * Makefile.am (SUBDIRS): Add testsuite
> * configure.ac (AC_CONFIG_FILES): Removed.
> (AC_OUTPUT): Add Makefile testsuite/Makefile
> po/Makefile.in:po/Make-in.
> (AM_CONDITIONAL): Add NATIVE.
> * Makefile.in: Regenerated.
> * configure: Likewise.
> * testsuite/Makefile.am: New file.
> * testsuite/tst-gmon-gprof.sh: Likewise.
> * testsuite/tst-gmon.c: Likewise.
> * testsuite/Makefile.in: Generated.

This and the other new test fail for me on both x86-64 systems I tried - the
f3 line isn't present in gprof output. I fear I don't have the time to
investigate from grounds up. IOW either I need pointers that make
investigation reasonably easy, or I'll propose to disable the tests again
until this is sorted. The one thing I did check is that the object file has
all the supposed calls to mcount(). If it matters, one system is using gcc5,
the other gcc7.

Jan


More information about the Binutils mailing list