From: Jason Thorpe Date: Thu, 31 Jan 2002 19:21:54 +0000 (+0000) Subject: Deal with target architecture that have a pointer size that is different from X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4008250e4b34a06c446899f5d2c82015998a6627;p=binutils-gdb.git 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.) --- diff --git a/gprof/gconfig.in b/gprof/gconfig.in index 1e6afc17ef4..d1c2ebd38ce 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