diff options
author | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
commit | 76adfcaec192e8572ed0c2fe5bdf13ee2c069c36 (patch) | |
tree | 6d9c40418e0ee71c2e449b9a8fa5f008f357a0f1 /gdb/Makefile.in | |
parent | e922bcabdffb3f36677c587e5ff04e90488837b6 (diff) | |
download | gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.zip gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.tar.gz gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.tar.bz2 |
* Makefile.in (hpux-thread.o): Delete rule.
* configure.ac: Don't check for HPUX DCE threads support.
* configure, config.in: Regenerate.
* hppa-hpux-nat.c (child_suppress_run): Delete.
(hppa_hpux_child_can_run): Delete.
(_initialize_hppa_hpux_nat): Don't override to_can_run.
* hpux-thread.c: Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index fc03b0c..226faf6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1504,11 +1504,6 @@ ALLDEPFILES = \ # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. -hpux-thread.o: $(srcdir)/hpux-thread.c - $(COMPILE) -I$(srcdir)/osf-share -I$(srcdir)/osf-share/HP800 \ - -I/usr/include/dce $(srcdir)/hpux-thread.c - $(POSTCOMPILE) - # main.o needs an explicit build rule to get TARGET_SYSTEM_ROOT and BINDIR. main.o: $(srcdir)/main.c $(COMPILE) $(TARGET_SYSTEM_ROOT_DEFINE) -DBINDIR=\"$(bindir)\" $(srcdir)/main.c |