From: Daniel Jacobowitz <drow@false.org>
To: gdb-patches@sourceware.org
Subject: Cross core support for i386-linux-gnu
Date: Tue, 14 Aug 2007 12:54:00 -0000 [thread overview]
Message-ID: <20070814125355.GA11503@caradoc.them.org> (raw)
Mark Kettenis did all the hard work to make core file host-independent
for the i386 target, and it was wired up for a variety of i386 / amd64
subtargets - but not this one :-( Checked in after verifying that a
native i386-linux-gnu debugger could still read core files, and a
cross debugger was newly able to.
--
Daniel Jacobowitz
CodeSourcery
2007-08-14 Daniel Jacobowitz <dan@codesourcery.com>
* config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
* config/i386/linux.mt (TDEPFILES): ...to here.
Index: config/i386/linux.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux.mh,v
retrieving revision 1.20
diff -u -p -r1.20 linux.mh
--- config/i386/linux.mh 25 Apr 2007 22:10:08 -0000 1.20
+++ config/i386/linux.mh 14 Aug 2007 12:51:02 -0000
@@ -1,7 +1,7 @@
# Host: Intel 386 running GNU/Linux.
NAT_FILE= nm-linux.h
-NATDEPFILES= inf-ptrace.o fork-child.o corelow.o \
+NATDEPFILES= inf-ptrace.o fork-child.o \
i386-nat.o i386-linux-nat.o \
proc-service.o linux-thread-db.o gcore.o \
linux-nat.o linux-fork.o
Index: config/i386/linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux.mt,v
retrieving revision 1.10
diff -u -p -r1.10 linux.mt
--- config/i386/linux.mt 13 Sep 2004 20:55:39 -0000 1.10
+++ config/i386/linux.mt 14 Aug 2007 12:51:02 -0000
@@ -1,4 +1,4 @@
# Target: Intel 386 running GNU/Linux
TDEPFILES= i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
- solib.o solib-svr4.o symfile-mem.o
+ solib.o solib-svr4.o symfile-mem.o corelow.o
DEPRECATED_TM_FILE= tm-linux.h
next reply other threads:[~2007-08-14 12:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 12:54 Daniel Jacobowitz [this message]
2007-08-14 13:03 ` Mark Kettenis
2007-08-14 13:21 ` Daniel Jacobowitz
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=20070814125355.GA11503@caradoc.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
/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