diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-05-23 11:12:25 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-05-23 11:12:25 +0000 |
commit | c80286502f7db28d9ef38bdb613209751667834a (patch) | |
tree | b02e8e2376ff96e760951f15d4ddc6a1bb02d371 /gcc/config/t-linux | |
parent | 15882fe97cb65d99dd117330ccc05c5c86404a85 (diff) | |
download | gcc-c80286502f7db28d9ef38bdb613209751667834a.zip gcc-c80286502f7db28d9ef38bdb613209751667834a.tar.gz gcc-c80286502f7db28d9ef38bdb613209751667834a.tar.bz2 |
gthr-gnat.c: Remove.
gcc:
* gthr-gnat.c: Remove.
* gthr-gnat.h: Remove.
* Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
* config/t-freebsd (LIB2ADDEH): Likewise.
* config/t-linux (LIB2ADDEH): Likewise.
* config/t-sol2 (LIB2ADDEH): Likewise.
* config/ia64/t-vms (LIB2ADDEH): Likewise.
* configure.ac (target_thread_file): Remove gnat handling.
* configure: Regenerate.
* doc/install.texi (Configuration, --enable-threads): Remove gnat.
gcc/po:
* EXCLUDES: Remove gthr-gnat.c, gthr-gnat.h.
libgcc:
* config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
From-SVN: r174064
Diffstat (limited to 'gcc/config/t-linux')
-rw-r--r-- | gcc/config/t-linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 1a7d79e..38b3b58 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,5 +1,5 @@ # Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, -# 2004 Free Software Foundation, Inc. +# 2004, 2011 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -28,5 +28,5 @@ SHLIB_MAPFILES += $(srcdir)/config/libgcc-glibc.ver # Use unwind-dw2-fde-glibc LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \ - $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c + $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c |