2002-12-06 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Sun, 8 Dec 2002 21:10:28 +0000 (21:10 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Sun, 8 Dec 2002 21:10:28 +0000 (21:10 +0000)
        * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
        -Werror on this file.

gdb/ChangeLog
gdb/Makefile.in

index 720bd4944a8012ad59939c6612a48dd56b8509b2..853cf0189cd8bf07bd84f8a94b210a1bbb64ab8e 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-06  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
+       -Werror on this file.
+
 2002-12-07  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
index d30a9df70271a1ab1497a2cc94d094de2914c873..2c0b4c862e8cc82f7742a871977709dec1c1973e 100644 (file)
@@ -1440,6 +1440,12 @@ hpux-thread.o: $(srcdir)/hpux-thread.c
 procfs.o: $(srcdir)/procfs.c
        $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $(srcdir)/procfs.c
 
+# FIXME: Thread-db.o gets warnings because the definitions of the register
+# sets are different from kernel to kernel.
+thread-db.o: $(srcdir)/thread-db.c
+       $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) \
+               $(srcdir)/thread-db.c
+
 v850ice.o: $(srcdir)/v850ice.c
        $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
                $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \