* Add protoize and unprotoize. (Closes PR 6894.)
* Regen files with proper OS names and version numbers. * Clean up toolchain2netbsd somewhat, to get it ready to be cross-host compatible (more work to be done here, but it's getting closer). * Add framework for gdbreplay and gdbserver, but hold off on enabling these by default until low-nbsd.c is verified to work everywhere.
This commit is contained in:
parent
19241b97b5
commit
4c9a2ef7d3
|
@ -1,5 +1,7 @@
|
|||
# $NetBSD: tc.mi,v 1.3 2001/12/19 20:52:11 tv Exp $
|
||||
# $NetBSD: tc.mi,v 1.4 2001/12/19 23:54:16 tv Exp $
|
||||
./usr/bin/readelf comp-util-bin
|
||||
./usr/bin/protoize comp-c-bin
|
||||
./usr/bin/unprotoize comp-c-bin
|
||||
./usr/include/g++/FlexLexer.h comp-cxx-include
|
||||
./usr/include/g++/PlotFile.h comp-cxx-include
|
||||
./usr/include/g++/SFile.h comp-cxx-include
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.27 2001/12/15 03:37:36 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2001/12/19 23:54:16 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
.if !defined(BOOTSTRAP_NEW_TOOLCHAIN)
|
||||
SUBDIR+= libbfd libg2c libgcc libiberty libobjc libmalloc libstdc++
|
||||
.endif
|
||||
|
||||
.else
|
||||
#
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
/* Main header file for the bfd library -- portable access to object files.
|
||||
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 64
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_VERSION "2.11.2nb1"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -387,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11.2"
|
||||
#define VERSION "2.11.2nb1"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -1,15 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.15 2001/12/15 03:37:37 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2001/12/19 23:54:20 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
.if !defined(BOOTSTRAP_NEW_TOOLCHAIN)
|
||||
.include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk"
|
||||
|
||||
SUBDIR= common gas gprof ld ${G_PROGRAMS:C/-new$//:cxxfilt=c++filt}
|
||||
SUBDIR:= ${SUBDIR:O} # alphabetize
|
||||
.endif
|
||||
|
||||
.else
|
||||
#
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "arm-unknown-netbsdelfY"
|
||||
#define TARGET "arm--netbsdelfY"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "i386-unknown-netbsdelf"
|
||||
#define TARGET "i386--netbsdelf"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "m68k-unknown-netbsdelfY"
|
||||
#define TARGET "m68k--netbsdelf"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "mipseb-unknown-netbsd"
|
||||
#define TARGET "mipseb--netbsd"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "mipsel-unknown-netbsd"
|
||||
#define TARGET "mipsel--netbsd"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "powerpc-unknown-netbsdX"
|
||||
#define TARGET "powerpc--netbsd"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "sparc-unknown-netbsdelf"
|
||||
#define TARGET "sparc--netbsdelf"
|
||||
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "sparc64-unknown-netbsd"
|
||||
#define TARGET "sparc64--netbsd"
|
||||
|
||||
|
|
|
@ -234,19 +234,19 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "arm-unknown-netbsdelfY"
|
||||
#define TARGET_ALIAS "arm--netbsdelf"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "arm-unknown-netbsdelfY"
|
||||
#define TARGET_CANONICAL "arm--netbsdelf"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "arm"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdelfY"
|
||||
#define TARGET_OS "netbsdelf"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -234,16 +234,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "i386-unknown-netbsdelf"
|
||||
#define TARGET_ALIAS "i386--netbsdelf"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "i386-unknown-netbsdelf"
|
||||
#define TARGET_CANONICAL "i386--netbsdelf"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "i386"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdelf"
|
||||
|
|
|
@ -234,19 +234,19 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "m68k-unknown-netbsdelfY"
|
||||
#define TARGET_ALIAS "m68k--netbsdelf"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "m68k-unknown-netbsdelfY"
|
||||
#define TARGET_CANONICAL "m68k--netbsdelf"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "m68k"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdelfY"
|
||||
#define TARGET_OS "netbsdelf"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -234,16 +234,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "mipseb-unknown-netbsd"
|
||||
#define TARGET_ALIAS "mipseb--netbsd"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "mipseb-unknown-netbsd"
|
||||
#define TARGET_CANONICAL "mipseb--netbsd"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "mipseb"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsd"
|
||||
|
|
|
@ -234,16 +234,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "mipsel-unknown-netbsd"
|
||||
#define TARGET_ALIAS "mipsel--netbsd"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "mipsel-unknown-netbsd"
|
||||
#define TARGET_CANONICAL "mipsel--netbsd"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "mipsel"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsd"
|
||||
|
|
|
@ -234,19 +234,19 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "powerpc-unknown-netbsdX"
|
||||
#define TARGET_ALIAS "powerpc--netbsd"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "powerpc-unknown-netbsdX"
|
||||
#define TARGET_CANONICAL "powerpc--netbsd"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "powerpc"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdX"
|
||||
#define TARGET_OS "netbsd"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
|
|
@ -234,16 +234,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "sparc-unknown-netbsdelf"
|
||||
#define TARGET_ALIAS "sparc--netbsdelf"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "sparc-unknown-netbsdelf"
|
||||
#define TARGET_CANONICAL "sparc--netbsdelf"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "sparc"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdelf"
|
||||
|
|
|
@ -234,16 +234,16 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "sparc64-unknown-netbsd"
|
||||
#define TARGET_ALIAS "sparc64--netbsd"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "sparc64-unknown-netbsd"
|
||||
#define TARGET_CANONICAL "sparc64--netbsd"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "sparc64"
|
||||
|
||||
/* Target vendor. */
|
||||
#define TARGET_VENDOR "unknown"
|
||||
#define TARGET_VENDOR ""
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsd"
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o earmelf_nbsd.o earmnbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=arm-unknown-netbsdelf
|
||||
G_target_alias=arm--netbsdelf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/ld -I.
|
||||
G_EMUL=elf_i386
|
||||
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_i386.o ei386nbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=i386-unknown-netbsdelf
|
||||
G_target_alias=i386--netbsdelf
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o em68kelfnbsd.o em68knbsd.o em68k4knbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=m68k-unknown-netbsdelf
|
||||
G_target_alias=m68k--netbsdelf
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32bmip.o eelf32lmip.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=mipseb-unknown-netbsd
|
||||
G_target_alias=mipseb--netbsd
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32bmip.o eelf32lmip.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=mipsel-unknown-netbsd
|
||||
G_target_alias=mipsel--netbsd
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32ppc.o eelf32ppclinux.o eelf32ppcsim.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=powerpc-unknown-netbsd
|
||||
G_target_alias=powerpc--netbsd
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32_sparc.o esparcnbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=sparc-unknown-netbsdelf
|
||||
G_target_alias=sparc--netbsdelf
|
||||
|
|
|
@ -8,4 +8,4 @@ G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}
|
|||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf64_sparc.o eelf32_sparc.o esparcnbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=sparc64-unknown-netbsd
|
||||
G_target_alias=sparc64--netbsd
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.13 2001/12/15 03:37:37 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2001/12/19 23:54:26 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN) && !defined(BOOTSTRAP_NEW_TOOLCHAIN)
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
SUBDIR+= backend frontend cpp0 gcov .WAIT \
|
||||
cc1 cc1obj cc1plus f771 cpp g++ g77 gcc
|
||||
cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp
|
||||
#
|
||||
G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H
|
||||
G_ALL_CPPFLAGS=
|
||||
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -8,7 +8,7 @@ G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o
|
|||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_DRIVER_DEFINES=-DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.3\" -DDEFAULT_TARGET_MACHINE=\"mipsel-unknown-netbsd1.5W\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\"
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -7,7 +7,7 @@ G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info
|
|||
G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o
|
||||
G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o
|
||||
G_GCOV_OBJS=gcov.o intl.o
|
||||
G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
|
||||
G_PROTO_OBJS=getpwd.o intl.o version.o
|
||||
G_HOST_PRINT=print-rtl.o
|
||||
G_HOST_RTL=rtl.o bitmap.o
|
||||
G_HOST_RTLANAL=rtlanal.o
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/12/19 23:54:29 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= gcc
|
||||
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include "../Makefile.frontend"
|
||||
|
||||
.PATH: ${DIST}/gcc
|
||||
|
||||
.include <bsd.info.mk>
|
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/12/19 23:54:29 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= gcc
|
||||
SRCS= unprotoize.c ${G_PROTO_OBJS:.o=.c}
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include "../Makefile.frontend"
|
||||
|
||||
.PATH: ${DIST}/gcc
|
||||
|
||||
.include <bsd.info.mk>
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.50 2001/08/06 23:28:53 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2001/12/19 23:54:29 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
SUBDIR= gdb.new
|
||||
SUBDIR= gdb.new # gdbreplay gdbserver
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "arm-unknown-netbsdelfY";
|
||||
const char target_name[] = "arm-unknown-netbsdelfY";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "arm--netbsdelf";
|
||||
const char target_name[] = "arm--netbsdelf";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp
|
||||
#
|
||||
G_INTERNAL_CFLAGS=-g -O2 -I. -I${DIST}/gdb -I${DIST}/gdb/config -DHAVE_CONFIG_H -I${DIST}/gdb/../include/opcode -I${DIST}/gdb/../readline/.. -I../bfd -I${DIST}/gdb/../bfd -I${DIST}/gdb/../include -I../intl -I${DIST}/gdb/../intl -I${DIST}/gdb/tui -DUSE_INCLUDED_REGEX
|
||||
G_LIBGDB_OBS=version.o blockframe.o breakpoint.o findvar.o stack.o thread.o source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o expprint.o environ.o event-loop.o event-top.o inf-loop.o gdbarch.o arch-utils.o gdbtypes.o copying.o i386-tdep.o i387-tdep.o i386nbsd-tdep.o solib.o ser-tcp.o ser-unix.o ser-pipe.o fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o kcore-nbsd.o remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o mem-break.o target.o parse.o language.o c-exp.tab.o jv-exp.tab.o f-exp.tab.o m2-exp.tab.o buildsym.o kod.o kod-cisco.o gdb-events.o exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o dbxread.o coffread.o elfread.o dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o c-lang.o ch-exp.o ch-lang.o f-lang.o ui-out.o cli-out.o varobj.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o ui-file.o tui-file.o annotate.o inflow.o gnu-regex.o init.o
|
||||
G_LIBGDB_OBS=version.o blockframe.o breakpoint.o findvar.o stack.o thread.o source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o expprint.o environ.o event-loop.o event-top.o inf-loop.o gdbarch.o arch-utils.o gdbtypes.o copying.o i386-tdep.o i387-tdep.o i386nbsd-tdep.o ser-tcp.o ser-unix.o ser-pipe.o fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o kcore-nbsd.o solib.o remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o mem-break.o target.o parse.o language.o c-exp.tab.o jv-exp.tab.o f-exp.tab.o m2-exp.tab.o buildsym.o kod.o kod-cisco.o gdb-events.o exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o dbxread.o coffread.o elfread.o dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o c-lang.o ch-exp.o ch-lang.o f-lang.o ui-out.o cli-out.o varobj.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o ui-file.o tui-file.o annotate.o inflow.o gnu-regex.o init.o
|
||||
G_CCFLAGS=-DHAVE_CONFIG_H -I. -I${DIST}/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2
|
||||
G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o nls.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o tilde.o
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp
|
||||
#
|
||||
G_INTERNAL_CFLAGS=-g -I. -I.. -I${DIST}/gdb/gdbserver -I${DIST}/gdb/gdbserver/.. -I${DIST}/gdb/gdbserver/../config -I${DIST}/gdb/gdbserver/../../include -I../../bfd -I${DIST}/gdb/gdbserver/../../bfd -DGDBSERVER
|
||||
G_OBS=utils.o low-nbsd.o server.o remote-utils.o
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
/* Do not modify this file. */
|
||||
/* It is created automatically by the Makefile. */
|
||||
|
@ -27,7 +27,6 @@ extern initialize_file_ftype _initialize_gdbarch;
|
|||
extern initialize_file_ftype _initialize_gdbtypes;
|
||||
extern initialize_file_ftype _initialize_copying;
|
||||
extern initialize_file_ftype _initialize_i386_tdep;
|
||||
extern initialize_file_ftype _initialize_solib;
|
||||
extern initialize_file_ftype _initialize_ser_tcp;
|
||||
extern initialize_file_ftype _initialize_ser_hardwire;
|
||||
extern initialize_file_ftype _initialize_ser_pipe;
|
||||
|
@ -37,6 +36,7 @@ extern initialize_file_ftype _initialize_inftarg;
|
|||
extern initialize_file_ftype _initialize_corelow;
|
||||
extern initialize_file_ftype _initialize_i386nbsd_nat;
|
||||
extern initialize_file_ftype _initialize_kcore_nbsd;
|
||||
extern initialize_file_ftype _initialize_solib;
|
||||
extern initialize_file_ftype _initialize_remote;
|
||||
extern initialize_file_ftype _initialize_dcache;
|
||||
extern initialize_file_ftype _initialize_sr_support;
|
||||
|
@ -99,7 +99,6 @@ initialize_all_files (void)
|
|||
_initialize_gdbtypes ();
|
||||
_initialize_copying ();
|
||||
_initialize_i386_tdep ();
|
||||
_initialize_solib ();
|
||||
_initialize_ser_tcp ();
|
||||
_initialize_ser_hardwire ();
|
||||
_initialize_ser_pipe ();
|
||||
|
@ -109,6 +108,7 @@ initialize_all_files (void)
|
|||
_initialize_corelow ();
|
||||
_initialize_i386nbsd_nat ();
|
||||
_initialize_kcore_nbsd ();
|
||||
_initialize_solib ();
|
||||
_initialize_remote ();
|
||||
_initialize_dcache ();
|
||||
_initialize_sr_support ();
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "i386-unknown-netbsdelf";
|
||||
const char target_name[] = "i386-unknown-netbsdelf";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "i386--netbsdelf";
|
||||
const char target_name[] = "i386--netbsdelf";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "m68k-unknown-netbsdelfY";
|
||||
const char target_name[] = "m68k-unknown-netbsdelfY";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "m68k--netbsdelf";
|
||||
const char target_name[] = "m68k--netbsdelf";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "mipseb-unknown-netbsd";
|
||||
const char target_name[] = "mipseb-unknown-netbsd";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "mipseb--netbsd";
|
||||
const char target_name[] = "mipseb--netbsd";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "mipsel-unknown-netbsd";
|
||||
const char target_name[] = "mipsel-unknown-netbsd";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "mipsel--netbsd";
|
||||
const char target_name[] = "mipsel--netbsd";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "powerpc-unknown-netbsdX";
|
||||
const char target_name[] = "powerpc-unknown-netbsdX";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "powerpc--netbsd";
|
||||
const char target_name[] = "powerpc--netbsd";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "sparc-unknown-netbsdelf";
|
||||
const char target_name[] = "sparc-unknown-netbsdelf";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "sparc--netbsdelf";
|
||||
const char target_name[] = "sparc--netbsdelf";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "sparc64-unknown-netbsd";
|
||||
const char target_name[] = "sparc64-unknown-netbsd";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "sparc64--netbsd";
|
||||
const char target_name[] = "sparc64--netbsd";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0-nb1";
|
||||
const char version[] = "5.0nb1";
|
||||
const char host_name[] = "vax--netbsdelf";
|
||||
const char target_name[] = "vax--netbsdelf";
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2001/12/19 21:55:48 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2001/12/19 23:54:32 tv Exp $
|
||||
|
||||
# XXX - This gdb.new directory should be renamed to "gdb" after all platforms
|
||||
# have been migrated to the new toolchain.
|
||||
|
||||
.if !defined(BOOTSTRAP_NEW_TOOLCHAIN)
|
||||
|
||||
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
|
||||
|
||||
TOP= ${.CURDIR}/../../..
|
||||
|
@ -25,8 +23,6 @@ TEXINFO= gdb.texinfo gdbint.texinfo stabs.texinfo
|
|||
INFOFLAGS= -I${DIST}/gdb/doc -I${DIST}/gdb/mi \
|
||||
-I${DIST}/readline/doc -I${.CURDIR}/..
|
||||
|
||||
.endif
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.info.mk>
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/12/19 23:54:32 tv Exp $
|
||||
|
||||
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/gdbserver.mk"
|
||||
|
||||
TOP= ${.CURDIR}/../../..
|
||||
DIST= ${TOP}/dist/toolchain
|
||||
|
||||
PROG= gdbreplay
|
||||
NOMAN= # defined
|
||||
|
||||
SRCS= gdbreplay.c
|
||||
CPPFLAGS= -I${DIST} -I${.CURDIR}/../arch/${MACHINE_ARCH} \
|
||||
${G_INTERNAL_CFLAGS:M-[ID]*:N*readline*:N*intl*:N-I.*} \
|
||||
-I${TOP}/lib/libbfd/arch/${MACHINE_ARCH}
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/gdb/gdbserver
|
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/12/19 23:54:32 tv Exp $
|
||||
|
||||
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/gdbserver.mk"
|
||||
|
||||
TOP= ${.CURDIR}/../../..
|
||||
DIST= ${TOP}/dist/toolchain
|
||||
|
||||
PROG= gdbserver
|
||||
|
||||
SRCS= ${G_OBS:.o=.c}
|
||||
CPPFLAGS= -I${DIST} -I${.CURDIR}/../arch/${MACHINE_ARCH} \
|
||||
${G_INTERNAL_CFLAGS:M-[ID]*:N*readline*:N*intl*:N-I.*} \
|
||||
-I${TOP}/lib/libbfd/arch/${MACHINE_ARCH}
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/gdb/gdbserver
|
Loading…
Reference in New Issue