MIPS SDE OS ABI support
authorYao Qi <yao@codesourcery.com>
Fri, 19 Dec 2014 05:13:07 +0000 (13:13 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 19 Dec 2014 05:13:07 +0000 (13:13 +0800)
commitbb7e3f4d51bf73843de0572af17ee1b6cf1167db
tree327201289e0007aac7eec948263913a797cb11e3
parentff7609bc46d9afdd4fdbaebf49a838db75d78057
MIPS SDE OS ABI support

This patch is to add SDE OS ABI support in GDB, which has been used in
codesourcery gdb tree for some years.

gdb:

2014-12-19  Maciej W. Rozycki  <macro@codesourcery.com>
    Nigel Stephens  <nigel@mips.com>
    Chris Dearman  <chris@mips.com>
    Luis Machado  <lgustavo@codesourcery.com>

* Makefile.in (ALL_TARGET_OBS): Add mips-sde-tdep.o.
(ALLDEPFILES): Add mips-sde-tdep.c.
* mips-sde-tdep.c: New file containg SDE specific code.
* configure.tgt (mips*-sde*-elf*): Add mips-sde-dep.o to
gdb_target_obs.
* defs.h (gdb_osabi): Add GDB_OSABI_SDE.
* osabi.c (gdb_osabi_names): Add SDE.
* NEWS: Mention the change.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/configure.tgt
gdb/defs.h
gdb/mips-sde-tdep.c [new file with mode: 0644]
gdb/osabi.c
This page took 0.037908 seconds and 4 git commands to generate.