This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b055631 Use noyywrap option in lex files. new 387360d Add FreeBSD/mips architecture. new b268007 Add native target for FreeBSD/mips.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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-nbsd-tdep.h => mips-fbsd-tdep.h} | 19 +- 11 files changed, 750 insertions(+), 10 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 copy gdb/{mips-nbsd-tdep.h => mips-fbsd-tdep.h} (62%)