From: John Baldwin <jhb@FreeBSD.org>
To: gdb-patches@sourceware.org, binutils@sourceware.org
Subject: [PATCH v3 0/3] Add FreeBSD/mips targets to GDB
Date: Tue, 03 Jan 2017 18:45:00 -0000 [thread overview]
Message-ID: <20170103184341.58346-1-jhb@FreeBSD.org> (raw)
Changes since V2 are:
- Rework the workaround for mipsn64 core dumps on FreeBSD containing an
empty ELF flags in patch 1. An ELF64 core dump with a zero flags field
now uses bfd_mach_mips4000 instead of bfd_mach_misp3000.
- Add NEWS items for FreeBSD/mips in patches 2 and 3.
- Move the attribution of the FreeBSD/mips patches out of the source
files and into the contributors section of the docs.
John Baldwin (3):
Use bfd_mach_mips4000 as the default machine type for 64-bit MIPS
ABIs.
Add FreeBSD/mips architecture.
Add native target for FreeBSD/mips.
bfd/ChangeLog | 11 +
bfd/elf32-mips.c | 2 +-
bfd/elf64-mips.c | 2 +-
bfd/elfn32-mips.c | 2 +-
bfd/elfxx-mips.c | 11 +-
bfd/elfxx-mips.h | 2 +-
gdb/ChangeLog | 17 ++
gdb/Makefile.in | 3 +
gdb/NEWS | 6 +
gdb/config/mips/fbsd.mh | 3 +
gdb/configure.host | 1 +
gdb/configure.tgt | 5 +
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 5 +
gdb/mips-fbsd-nat.c | 136 ++++++++++++
gdb/mips-fbsd-tdep.c | 560 ++++++++++++++++++++++++++++++++++++++++++++++++
gdb/mips-fbsd-tdep.h | 28 +++
17 files changed, 791 insertions(+), 8 deletions(-)
create mode 100644 gdb/config/mips/fbsd.mh
create mode 100644 gdb/mips-fbsd-nat.c
create mode 100644 gdb/mips-fbsd-tdep.c
create mode 100644 gdb/mips-fbsd-tdep.h
--
2.11.0
next reply other threads:[~2017-01-03 18:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-03 18:45 John Baldwin [this message]
2017-01-03 18:45 ` [PATCH v3 2/3] Add FreeBSD/mips architecture John Baldwin
2017-01-03 19:05 ` Luis Machado
2017-01-03 20:12 ` John Baldwin
2017-01-03 19:16 ` Eli Zaretskii
2017-01-04 21:23 ` Luis Machado
2017-01-04 22:10 ` John Baldwin
2017-01-05 0:52 ` Luis Machado
2017-01-03 18:45 ` [PATCH v3 3/3] Add native target for FreeBSD/mips John Baldwin
2017-01-03 19:15 ` Eli Zaretskii
2017-01-03 18:45 ` [PATCH v3 1/3] Use bfd_mach_mips4000 as the default machine type for 64-bit MIPS ABIs John Baldwin
2017-01-04 2:09 ` Maciej W. Rozycki
2017-01-04 3:09 ` John Baldwin
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=20170103184341.58346-1-jhb@FreeBSD.org \
--to=jhb@freebsd.org \
--cc=binutils@sourceware.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