diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-31 19:21:54 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-31 19:21:54 +0000 |
commit | 4008250e4b34a06c446899f5d2c82015998a6627 (patch) | |
tree | 7f6b097b3d13ac4c0f1ee32303d71ec8d06db059 /gprof/gconfig.in | |
parent | bef8b55d3923dbc39a28be93a7bd982d22ec38ff (diff) | |
download | binutils-gdb-4008250e4b34a06c446899f5d2c82015998a6627.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.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |