summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-08-14 05:14:59 +0000
committertv <tv@NetBSD.org>2001-08-14 05:14:59 +0000
commit75c2396dcceccd20f8553ba661ac3ebd04f79e46 (patch)
treeb53a8115db69bb4cf35a44fa1d71d75771ef7a88 /gnu/lib
parent2634f75160a08e3b85e70a1fccb12df06f6e8727 (diff)
Regen.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libbfd/arch/i386/bfd.h29
-rw-r--r--gnu/lib/libbfd/arch/i386/config.h17
-rw-r--r--gnu/lib/libbfd/arch/i386/defs.mk4
-rw-r--r--gnu/lib/libg2c/arch/i386/config.h2
-rw-r--r--gnu/lib/libg2c/arch/i386/defs.mk2
-rw-r--r--gnu/lib/libg2c/arch/i386/g2c.h2
-rw-r--r--gnu/lib/libgcc/i386.mk2
-rw-r--r--gnu/lib/libiberty/arch/i386/config.h2
-rw-r--r--gnu/lib/libiberty/arch/i386/defs.mk2
-rw-r--r--gnu/lib/libobjc/i386.mk2
-rw-r--r--gnu/lib/libstdc++/arch/i386/_G_config.h2
-rw-r--r--gnu/lib/libstdc++/arch/i386/defs.mk2
12 files changed, 47 insertions, 21 deletions
diff --git a/gnu/lib/libbfd/arch/i386/bfd.h b/gnu/lib/libbfd/arch/i386/bfd.h
index 7692809e57b..446e7e623fb 100644
--- a/gnu/lib/libbfd/arch/i386/bfd.h
+++ b/gnu/lib/libbfd/arch/i386/bfd.h
@@ -1,8 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
/* Main header file for the bfd library -- portable access to object files.
- Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001
Free Software Foundation, Inc.
Contributed by Cygnus Support.
@@ -55,7 +56,7 @@ extern "C" {
#include "ansidecl.h"
/* These two lines get substitutions done by commands in Makefile.in. */
-#define BFD_VERSION "2.11"
+#define BFD_VERSION "2.11.2"
#define BFD_ARCH_SIZE 32
#define BFD_HOST_64BIT_LONG 0
#if 0
@@ -1130,6 +1131,10 @@ typedef struct sec
/* A mark flag used by some of the linker backends. */
unsigned int linker_mark : 1;
+ /* Another mark flag used by some of the linker backends. Set for
+ output sections that have a input section. */
+ unsigned int linker_has_input : 1;
+
/* A mark flag used by some linker backends for garbage collection. */
unsigned int gc_mark : 1;
@@ -1364,6 +1369,10 @@ enum bfd_architecture
#define bfd_mach_m68040 6
#define bfd_mach_m68060 7
#define bfd_mach_cpu32 8
+#define bfd_mach_mcf5200 9
+#define bfd_mach_mcf5206e 10
+#define bfd_mach_mcf5307 11
+#define bfd_mach_mcf5407 12
bfd_arch_vax, /* DEC Vax */
bfd_arch_i960, /* Intel 960 */
/* The order of the following is important.
@@ -1415,6 +1424,7 @@ enum bfd_architecture
#define bfd_mach_mips6000 6000
#define bfd_mach_mips8000 8000
#define bfd_mach_mips10000 10000
+#define bfd_mach_mips12000 12000
#define bfd_mach_mips16 16
#define bfd_mach_mips32 32
#define bfd_mach_mips32_4k 3204113 /* 32, 04, octal 'K' */
@@ -1919,7 +1929,9 @@ relocation types already defined. */
BFD_RELOC_SPARC_GLOB_DAT,
BFD_RELOC_SPARC_JMP_SLOT,
BFD_RELOC_SPARC_RELATIVE,
+ BFD_RELOC_SPARC_UA16,
BFD_RELOC_SPARC_UA32,
+ BFD_RELOC_SPARC_UA64,
/* I think these are specific to SPARC a.out (e.g., Sun 4). */
BFD_RELOC_SPARC_BASE13,
@@ -2071,6 +2083,17 @@ to compensate for the borrow when the low bits are added. */
BFD_RELOC_MIPS_GOT_PAGE,
BFD_RELOC_MIPS_GOT_OFST,
BFD_RELOC_MIPS_GOT_DISP,
+ BFD_RELOC_MIPS_SHIFT5,
+ BFD_RELOC_MIPS_SHIFT6,
+ BFD_RELOC_MIPS_INSERT_A,
+ BFD_RELOC_MIPS_INSERT_B,
+ BFD_RELOC_MIPS_DELETE,
+ BFD_RELOC_MIPS_HIGHEST,
+ BFD_RELOC_MIPS_HIGHER,
+ BFD_RELOC_MIPS_SCN_DISP,
+ BFD_RELOC_MIPS_REL16,
+ BFD_RELOC_MIPS_RELGOT,
+ BFD_RELOC_MIPS_JALR,
/* i386/elf relocations */
diff --git a/gnu/lib/libbfd/arch/i386/config.h b/gnu/lib/libbfd/arch/i386/config.h
index 0e9168b30f6..edf49ce707b 100644
--- a/gnu/lib/libbfd/arch/i386/config.h
+++ b/gnu/lib/libbfd/arch/i386/config.h
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -60,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 fcntl function. */
#define HAVE_FCNTL 1
@@ -180,7 +180,7 @@
#define PACKAGE "bfd"
/* Version number of package */
-#define VERSION "2.11"
+#define VERSION "2.11.2"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -192,7 +192,7 @@
#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 */
/* Use b modifier when opening binary files? */
/* #undef USE_BINARY_FOPEN */
@@ -294,6 +294,9 @@
/* 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 */
@@ -319,7 +322,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
@@ -384,7 +387,7 @@
/* Name of package */
/* Version number of package */
-#define VERSION "2.11"
+#define VERSION "2.11.2"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -396,5 +399,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 */
diff --git a/gnu/lib/libbfd/arch/i386/defs.mk b/gnu/lib/libbfd/arch/i386/defs.mk
index 578c18d0440..ab6f874b361 100644
--- a/gnu/lib/libbfd/arch/i386/defs.mk
+++ b/gnu/lib/libbfd/arch/i386/defs.mk
@@ -1,7 +1,7 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp
+# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
#
-G_libbfd_la_DEPENDENCIES=elf32-i386.lo elf32.lo elf.lo elflink.lo dwarf1.lo i386bsd.lo aout32.lo i386netbsd.lo netbsdaout.lo pe-i386.lo peigen.lo cofflink.lo pei-i386.lo coff-i386.lo i386linux.lo elf32-gen.lo cpu-i386.lo netbsd-core.lo ofiles
+G_libbfd_la_DEPENDENCIES=elf32-i386.lo elf32.lo elf.lo elflink.lo dwarf1.lo i386bsd.lo aout32.lo i386netbsdlo netbsdaout.lo pe-i386.lo peigen.lo cofflink.lo pei-i386.lo coff-i386.lo i386linux.lo elf32-gen.lo cpu-i386.lo netbsd-core.lo ofiles
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo dwarf2.lo
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/bfd -I.
G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I${DIST}/bfd -I${DIST}/bfd/../include -I${DIST}/bfd/../intl -I../intl
diff --git a/gnu/lib/libg2c/arch/i386/config.h b/gnu/lib/libg2c/arch/i386/config.h
index be9dbe46888..64c6c207f42 100644
--- a/gnu/lib/libg2c/arch/i386/config.h
+++ b/gnu/lib/libg2c/arch/i386/config.h
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
/* config.h. Generated automatically by configure. */
/* config.hin. Generated automatically from configure.in by autoheader. */
diff --git a/gnu/lib/libg2c/arch/i386/defs.mk b/gnu/lib/libg2c/arch/i386/defs.mk
index 41abc50db7a..551fc3f45c4 100644
--- a/gnu/lib/libg2c/arch/i386/defs.mk
+++ b/gnu/lib/libg2c/arch/i386/defs.mk
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
+# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp
#
G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug
G_ALL_CFLAGS=-I. -I${DIST}/libf2c/libF77 -I.. -I${DIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -g -O2
diff --git a/gnu/lib/libg2c/arch/i386/g2c.h b/gnu/lib/libg2c/arch/i386/g2c.h
index c79b6a58176..58a4a15577b 100644
--- a/gnu/lib/libg2c/arch/i386/g2c.h
+++ b/gnu/lib/libg2c/arch/i386/g2c.h
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */
diff --git a/gnu/lib/libgcc/i386.mk b/gnu/lib/libgcc/i386.mk
index 497397810a5..dd1c653847b 100644
--- a/gnu/lib/libgcc/i386.mk
+++ b/gnu/lib/libgcc/i386.mk
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp
+# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
#
G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h
G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o
diff --git a/gnu/lib/libiberty/arch/i386/config.h b/gnu/lib/libiberty/arch/i386/config.h
index b207c4730b5..47f5c511802 100644
--- a/gnu/lib/libiberty/arch/i386/config.h
+++ b/gnu/lib/libiberty/arch/i386/config.h
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
diff --git a/gnu/lib/libiberty/arch/i386/defs.mk b/gnu/lib/libiberty/arch/i386/defs.mk
index 3ca8e1006c3..e292f98028c 100644
--- a/gnu/lib/libiberty/arch/i386/defs.mk
+++ b/gnu/lib/libiberty/arch/i386/defs.mk
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD
+# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
#
G_ALLOCA=
G_EXTRA_OFILES=
diff --git a/gnu/lib/libobjc/i386.mk b/gnu/lib/libobjc/i386.mk
index cba97690212..2dbe7ce4fdb 100644
--- a/gnu/lib/libobjc/i386.mk
+++ b/gnu/lib/libobjc/i386.mk
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
+# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp
#
G_ALL_CFLAGS=-I. -I${DIST}/libobjc -g -O2 -DIN_GCC
G_INCLUDES=-I${DIST}/libobjc/objc -I${DIST}/libobjc/../gcc -I${DIST}/libobjc/../gcc/config -I../../gcc -I${DIST}/libobjc/../include
diff --git a/gnu/lib/libstdc++/arch/i386/_G_config.h b/gnu/lib/libstdc++/arch/i386/_G_config.h
index c89e839ba1d..8e53774a618 100644
--- a/gnu/lib/libstdc++/arch/i386/_G_config.h
+++ b/gnu/lib/libstdc++/arch/i386/_G_config.h
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
+/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
/* AUTOMATICALLY GENERATED; DO NOT EDIT! */
#ifndef _G_config_h
diff --git a/gnu/lib/libstdc++/arch/i386/defs.mk b/gnu/lib/libstdc++/arch/i386/defs.mk
index a7eea33ba0c..646e7df1b65 100644
--- a/gnu/lib/libstdc++/arch/i386/defs.mk
+++ b/gnu/lib/libstdc++/arch/i386/defs.mk
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
+# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp
#
G_CINCLUDES=-I. -I${DIST}/libio
G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o