diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 16:07:21 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 16:07:21 +0000 |
commit | 506cfbc8d584920ca94c303012c4d287f3c4e58f (patch) | |
tree | def14a8367678a65a175ed026c9b917f60733f14 /gcc/config | |
parent | f05c9dfb6f30200a4dfe3a2471f8cb9753d0b1ff (diff) | |
download | gcc-506cfbc8d584920ca94c303012c4d287f3c4e58f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/t-bpabi | 3 | ||||
-rw-r--r-- | gcc/config/arm/t-symbian | 3 | ||||
-rw-r--r-- | gcc/config/picochip/t-picochip | 3 | ||||
-rw-r--r-- | gcc/config/t-darwin | 1 | ||||
-rw-r--r-- | gcc/config/t-freebsd | 1 | ||||
-rw-r--r-- | gcc/config/t-linux | 1 | ||||
-rw-r--r-- | gcc/config/t-sol2 | 1 |
7 files changed, 3 insertions, 10 deletions
diff --git a/gcc/config/arm/t-bpabi b/gcc/config/arm/t-bpabi index 61da9ec7b4c..78812b35bd8 100644 --- a/gcc/config/arm/t-bpabi +++ b/gcc/config/arm/t-bpabi @@ -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 diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian index 4a1476f6791..3be83f445aa 100644 --- a/gcc/config/arm/t-symbian +++ b/gcc/config/arm/t-symbian @@ -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 diff --git a/gcc/config/picochip/t-picochip b/gcc/config/picochip/t-picochip index c74c12d309f..ba4394eceeb 100644 --- a/gcc/config/picochip/t-picochip +++ b/gcc/config/picochip/t-picochip @@ -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 diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 1faafbe89d3..2703e85f35a 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -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 diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index 276e2d7a5ad..af2df24f105 100644 --- a/gcc/config/t-freebsd +++ b/gcc/config/t-freebsd @@ -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 diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 38b3b58d9f4..039fa27ae82 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -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 diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 4f1c67e919b..73fd8eb3667 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -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 |