diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:01:15 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:01:15 +0000 |
commit | c30dc7000d08f1374bd434e3ac05769a6d40151f (patch) | |
tree | fabd07f72deba520f457e562dcd8d42062d6939a /gdb/MAINTAINERS | |
parent | 6efba98792ca1c59e2b4ad94ad2b20ecc5715413 (diff) | |
download | fsf-binutils-gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.zip fsf-binutils-gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.gz fsf-binutils-gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.bz2 |
* MAINTAINERS: Change sh64-elf state to non-broken.
* Makefile.in: Fix dependencies for sh64-tdep.o.
* configure.tgt: Add sh64-*-elf case.
* sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
* sh64-tdep.c: Rework to replace all deprecated mechanisms with
modern methods.
* config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
* config/sh/sh64.mt: Resurrect.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 23c9ebe..143accb 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -108,7 +108,7 @@ the native maintainer when resolving ABI issues. s390 --target=s390-linux-gnu ,-Werror sh --target=sh-elf ,-Werror - --target=sh64-elf broken + --target=sh64-elf ,-Werror sparc --target=sparc-elf ,-Werror |