From: Joseph Myers Date: Thu, 7 Jul 2011 15:47:14 +0000 (+0100) Subject: t-crtpic, [...]: Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2492731a82d9b391d07511dc1ea46944267c9eed;p=gcc.git t-crtpic, [...]: Remove. * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove. From-SVN: r175986 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f840e57803d..c19bef8d316 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 ff81a9bef9c..00000000000 --- 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 51711379191..00000000000 --- 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 cad060da066..00000000000 --- 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 .