aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-12-08 21:10:28 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-12-08 21:10:28 +0000
commit57725d84f636b4c001c64c19c7cc8fe88ed46249 (patch)
tree528db74385f32a2e0fa5164fc77c007037ba0479 /gdb
parent5da0c2771a78b6256713ff0f756c6653c2b38ff7 (diff)
downloadgdb-57725d84f636b4c001c64c19c7cc8fe88ed46249.zip
gdb-57725d84f636b4c001c64c19c7cc8fe88ed46249.tar.gz
gdb-57725d84f636b4c001c64c19c7cc8fe88ed46249.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in6
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 720bd49..853cf01 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index d30a9df..2c0b4c8 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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) \