From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8689 invoked by alias); 4 Jan 2002 22:14:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8647 invoked from network); 4 Jan 2002 22:14:53 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 4 Jan 2002 22:14:53 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 7AA869869; Fri, 4 Jan 2002 14:14:53 -0800 (PST) Date: Fri, 04 Jan 2002 14:14:00 -0000 From: Jason R Thorpe To: gdb-patches@sourceware.cygnus.com Subject: [patch] Add ser-tcp.o to all NetBSD host Makefile fragments Message-ID: <20020104141453.E9599@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , gdb-patches@sourceware.cygnus.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="uxuisgdDHaNETlh8" Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Wasabi Systems, Inc. X-SW-Source: 2002-01/txt/msg00040.txt.bz2 --uxuisgdDHaNETlh8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 658 The following adds ser-tcp.o to XDEPFILES to all NetBSD host Makefile fragments. (It is already in the NetBSD/arm host Makefile frag.) OK to commit? [ for gdb/ChangeLog ] 2002-01-04 Jason Thorpe * config/i386/nbsd.mh (XDEPFILES): Add ser-tcp.o. Whitespace/comment cleanup. * config/i386/nbsdelf.mh (XDEPFILES): Likewise. * config/m68k/nbsd.mh (XDEPFILES): Likewise. * config/ns32k/nbsd.mh (XDEPFILES): Likewise. * config/powerpc/nbsd.mh (XDEPFILES): Likewise. * config/sparc/nbsd.mh (XDEPFILES): Likewise. * config/sparc/nbsdelf.mh (XDEPFILES): Likewise. -- -- Jason R. Thorpe --uxuisgdDHaNETlh8 Content-Type: text/plain; charset=us-ascii Content-Description: patch1 Content-Disposition: attachment; filename=JRT-patch1 Content-length: 5332 Index: config/i386/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/i386/nbsd.mh,v retrieving revision 1.10 diff -c -r1.10 nbsd.mh *** nbsd.mh 2001/10/02 23:11:21 1.10 --- nbsd.mh 2002/01/04 21:56:51 *************** *** 1,13 **** # Host: Intel 386 running NetBSD ! XDEPFILES= ! ! # NATDEPFILES must remain entirely on one line for *BSD. When ! # building a cross debugger, configure will cause this line to be ! # commented out in the Makefile. BSD make doesn't permit the use of a ! # continuation character (backslash) to extend a commented line. As a ! # consequence, BSD make considers subsequent tab-indented lines to be ! # "unassociated shell commands". NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-sunos.o - XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h --- 1,5 ---- # Host: Intel 386 running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h Index: config/i386/nbsdelf.mh =================================================================== RCS file: /cvs/src/src/gdb/config/i386/nbsdelf.mh,v retrieving revision 1.6 diff -c -r1.6 nbsdelf.mh *** nbsdelf.mh 2001/03/10 06:17:21 1.6 --- nbsdelf.mh 2002/01/04 21:56:51 *************** *** 1,5 **** # Host: Intel 386 running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-svr4.o solib-legacy.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsdelf.h --- 1,5 ---- # Host: Intel 386 running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-svr4.o solib-legacy.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsdelf.h Index: config/m68k/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/m68k/nbsd.mh,v retrieving revision 1.8 diff -c -r1.8 nbsd.mh *** nbsd.mh 2001/10/02 23:11:22 1.8 --- nbsd.mh 2002/01/04 21:56:51 *************** *** 1,5 **** # Host: Motorola m68k running NetBSD ! XDEPFILES= NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o m68knbsd-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h --- 1,5 ---- # Host: Motorola m68k running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o m68knbsd-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h Index: config/ns32k/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/ns32k/nbsd.mh,v retrieving revision 1.8 diff -c -r1.8 nbsd.mh *** nbsd.mh 2001/10/02 23:11:23 1.8 --- nbsd.mh 2002/01/04 21:56:51 *************** *** 1,5 **** # Host: PC532 running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ns32knbsd-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h --- 1,5 ---- # Host: PC532 running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ns32knbsd-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h Index: config/powerpc/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/nbsd.mh,v retrieving revision 1.7 diff -c -r1.7 nbsd.mh *** nbsd.mh 2001/08/27 02:22:14 1.7 --- nbsd.mh 2002/01/04 21:56:51 *************** *** 1,4 **** # Host: PowerPC, running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ppcnbsd-nat.o solib.o solib-svr4.o solib-legacy.o NAT_FILE= nm-nbsd.h --- 1,4 ---- # Host: PowerPC, running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ppcnbsd-nat.o solib.o solib-svr4.o solib-legacy.o NAT_FILE= nm-nbsd.h Index: config/sparc/nbsd.mh =================================================================== RCS file: /cvs/src/src/gdb/config/sparc/nbsd.mh,v retrieving revision 1.7 diff -c -r1.7 nbsd.mh *** nbsd.mh 2001/10/02 23:11:24 1.7 --- nbsd.mh 2002/01/04 21:56:51 *************** *** 1,5 **** # Host: Sun 4 or Sparcstation, running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h --- 1,5 ---- # Host: Sun 4 or Sparcstation, running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h Index: config/sparc/nbsdelf.mh =================================================================== RCS file: /cvs/src/src/gdb/config/sparc/nbsdelf.mh,v retrieving revision 1.6 diff -c -r1.6 nbsdelf.mh *** nbsdelf.mh 2001/03/10 06:17:24 1.6 --- nbsdelf.mh 2002/01/04 21:56:51 *************** *** 1,5 **** # Host: Sun 4 or Sparcstation, running NetBSD ! XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o solib.o solib-svr4.o solib-legacy.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsdelf.h --- 1,5 ---- # Host: Sun 4 or Sparcstation, running NetBSD ! XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o solib.o solib-svr4.o solib-legacy.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsdelf.h --uxuisgdDHaNETlh8--