diff options
author | Alan Modra <amodra@gmail.com> | 2001-03-14 03:14:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-03-14 03:14:56 +0000 |
commit | 0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (patch) | |
tree | 849fb8ae327bfed38a9afe6c45bed35e4a96703a /gprof/acconfig.h | |
parent | 04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4 (diff) | |
download | gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.zip gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.gz gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.bz2 |
David Mosberger's fixes for cross compiling gprof.
Diffstat (limited to 'gprof/acconfig.h')
-rw-r--r-- | gprof/acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/acconfig.h b/gprof/acconfig.h new file mode 100644 index 0000000..11991dd --- /dev/null +++ b/gprof/acconfig.h @@ -0,0 +1,2 @@ +/* Define as the size of a pointer in the target profile file format. */ +#undef GMON_PTR_SIZE |