Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] remove hp-[p]symtab-read.c & hpread.c
Date: Wed, 23 Jan 2002 19:44:00 -0000	[thread overview]
Message-ID: <15439.30719.281018.96445@localhost.cygnus.com> (raw)
In-Reply-To: <15436.38303.470579.895742@localhost.cygnus.com>

Elena Zannoni writes:
 > 

I committed this patch. However I forgot to mention that the
config/pa/*.mh files also changed

Elena


2002-01-23  Elena Zannoni  <ezannoni@redhat.com>

        * Makefile.in (hpread_h): Delete. 
        (HFILES_NO_SRCDIR): Remove hpread.h.
        (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
        (hpread.o): Update dependencies.
        (hp-psymtab-read.o, hp-symtab-read.o): Remove.

        * hp-psymtab-read.c: Remove file.
        * hp-symtab-read.c: Remove file.
        * hpread.h: Remove file.

        * hpread.c: Merge all contents of hp-psymtab-read.c,
        hp-symtab-read.c and hpread.h into this file, as it was prior to
        January 1999.

        * config/pa/hpux11w.mh, config/pa/hpux11.mh,
        config/pa/hpux1020.mh, config/pa/hppaosf.mh, 
        config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
        Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.


Index: hppabsd.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hppabsd.mh,v
retrieving revision 1.3
diff -u -r1.3 hppabsd.mh
--- hppabsd.mh	2002/01/18 04:51:04	1.3
+++ hppabsd.mh	2002/01/24 03:35:18
@@ -1,6 +1,6 @@
 # Host: Hewlett-Packard PA-RISC machine, running BSD
 XM_FILE= xm-hppab.h
 NAT_FILE= nm-hppab.h
-NATDEPFILES= hppab-nat.o corelow.o core-aout.o inftarg.o fork-child.o somread.o infptrace.o hp-psymtab-read.o hp-symtab-read.o somsolib.o
+NATDEPFILES= hppab-nat.o corelow.o core-aout.o inftarg.o fork-child.o somread.o infptrace.o hpread.o somsolib.o
 
 GDBSERVER_DEPFILES= low-hppabsd.o
Index: hppahpux.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hppahpux.mh,v
retrieving revision 1.3
diff -u -r1.3 hppahpux.mh
--- hppahpux.mh	2002/01/18 04:51:04	1.3
+++ hppahpux.mh	2002/01/24 03:35:18
@@ -3,6 +3,6 @@
 XM_FILE= xm-hppah.h
 
 NAT_FILE= nm-hppah.h
-NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o somread.o infptrace.o hp-psymtab-read.o hp-symtab-read.o somsolib.o
+NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o somread.o infptrace.o hpread.o somsolib.o
 
 HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
Index: hppaosf.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hppaosf.mh,v
retrieving revision 1.3
diff -u -r1.3 hppaosf.mh
--- hppaosf.mh	2002/01/18 04:51:04	1.3
+++ hppaosf.mh	2002/01/24 03:35:18
@@ -1,7 +1,7 @@
 # Host: Hewlett-Packard PA-RISC machine, running BSD
 XM_FILE= xm-hppab.h
 NAT_FILE= nm-hppao.h
-NATDEPFILES= fork-child.o m3-nat.o hppam3-nat.o somread.o hp-psymtab-read.o hp-symtab-read.o somsolib.o
+NATDEPFILES= fork-child.o m3-nat.o hppam3-nat.o somread.o hpread.o somsolib.o
 NAT_CLIBS= -lmachid -lnetname -lmach
 
 GDBSERVER_DEPFILES= low-hppabsd.o
Index: hpux1020.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hpux1020.mh,v
retrieving revision 1.3
diff -u -r1.3 hpux1020.mh
--- hpux1020.mh	2002/01/18 04:51:05	1.3
+++ hpux1020.mh	2002/01/24 03:35:18
@@ -1,10 +1,10 @@
 XM_FILE= xm-hppah.h
 
 NAT_FILE= nm-hppah.h
-NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o somread.o hp-psymtab-read.o hp-symtab-read.o somsolib.o
+NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace
.o somread.o hpread.o somsolib.o
 
 HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
Index: hpux11.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hpux11.mh,v
retrieving revision 1.3
diff -u -r1.3 hpux11.mh
--- hpux11.mh	2002/01/18 04:51:05	1.3
+++ hpux11.mh	2002/01/24 03:35:18
@@ -5,6 +5,6 @@
 XM_FILE= xm-hppah.h
 
 NAT_FILE= nm-hppah11.h
-NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace
.o somread.o hp-psymtab-read.o hp-symtab-read.o somsolib.o
+NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace
.o somread.o hpread.o somsolib.o
 
 HOST_IPC=-DBSD_IPC -DPOSIX_WAIT
Index: hpux11w.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/pa/hpux11w.mh,v
retrieving revision 1.3
diff -u -r1.3 hpux11w.mh
--- hpux11w.mh	2002/01/18 04:51:05	1.3
+++ hpux11w.mh	2002/01/24 03:35:18
@@ -5,6 +5,6 @@
 XM_FILE= xm-hppah.h
 
 NAT_FILE= nm-hppah11.h
-NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace
.o hp-psymtab-read.o hp-symtab-read.o pa64solib.o
+NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace
.o hpread.o pa64solib.o


      reply	other threads:[~2002-01-24  3:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-21 14:52 Elena Zannoni
2002-01-21 15:01 ` Daniel Jacobowitz
2002-01-21 15:13   ` Elena Zannoni
2002-01-23 19:44     ` Elena Zannoni [this message]

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=15439.30719.281018.96445@localhost.cygnus.com \
    --to=ezannoni@redhat.com \
    --cc=gdb-patches@sources.redhat.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