From 1532b671570b0d0e2fdef245d85727d498145ef5 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 18 Oct 2001 05:45:26 +0000 Subject: [PATCH] Update from toolchain2netbsd run. (though some only have the updated toolchain2netbsd version run) --- gnu/lib/libg2c/arch/arm/config.h | 2 +- gnu/lib/libg2c/arch/arm/defs.mk | 2 +- gnu/lib/libg2c/arch/arm/g2c.h | 2 +- gnu/lib/libobjc/arm.mk | 2 +- gnu/lib/libstdc++/arch/arm/_G_config.h | 12 ++++++------ gnu/lib/libstdc++/arch/arm/defs.mk | 3 ++- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/lib/libg2c/arch/arm/config.h b/gnu/lib/libg2c/arch/arm/config.h index be9dbe468883..df3a92c243ea 100644 --- a/gnu/lib/libg2c/arch/arm/config.h +++ b/gnu/lib/libg2c/arch/arm/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.12 2001/08/14 05:17:59 tv Exp */ /* config.h. Generated automatically by configure. */ /* config.hin. Generated automatically from configure.in by autoheader. */ diff --git a/gnu/lib/libg2c/arch/arm/defs.mk b/gnu/lib/libg2c/arch/arm/defs.mk index 8223673eb5c5..a752c4e85fd4 100644 --- a/gnu/lib/libg2c/arch/arm/defs.mk +++ b/gnu/lib/libg2c/arch/arm/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.12 2001/08/14 05:17:59 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/arm/g2c.h b/gnu/lib/libg2c/arch/arm/g2c.h index c79b6a581763..e1a342abe26b 100644 --- a/gnu/lib/libg2c/arch/arm/g2c.h +++ b/gnu/lib/libg2c/arch/arm/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.12 2001/08/14 05:17:59 tv Exp */ /* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ diff --git a/gnu/lib/libobjc/arm.mk b/gnu/lib/libobjc/arm.mk index cba976902121..8336ef95e617 100644 --- a/gnu/lib/libobjc/arm.mk +++ b/gnu/lib/libobjc/arm.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.12 2001/08/14 05:17:59 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/arm/_G_config.h b/gnu/lib/libstdc++/arch/arm/_G_config.h index cf03696ef9db..687c12eeddfc 100644 --- a/gnu/lib/libstdc++/arch/arm/_G_config.h +++ b/gnu/lib/libstdc++/arch/arm/_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.12 2001/08/14 05:17:59 tv Exp */ /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ #ifndef _G_config_h @@ -29,7 +29,7 @@ typedef int _G_int32_t; typedef unsigned int _G_uint32_t; #endif -typedef unsigned long _G_clock_t; +typedef unsigned int _G_clock_t; typedef unsigned int _G_dev_t; typedef _G_llong _G_fpos_t; typedef unsigned int _G_gid_t; @@ -39,15 +39,15 @@ typedef unsigned int _G_nlink_t; typedef _G_llong _G_off_t; typedef int _G_pid_t; #ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int +#define __PTRDIFF_TYPE__ long int #endif typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; typedef int /* default */ _G_sigset_t; #ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int +#define __SIZE_TYPE__ unsigned long int #endif typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; +typedef int _G_time_t; typedef unsigned int _G_uid_t; typedef int _G_wchar_t; @@ -65,7 +65,7 @@ typedef int _G_wchar_t; #if !defined (__GNUG__) #define _G_NO_EXTERN_TEMPLATES #endif -typedef int _G_ssize_t; +typedef long int _G_ssize_t; typedef int _G_wint_t; typedef char * _G_va_list; #define _G_signal_return_type void diff --git a/gnu/lib/libstdc++/arch/arm/defs.mk b/gnu/lib/libstdc++/arch/arm/defs.mk index c94339ee592d..b13cfeeff5b9 100644 --- a/gnu/lib/libstdc++/arch/arm/defs.mk +++ b/gnu/lib/libstdc++/arch/arm/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.12 2001/08/14 05:17:59 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 @@ -16,3 +16,4 @@ G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NE G_STRIO=EXTRACT INSERT GETLINE STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h +LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h iostreamP.h istream.h libio.h libioP.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h