diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-21 03:41:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-21 03:41:21 +0000 |
commit | e2f8ffb736886de349eadebffe1274fddea5d077 (patch) | |
tree | fab3dfe3eaafe43b83a3673b49b42f3bacf0128f /sim/mips/Makefile.in | |
parent | 70ee778220f5c416d29fab38d9331e659d43c6a6 (diff) | |
download | gdb-e2f8ffb736886de349eadebffe1274fddea5d077.zip gdb-e2f8ffb736886de349eadebffe1274fddea5d077.tar.gz gdb-e2f8ffb736886de349eadebffe1274fddea5d077.tar.bz2 |
Delete profile support from MIPS simulator, use sim/common/sim-profile
module instead.
Generate a "gmon.out" (gprof) when profiling the target PC.
Add target PC profiling option --profile-pc-granularity (bucket size)
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index fe9fb02..194e639 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -21,6 +21,7 @@ SIM_OBJS = interp.o \ sim-module.o \ sim-trace.o \ sim-options.o \ + sim-profile.o \ sim-core.o \ sim-watch.o |