This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] Enable gcore command for UnixWare


Rodney, 

Here's the last change required to enable the gcore command for unixware.

Michael

2002-02-13  Michael Snyder  <msnyder@redhat.com>

	* config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.

Index: config/i386/i386v42mp.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/i386v42mp.mh,v
retrieving revision 1.6
diff -p -r1.6 i386v42mp.mh
*** i386v42mp.mh	2002/01/30 22:32:38	1.6
--- i386v42mp.mh	2002/02/14 03:25:57
*************** NAT_FILE= nm-i386v42mp.h
*** 14,18 ****
  # continuation character (backslash) to extend a commented line.  As a
  # consequence, make considers subsequent tab-indented lines to be
  # some sort of error.
! NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o i387-nat.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o uw-thread.o
  
--- 14,20 ----
  # continuation character (backslash) to extend a commented line.  As a
  # consequence, make considers subsequent tab-indented lines to be
  # some sort of error.
! NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o i387-nat.o \
! 	gcore.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o \
! 	proc-events.o proc-flags.o proc-why.o uw-thread.o
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]