diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-20 12:45:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-20 12:45:06 +0000 |
commit | cb5c8c398917972a84db9047c7a492427a347200 (patch) | |
tree | 1fe0d8ea9828ba90ce7d44a4bec773895757a2b2 /gdb/MAINTAINERS | |
parent | ae0d26161ba9beb390fdf1472079f97e930cd001 (diff) | |
download | gdb-cb5c8c398917972a84db9047c7a492427a347200.zip gdb-cb5c8c398917972a84db9047c7a492427a347200.tar.gz gdb-cb5c8c398917972a84db9047c7a492427a347200.tar.bz2 |
gdb/
* MAINTAINERS: Disable -Werror for cris simulator. Build
sparc64-solaris2.10 instead of the broken sparc-elf.
* solib-frv.c: Include "solib.h".
* Makefile.in (solib-frv.o): Update.
* mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
* xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
(xtensa_frame_this_id, xtensa_frame_prev_register)
(xtensa_push_dummy_call): Use %p.
sim/v850/
* Makefile.in (interp.o): Uncomment and update.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 3ee80cf..34e5780 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -256,7 +256,8 @@ the native maintainer when resolving ABI issues. avr --target=avr ,-Werror - cris --target=cris-elf ,-Werror + cris --target=cris-elf ,-Werror , + (sim does not build with -Werror) d10v OBSOLETE @@ -308,7 +309,8 @@ the native maintainer when resolving ABI issues. sh --target=sh-elf ,-Werror --target=sh64-elf ,-Werror - sparc --target=sparc-elf ,-Werror + sparc --target=sparc64-solaris2.10 ,-Werror + (--target=sparc-elf broken) spu --target=spu-elf ,-Werror Ulrich Weigand uweigand@de.ibm.com |