summaryrefslogtreecommitdiff
path: root/gprof/gconfig.in
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-01-31 19:21:54 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-01-31 19:21:54 +0000
commit92c9e32d9762942e69b263d2024c991031c789eb (patch)
tree69bfd232fefb6730ece9bf06e8c8411959e14a13 /gprof/gconfig.in
parentcbb4ee64b60ced520dffa6b5c7ed178df060ddd2 (diff)
downloadbinutils-redhat-92c9e32d9762942e69b263d2024c991031c789eb.tar.gz
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size. (Nick missed this file when he committed the patch.)
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r--gprof/gconfig.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in
index 1e6afc17ef..d1c2ebd38c 100644
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -40,9 +40,6 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Define as the size of a pointer in the target profile file format. */
-#undef GMON_PTR_SIZE
-
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT