From 2492731a82d9b391d07511dc1ea46944267c9eed Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 7 Jul 2011 16:47:14 +0100 Subject: [PATCH] t-crtpic, [...]: Remove. * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove. From-SVN: r175986 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/t-crtpic | 10 ---------- gcc/config/i386/t-svr3dbx | 7 ------- gcc/config/pa/t-pa | 7 ------- 4 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 gcc/config/i386/t-crtpic delete mode 100644 gcc/config/i386/t-svr3dbx delete mode 100644 gcc/config/pa/t-pa 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 + + * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: + Remove. + 2011-07-07 Bernd Schmidt * 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 . -- 2.7.4