Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu add the mips64 files as found on the matt-nb5-mips64 bra...



details:   https://anonhg.NetBSD.org/src/rev/3182e0c505de
branches:  trunk
changeset: 750002:3182e0c505de
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 14 02:26:28 2009 +0000

description:
add the mips64 files as found on the matt-nb5-mips64 branch,
for base-reference.

diffstat:

 gnu/lib/crtstuff4/arch/mips64eb.mk                   |    10 +
 gnu/lib/crtstuff4/arch/mips64el.mk                   |    10 +
 gnu/lib/libgcc4/arch/mips64eb.mk                     |    22 +
 gnu/lib/libgcc4/arch/mips64el.mk                     |    22 +
 gnu/lib/libgcc4/libgcov/arch/mips64eb/defs.mk        |     5 +
 gnu/lib/libgcc4/libgcov/arch/mips64eb/gcov-iov.h     |     8 +
 gnu/lib/libgcc4/libgcov/arch/mips64el/defs.mk        |     5 +
 gnu/lib/libgcc4/libgcov/arch/mips64el/gcov-iov.h     |     8 +
 gnu/lib/libobjc4/arch/mips64eb/config.h              |    63 +
 gnu/lib/libobjc4/arch/mips64eb/defs.mk               |    10 +
 gnu/lib/libobjc4/arch/mips64el/config.h              |    63 +
 gnu/lib/libobjc4/arch/mips64el/defs.mk               |    10 +
 gnu/lib/libstdc++-v3_4/arch/mips64eb/c++allocator.h  |    41 +
 gnu/lib/libstdc++-v3_4/arch/mips64eb/c++config.h     |  1144 ++++++++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/config.h        |  1037 +++++++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/cxxabi_tweaks.h |    60 +
 gnu/lib/libstdc++-v3_4/arch/mips64eb/defs.mk         |    33 +
 gnu/lib/libstdc++-v3_4/arch/mips64eb/gthr-default.h  |   622 ++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/gthr-posix.h    |   622 ++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/gthr-single.h   |   262 +++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/gthr-tpf.h      |   200 ++
 gnu/lib/libstdc++-v3_4/arch/mips64eb/gthr.h          |   129 +
 gnu/lib/libstdc++-v3_4/arch/mips64el/c++allocator.h  |    41 +
 gnu/lib/libstdc++-v3_4/arch/mips64el/c++config.h     |  1144 ++++++++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64el/config.h        |  1037 +++++++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64el/cxxabi_tweaks.h |    60 +
 gnu/lib/libstdc++-v3_4/arch/mips64el/defs.mk         |    33 +
 gnu/lib/libstdc++-v3_4/arch/mips64el/gthr-default.h  |   622 ++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64el/gthr-posix.h    |   622 ++++++++
 gnu/lib/libstdc++-v3_4/arch/mips64el/gthr-single.h   |   262 +++
 gnu/lib/libstdc++-v3_4/arch/mips64el/gthr-tpf.h      |   200 ++
 gnu/lib/libstdc++-v3_4/arch/mips64el/gthr.h          |   129 +
 gnu/usr.bin/gcc4/arch/mips64eb/auto-host.h           |  1378 ++++++++++++++++++
 gnu/usr.bin/gcc4/arch/mips64eb/bconfig.h             |    11 +
 gnu/usr.bin/gcc4/arch/mips64eb/config.h              |    11 +
 gnu/usr.bin/gcc4/arch/mips64eb/configargs.h          |    11 +
 gnu/usr.bin/gcc4/arch/mips64eb/defs.mk               |    52 +
 gnu/usr.bin/gcc4/arch/mips64eb/gencheck.h            |     6 +
 gnu/usr.bin/gcc4/arch/mips64eb/gthr-default.h        |     5 +
 gnu/usr.bin/gcc4/arch/mips64eb/multilib.h            |    28 +
 gnu/usr.bin/gcc4/arch/mips64eb/tm.h                  |    29 +
 gnu/usr.bin/gcc4/arch/mips64el/auto-host.h           |  1378 ++++++++++++++++++
 gnu/usr.bin/gcc4/arch/mips64el/bconfig.h             |    11 +
 gnu/usr.bin/gcc4/arch/mips64el/config.h              |    11 +
 gnu/usr.bin/gcc4/arch/mips64el/configargs.h          |    11 +
 gnu/usr.bin/gcc4/arch/mips64el/defs.mk               |    52 +
 gnu/usr.bin/gcc4/arch/mips64el/gencheck.h            |     6 +
 gnu/usr.bin/gcc4/arch/mips64el/gthr-default.h        |     5 +
 gnu/usr.bin/gcc4/arch/mips64el/multilib.h            |    28 +
 gnu/usr.bin/gcc4/arch/mips64el/tm.h                  |    32 +
 gnu/usr.bin/gcc4/libcpp/arch/mips64eb/config.h       |   287 +++
 gnu/usr.bin/gcc4/libcpp/arch/mips64el/config.h       |   287 +++
 gnu/usr.bin/gcc4/libiberty/arch/mips64eb/config.h    |   449 +++++
 gnu/usr.bin/gcc4/libiberty/arch/mips64el/config.h    |   449 +++++
 54 files changed, 13073 insertions(+), 0 deletions(-)

diffs (truncated from 13289 to 300 lines):

diff -r 552444521b1d -r 3182e0c505de gnu/lib/crtstuff4/arch/mips64eb.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/crtstuff4/arch/mips64eb.mk        Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include 
+G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. 
-I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time 
+G_CRTSTUFF_T_CFLAGS=-fPIC
+G_tm_defines=NETBSD_ENABLE_PTHREADS MIPS_ABI_DEFAULT=ABI_N32
+G_xm_file=
+G_xm_defines=
diff -r 552444521b1d -r 3182e0c505de gnu/lib/crtstuff4/arch/mips64el.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/crtstuff4/arch/mips64el.mk        Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include 
+G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. 
-I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time 
+G_CRTSTUFF_T_CFLAGS=-fPIC
+G_tm_defines=TARGET_ENDIAN_DEFAULT=0  NETBSD_ENABLE_PTHREADS MIPS_ABI_DEFAULT=ABI_N32
+G_xm_file=
+G_xm_defines=
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/arch/mips64eb.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/arch/mips64eb.mk  Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,22 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include 
+G_LIB2ADD=
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB1ASMFUNCS=
+G_LIB1ASMSRC=
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
+G_LIBGCC2_CFLAGS=-O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED 
+G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
+G_SHLIB_MKMAP_OPTS=
+G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver
+G_SHLIB_NM_FLAGS=-pg
+G_EXTRA_HEADERS=
+G_xm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS MIPS_ABI_DEFAULT=ABI_N32
+G_COLLECT2=collect2
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
+G_xm_include_list=auto-host.h ansidecl.h
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/arch/mips64el.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/arch/mips64el.mk  Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,22 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include 
+G_LIB2ADD=
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB1ASMFUNCS=
+G_LIB1ASMSRC=
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
+G_LIBGCC2_CFLAGS=-O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED 
+G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
+G_SHLIB_MKMAP_OPTS=
+G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver
+G_SHLIB_NM_FLAGS=-pg
+G_EXTRA_HEADERS=
+G_xm_defines=
+G_tm_defines=TARGET_ENDIAN_DEFAULT=0  NETBSD_ENABLE_PTHREADS MIPS_ABI_DEFAULT=ABI_N32
+G_COLLECT2=collect2
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
+G_xm_include_list=auto-host.h ansidecl.h
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/libgcov/arch/mips64eb/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/mips64eb/defs.mk     Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,5 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_LIBGCOV=_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler 
_gcov_pow2_profiler _gcov_one_value_profiler
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/libgcov/arch/mips64eb/gcov-iov.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/mips64eb/gcov-iov.h  Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,8 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* Generated automatically by the program `build/gcov-iov'
+   from `4.1.3 (4 1) and prerelease (p)'.  */
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x34303170)  /* 401p */
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/libgcov/arch/mips64el/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/mips64el/defs.mk     Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,5 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_LIBGCOV=_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler 
_gcov_pow2_profiler _gcov_one_value_profiler
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libgcc4/libgcov/arch/mips64el/gcov-iov.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/mips64el/gcov-iov.h  Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,8 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.23 2008/02/08 18:06:48 skrll Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* Generated automatically by the program `build/gcov-iov'
+   from `4.1.3 (4 1) and prerelease (p)'.  */
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x34303170)  /* 401p */
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libobjc4/arch/mips64eb/config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libobjc4/arch/mips64eb/config.h   Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,63 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* config.h.  Generated by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define if the compiler has a thread header that is non single. */
+#define HAVE_GTHR_DEFAULT 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <sched.h> header file. */
+#define HAVE_SCHED_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "package-unused"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "package-unused version-unused"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "libobjc"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "version-unused"
+
+/* Define if the compiler is configured for setjmp/longjmp exceptions. */
+/* #undef SJLJ_EXCEPTIONS */
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libobjc4/arch/mips64eb/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libobjc4/arch/mips64eb/defs.mk    Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
+G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libobjc   -O2   -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions
+G_INCLUDES=-I${GNUHOSTDIST}/libobjc/objc  -I${GNUHOSTDIST}/libobjc/../gcc -I${GNUHOSTDIST}/libobjc/../gcc/config -I../.././gcc -I${GNUHOSTDIST}/libobjc/../include
+G_OBJS=archive.lo class.lo encoding.lo gc.lo hash.lo init.lo linking.lo misc.lo nil_method.lo NXConstStr.lo Object.lo objects.lo Protocol.lo sarray.lo selector.lo sendmsg.lo thr.lo thr-objc.lo 
exception.lo hash_compat.lo
+G_OBJC_H=hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h objc-decls.h
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libobjc4/arch/mips64el/config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libobjc4/arch/mips64el/config.h   Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,63 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* config.h.  Generated by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define if the compiler has a thread header that is non single. */
+#define HAVE_GTHR_DEFAULT 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <sched.h> header file. */
+#define HAVE_SCHED_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "package-unused"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "package-unused version-unused"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "libobjc"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "version-unused"
+
+/* Define if the compiler is configured for setjmp/longjmp exceptions. */
+/* #undef SJLJ_EXCEPTIONS */
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libobjc4/arch/mips64el/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libobjc4/arch/mips64el/defs.mk    Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
+G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libobjc   -O2   -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions
+G_INCLUDES=-I${GNUHOSTDIST}/libobjc/objc  -I${GNUHOSTDIST}/libobjc/../gcc -I${GNUHOSTDIST}/libobjc/../gcc/config -I../.././gcc -I${GNUHOSTDIST}/libobjc/../include
+G_OBJS=archive.lo class.lo encoding.lo gc.lo hash.lo init.lo linking.lo misc.lo nil_method.lo NXConstStr.lo Object.lo objects.lo Protocol.lo sarray.lo selector.lo sendmsg.lo thr.lo thr-objc.lo 
exception.lo hash_compat.lo
+G_OBJC_H=hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h objc-decls.h
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
diff -r 552444521b1d -r 3182e0c505de gnu/lib/libstdc++-v3_4/arch/mips64eb/c++allocator.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libstdc++-v3_4/arch/mips64eb/c++allocator.h       Mon Dec 14 02:26:28 2009 +0000
@@ -0,0 +1,41 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
+
+// Base to std::allocator -*- C++ -*-
+
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+//
+// This file is part of the GNU ISO C++ Library.  This library is free
+// software; you can redistribute it and/or modify it under the
+// terms of the GNU General Public License as published by the
+// Free Software Foundation; either version 2, or (at your option)



Home | Main Index | Thread Index | Old Index