diff options
| author | tv <tv@NetBSD.org> | 2001-08-14 05:14:59 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-08-14 05:14:59 +0000 |
| commit | 75c2396dcceccd20f8553ba661ac3ebd04f79e46 (patch) | |
| tree | b53a8115db69bb4cf35a44fa1d71d75771ef7a88 /gnu/usr.bin/binutils/gprof | |
| parent | 2634f75160a08e3b85e70a1fccb12df06f6e8727 (diff) | |
Regen.
Diffstat (limited to 'gnu/usr.bin/binutils/gprof')
| -rw-r--r-- | gnu/usr.bin/binutils/gprof/arch/i386/defs.mk | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h | 26 |
2 files changed, 12 insertions, 18 deletions
diff --git a/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk b/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk index 4dceb44fe77..8f800402556 100644 --- a/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk +++ b/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk @@ -1,7 +1,7 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp +# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp # G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/gprof -I. -G_gprof_OBJECTS=basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o +G_gprof_OBJECTS=basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o G_INCLUDES=-D_GNU_SOURCE -DDEBUG -I../bfd -I${DIST}/gprof/../include -I${DIST}/gprof/../bfd -I${DIST}/gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/share/locale\"" G_TEXINFOS=gprof.texi diff --git a/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h b/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h index 48d6a45ab57..c471dddc309 100644 --- a/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h +++ b/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp */ +/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */ /* gconfig.h. Generated automatically by configure. */ /* gconfig.in. Generated automatically from configure.in by autoheader. */ @@ -47,6 +47,9 @@ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* Define as the size of a pointer in the target profile file format. */ +#define GMON_PTR_SIZE 4 + /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ @@ -57,7 +60,7 @@ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the dcgettext function. */ -#define HAVE_DCGETTEXT 1 +/* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -107,6 +110,9 @@ /* Define if you have the <string.h> header file. */ #define HAVE_STRING_H 1 +/* Define if you have the <sys/gmon_out.h> header file. */ +/* #undef HAVE_SYS_GMON_OUT_H */ + /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 @@ -116,23 +122,11 @@ /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ -/* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if NLS is requested */ -#define ENABLE_NLS 1 - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#define HAVE_GETTEXT 1 - /* Name of package */ #define PACKAGE "gprof" /* Version number of package */ -#define VERSION "2.11" +#define VERSION "2.11.2" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ @@ -144,5 +138,5 @@ #define ENABLE_NLS 1 /* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#define HAVE_GETTEXT 1 +/* #undef HAVE_GETTEXT */ |
