diff options
| author | mrg <mrg@NetBSD.org> | 2004-12-08 15:13:33 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2004-12-08 15:13:33 +0000 |
| commit | ca2ba2d989c252b8aa5257b00e7ecba74cf89a2d (patch) | |
| tree | 36e0c7b2fc589ccad3a140687f832ebb785f362e /gnu/lib/libopcodes | |
| parent | c47c675845e47cc38e2123ef591a69ec8dd89c77 (diff) | |
mknative for i386, sparc & sparc64 for binutils 2.15.
bump shlib.
Diffstat (limited to 'gnu/lib/libopcodes')
| -rw-r--r-- | gnu/lib/libopcodes/arch/i386/config.h | 13 | ||||
| -rw-r--r-- | gnu/lib/libopcodes/arch/i386/defs.mk | 4 | ||||
| -rw-r--r-- | gnu/lib/libopcodes/arch/sparc/config.h | 13 | ||||
| -rw-r--r-- | gnu/lib/libopcodes/arch/sparc/defs.mk | 4 | ||||
| -rw-r--r-- | gnu/lib/libopcodes/arch/sparc64/config.h | 13 | ||||
| -rw-r--r-- | gnu/lib/libopcodes/arch/sparc64/defs.mk | 4 |
6 files changed, 12 insertions, 39 deletions
diff --git a/gnu/lib/libopcodes/arch/i386/config.h b/gnu/lib/libopcodes/arch/i386/config.h index ece6b6c0908..788b5b61865 100644 --- a/gnu/lib/libopcodes/arch/i386/config.h +++ b/gnu/lib/libopcodes/arch/i386/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.1 2003/11/27 10:12:02 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -29,9 +29,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -113,12 +110,6 @@ /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 -/* Define if you have the <sys/stat.h> header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the <sys/types.h> header file. */ -/* #undef HAVE_SYS_TYPES_H */ - /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -129,7 +120,7 @@ #define PACKAGE "opcodes" /* Version number of package */ -#define VERSION "2.14" +#define VERSION "2.15" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/lib/libopcodes/arch/i386/defs.mk b/gnu/lib/libopcodes/arch/i386/defs.mk index d33d1821fdf..5984a36441f 100644 --- a/gnu/lib/libopcodes/arch/i386/defs.mk +++ b/gnu/lib/libopcodes/arch/i386/defs.mk @@ -1,6 +1,6 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.1 2003/11/27 10:12:02 mrg Exp +# Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp # G_archdefs=-DARCH_i386 G_BFD_MACHINES=i386-dis.lo -G_libopcodes_la_SOURCES=dis-buf.c disassemble.c +G_libopcodes_la_SOURCES=dis-buf.c disassemble.c dis-init.c diff --git a/gnu/lib/libopcodes/arch/sparc/config.h b/gnu/lib/libopcodes/arch/sparc/config.h index ff45def2757..788b5b61865 100644 --- a/gnu/lib/libopcodes/arch/sparc/config.h +++ b/gnu/lib/libopcodes/arch/sparc/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -29,9 +29,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -113,12 +110,6 @@ /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 -/* Define if you have the <sys/stat.h> header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the <sys/types.h> header file. */ -/* #undef HAVE_SYS_TYPES_H */ - /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -129,7 +120,7 @@ #define PACKAGE "opcodes" /* Version number of package */ -#define VERSION "2.14" +#define VERSION "2.15" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/lib/libopcodes/arch/sparc/defs.mk b/gnu/lib/libopcodes/arch/sparc/defs.mk index 6e09c39aaad..ce2bf3f00a8 100644 --- a/gnu/lib/libopcodes/arch/sparc/defs.mk +++ b/gnu/lib/libopcodes/arch/sparc/defs.mk @@ -1,6 +1,6 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp +# Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp # G_archdefs=-DARCH_sparc G_BFD_MACHINES=sparc-dis.lo sparc-opc.lo -G_libopcodes_la_SOURCES=dis-buf.c disassemble.c +G_libopcodes_la_SOURCES=dis-buf.c disassemble.c dis-init.c diff --git a/gnu/lib/libopcodes/arch/sparc64/config.h b/gnu/lib/libopcodes/arch/sparc64/config.h index ff45def2757..788b5b61865 100644 --- a/gnu/lib/libopcodes/arch/sparc64/config.h +++ b/gnu/lib/libopcodes/arch/sparc64/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -29,9 +29,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -113,12 +110,6 @@ /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 -/* Define if you have the <sys/stat.h> header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the <sys/types.h> header file. */ -/* #undef HAVE_SYS_TYPES_H */ - /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -129,7 +120,7 @@ #define PACKAGE "opcodes" /* Version number of package */ -#define VERSION "2.14" +#define VERSION "2.15" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ diff --git a/gnu/lib/libopcodes/arch/sparc64/defs.mk b/gnu/lib/libopcodes/arch/sparc64/defs.mk index 6e09c39aaad..ce2bf3f00a8 100644 --- a/gnu/lib/libopcodes/arch/sparc64/defs.mk +++ b/gnu/lib/libopcodes/arch/sparc64/defs.mk @@ -1,6 +1,6 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp +# Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp # G_archdefs=-DARCH_sparc G_BFD_MACHINES=sparc-dis.lo sparc-opc.lo -G_libopcodes_la_SOURCES=dis-buf.c disassemble.c +G_libopcodes_la_SOURCES=dis-buf.c disassemble.c dis-init.c |
