]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (LIB2ADDEHDEP): Remove.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 3 Jun 2011 16:07:21 +0000 (16:07 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 3 Jun 2011 16:07:21 +0000 (16:07 +0000)
gcc:
* Makefile.in (LIB2ADDEHDEP): Remove.
* config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
* config/arm/t-symbian (LIB2ADDEHDEP): Remove.
* config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
* config/t-darwin (LIB2ADDEHDEP): Remove.
* config/t-freebsd (LIB2ADDEHDEP): Remove.
* config/t-linux (LIB2ADDEHDEP): Remove.

libgcc:
* config/s390/t-tpf (LIB2ADDEHDEP): Remove.
* config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.

From-SVN: r174606

12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config/arm/t-bpabi
gcc/config/arm/t-symbian
gcc/config/picochip/t-picochip
gcc/config/t-darwin
gcc/config/t-freebsd
gcc/config/t-linux
gcc/config/t-sol2
libgcc/ChangeLog
libgcc/config/s390/t-tpf
libgcc/config/t-sol2

index 86245dd79b138aeb27d76144c95b58bdbb8f87ea..2cc42440a6a0080c0258a63b2a2d2f7d668ff6cf 100644 (file)
@@ -1,3 +1,13 @@
+2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (LIB2ADDEHDEP): Remove.
+       * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
+       * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
+       * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
+       * config/t-darwin (LIB2ADDEHDEP): Remove.
+       * config/t-freebsd (LIB2ADDEHDEP): Remove.
+       * config/t-linux (LIB2ADDEHDEP): Remove.
+
 2011-06-03  Diego Novillo  <dnovillo@google.com>
 
        * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
index 70eb9fb330092fe956e4f15cbef8a2515e563a27..81736a045a03e14bdd59452af5ef2ca7ebe425f7 100644 (file)
@@ -683,7 +683,6 @@ LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
    $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
 LIB2ADDEHSTATIC = $(LIB2ADDEH)
 LIB2ADDEHSHARED = $(LIB2ADDEH)
-LIB2ADDEHDEP = $(UNWIND_H) unwind-pe.h unwind.inc unwind-dw2-fde.h unwind-dw2.h
 
 # Don't build libunwind by default.
 LIBUNWIND =
index 61da9ec7b4ce9fea92860c26c09b7a87915affe1..78812b35bd8f8f2e3d75fbc37c5aa43a62373c5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2011 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -29,7 +29,6 @@ UNWIND_H = $(srcdir)/config/arm/unwind-arm.h
 LIB2ADDEH = $(srcdir)/config/arm/unwind-arm.c \
   $(srcdir)/config/arm/libunwind.S \
   $(srcdir)/config/arm/pr-support.c $(srcdir)/unwind-c.c
-LIB2ADDEHDEP = $(UNWIND_H) $(srcdir)/config/$(LIB1ASMSRC)
 
 # Add the BPABI names.
 SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver
index 4a1476f6791aed115855d6dd99d228979243c8ba..3be83f445aa14fcb5a03e3eaec0b04717b721c22 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2008, 2011 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -33,7 +33,6 @@ LIB1ASMFUNCS += \
 # Include the gcc personality routine
 UNWIND_H = $(srcdir)/config/arm/unwind-arm.h
 LIB2ADDEH = $(srcdir)/unwind-c.c $(srcdir)/config/arm/pr-support.c
-LIB2ADDEHDEP = $(UNWIND_H)
 
 # Include half-float helpers.
 LIB2FUNCS_STATIC_EXTRA = $(srcdir)/config/arm/fp16.c
index c74c12d309fff65c9f949e1e689b57961803c5ea..ba4394eceebcc1e7bef9dd17d2d20f123196a1e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2011 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -45,7 +45,6 @@ LIB1ASMSRC = picochip/libgccExtras/fake_libgcc.asm
 
 # Turn off the building of exception handling libraries.
 LIB2ADDEH =
-LIB2ADDEHDEP =
 
 # Turn off ranlib on target libraries.
 RANLIB_FOR_TARGET = cat
index 1faafbe89d3800a98e1330405c94d308ab367c6a..2703e85f35aaea13fc8412bd334a2d8743d0a22f 100644 (file)
@@ -54,7 +54,6 @@ $(T)crt3$(objext): $(srcdir)/config/darwin-crt3.c $(GCC_PASSES) \
 # Use unwind-dw2-fde-darwin
 LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-darwin.c \
   $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
 
 # -pipe because there's an assembler bug, 4077127, which causes
 # it to not properly process the first # directive, causing temporary
index 276e2d7a5ad7a23185808b3098bc7894aba5e3d3..af2df24f1054696b7f5f01fd535d0c86b2f764f7 100644 (file)
@@ -7,4 +7,3 @@ TARGET_LIBGCC2_CFLAGS += -fPIC
 # Use unwind-dw2-fde-glibc
 LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
   $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
index 38b3b58d9f4db10667610c8cf40a4bfbf86898a6..039fa27ae82fbdd080b292b328b7ab846f915a74 100644 (file)
@@ -29,4 +29,3 @@ 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)/unwind-c.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
index 4f1c67e919b0ee28a8f48f0b279f1be6a32d4f2c..73fd8eb3667d97e249e223a879d17749f8576945 100644 (file)
@@ -36,4 +36,3 @@ TARGET_LIBGCC2_CFLAGS = -fPIC
 # are present, automatically falls back to unwind-dw2-fde.c.
 LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
   $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
index 7f8050cd44600bac463dc266254e7da184ef3878..9eb6e07cb704104bf0c99a65fdd0583bf4220b0a 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
+       * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
+
 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * configure.ac (target_thread_file): Determine thread model.
index 7890d27297ea529139702ede87a1ec6e92cc9eaf..2110c688d5f7b0e99b3ac227ed254c5c4f013570 100644 (file)
@@ -5,4 +5,3 @@ HOST_LIBGCC2_CFLAGS += -fPIC
 LIB2ADDEH = $(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c \
   $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c \
   $(gcc_srcdir)/emutls.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
index 2adcb13a82032ade1fb42ceb2b54f81d8d7a619e..e55c64f646d1e779ad177d53507a39c87245627e 100644 (file)
@@ -18,8 +18,8 @@
 
 # Use unwind-dw2-fde-glibc.c.  Unless linker support and dl_iterate_phdr
 # are present, automatically falls back to unwind-dw2-fde.c.
-LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
-  $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
+LIB2ADDEH = $(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c \
+  $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c
 
 # gmon build rule:
 gmon.o:        $(srcdir)/config/gmon-sol2.c