aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-07-07 16:47:14 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-07-07 16:47:14 +0100
commit2492731a82d9b391d07511dc1ea46944267c9eed (patch)
tree53525559e9595d32981c2d1b70cd206b848186d7
parent9d9c740d1efcd1bd597ef4734227996a8f69151d (diff)
downloadgcc-2492731a82d9b391d07511dc1ea46944267c9eed.zip
gcc-2492731a82d9b391d07511dc1ea46944267c9eed.tar.gz
gcc-2492731a82d9b391d07511dc1ea46944267c9eed.tar.bz2
t-crtpic, [...]: Remove.
* config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove. From-SVN: r175986
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/t-crtpic10
-rw-r--r--gcc/config/i386/t-svr3dbx7
-rw-r--r--gcc/config/pa/t-pa7
4 files changed, 5 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f840e57..c19bef8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-07 Joseph Myers <joseph@codesourcery.com>
+
+ * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa:
+ Remove.
+
2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
* hw-doloop.c: New file.
diff --git a/gcc/config/i386/t-crtpic b/gcc/config/i386/t-crtpic
deleted file mode 100644
index ff81a9b..0000000
--- a/gcc/config/i386/t-crtpic
+++ /dev/null
@@ -1,10 +0,0 @@
-# The pushl in CTOR initialization interferes with frame pointer elimination.
-
-# We need to use -fPIC when we are using gcc to compile the routines in
-# crtstuff.c. This is only really needed when we are going to use gcc/g++
-# to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fPIC when compiling the
-# routines in crtstuff.c.
-
-CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
-TARGET_LIBGCC2_CFLAGS = -fPIC
diff --git a/gcc/config/i386/t-svr3dbx b/gcc/config/i386/t-svr3dbx
deleted file mode 100644
index 5171137..0000000
--- a/gcc/config/i386/t-svr3dbx
+++ /dev/null
@@ -1,7 +0,0 @@
-# gas 1.38.1 supporting dbx-in-coff requires a link script.
-
-svr3.ifile: $(srcdir)/config/i386/svr3.ifile
- rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile .
-
-svr3z.ifile: $(srcdir)/config/i386/svr3z.ifile
- rm -f svr3z.ifile; cp $(srcdir)/config/i386/svr3z.ifile .
diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa
deleted file mode 100644
index cad060d..0000000
--- a/gcc/config/pa/t-pa
+++ /dev/null
@@ -1,7 +0,0 @@
-TARGET_LIBGCC2_CFLAGS = -fPIC
-
-LIB2FUNCS_EXTRA=lib2funcs.asm
-
-lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm
- rm -f lib2funcs.asm
- cp $(srcdir)/config/pa/lib2funcs.asm .