Add FreeBSD/mips architecture.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 4 Jan 2017 17:41:58 +0000 (09:41 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 4 Jan 2017 17:41:58 +0000 (09:41 -0800)
commit387360daf92ec2e4e02ace51f44400c167bb5c79
tree40cfe28ba486d4839e502242f53801857af6ec3a
parentb055631694967585d0c898ac493e1faa3d5e8ee6
Add FreeBSD/mips architecture.

This has been tested for the n64 and o32 ABIs.  Signal frame unwinders for
both ABIs are provided.  FreeBSD/mips requires custom linkmap offsets since
it contains an additional l_off member in 'struct link_map' that other
FreeBSD platforms do not have.  Support for collecting and supplying
general purpose and floating point register sets are provided.  Common
routines for working with native format register sets are exported for
use by the native target.

gdb/ChangeLog:

* Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
(ALLDEPFILES): Add mips-fbsd-tdep.c.
* NEWS: Mention new FreeBSD/mips target.
* configure.tgt: Add mips*-*-freebsd*.
* mips-fbsd-tdep.c: New file.
* mips-fbsd-tdep.h: New file.

gdb/doc/ChangeLog:

* gdb.texinfo (Contributors): Add SRI International and University
of Cambridge for FreeBSD/mips.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/configure.tgt
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mips-fbsd-tdep.c [new file with mode: 0644]
gdb/mips-fbsd-tdep.h [new file with mode: 0644]
This page took 0.025287 seconds and 4 git commands to generate.