mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-13 03:48:49 +08:00
Turn off default excluded functions in FLAT profile.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-22 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* gprof.c (main): Turn off default excluded functions in FLAT
|
||||||
|
profile.
|
||||||
|
|
||||||
2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||||
|
|
||||||
* gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if
|
* gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if
|
||||||
|
@ -512,9 +512,7 @@ This program is free software. This program has absolutely no warranty.\n"));
|
|||||||
{
|
{
|
||||||
sym_id_add (*sp, EXCL_TIME);
|
sym_id_add (*sp, EXCL_TIME);
|
||||||
sym_id_add (*sp, EXCL_GRAPH);
|
sym_id_add (*sp, EXCL_GRAPH);
|
||||||
#ifdef __alpha__
|
|
||||||
sym_id_add (*sp, EXCL_FLAT);
|
sym_id_add (*sp, EXCL_FLAT);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user