diff options
author | Yao Qi <yao@codesourcery.com> | 2014-12-19 13:13:07 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-12-19 13:13:07 +0800 |
commit | bb7e3f4d51bf73843de0572af17ee1b6cf1167db (patch) | |
tree | 327201289e0007aac7eec948263913a797cb11e3 /gdb/NEWS | |
parent | ff7609bc46d9afdd4fdbaebf49a838db75d78057 (diff) | |
download | gdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.zip gdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.tar.gz gdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -95,6 +95,10 @@ show debug symbol-lookup ** The -list-thread-groups command outputs an exit-code field for inferiors that have exited. +* New targets + +MIPS SDE mips*-sde*-elf* + * Removed targets Support for these obsolete configurations has been removed. |