public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add FreeBSD/mips targets to GDB
@ 2017-01-03 18:45 John Baldwin
  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
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: John Baldwin @ 2017-01-03 18:45 UTC (permalink / raw)
  To: gdb-patches, binutils

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-01-05  0:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 18:45 [PATCH v3 0/3] Add FreeBSD/mips targets to GDB John Baldwin
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
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 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).