Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jason R Thorpe <thorpej@wasabisystems.com>
To: gdb-patches@sourceware.cygnus.com
Subject: [patch] Add ser-tcp.o to all NetBSD host Makefile fragments
Date: Fri, 04 Jan 2002 14:14:00 -0000	[thread overview]
Message-ID: <20020104141453.E9599@dr-evil.shagadelic.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

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  <thorpej@wasabisystems.com>

	* 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 <thorpej@wasabisystems.com>

[-- Attachment #2: patch1 --]
[-- Type: text/plain, Size: 5332 bytes --]

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

             reply	other threads:[~2002-01-04 22:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-04 14:14 Jason R Thorpe [this message]
2002-01-04 14:50 ` Andrew Cagney
2002-01-04 15:15   ` Jason R Thorpe
2002-01-04 15:32     ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020104141453.E9599@dr-evil.shagadelic.org \
    --to=thorpej@wasabisystems.com \
    --cc=gdb-patches@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox