This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[commit] Mark m32r as buildable; Was: [commit] Fix missing include"dis-asm.h" in m32r-tdep.c
> Sorry. I forgot to attach the patch file.
>
>>
>> Thanks! Does the m32r now build with:
>> --enable-gdb-warnings=,-Werror
>> ?
>
>
> Yes. I built gdb with -Werror.
Thanks! I've commited the attached. It marks m32r as buildable and
that should help to stop any future bit rot - anyone making cross
architecture changes should be checking that all targets at least build
using gdb_mbuild.sh.
Andrew
2003-10-09 Andrew Cagney <cagney@redhat.com>
* MAINTAINERS: Mark m32r-elf as buildable with -Werror.
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.251
diff -u -r1.251 MAINTAINERS
--- MAINTAINERS 6 Oct 2003 20:38:17 -0000 1.251
+++ MAINTAINERS 10 Oct 2003 01:48:59 -0000
@@ -96,7 +96,7 @@
(--target=ia64-elf broken)
Kevin Buettner kevinb@redhat.com
- m32r (--target=m32r-elf broken)
+ m32r --target=m32r-elf ,-Werror
m68hc11 --target=m68hc11-elf ,-Werror ,
Stephane Carrez stcarrez@nerim.fr