This patch removes three unused t-* makefile fragments. (t-pa is unused because no target uses it explicitly and all PA targets define nonempty tmake_file; t-$cpu_type is is only used implicitly if tmake_file is empty after config.gcc.)
Bootstrapped with no regressions on x86_64-unknown-linux-gnu. OK to commit? 2011-07-06 Joseph Myers <jos...@codesourcery.com> * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove. Index: gcc/config/i386/t-svr3dbx =================================================================== --- gcc/config/i386/t-svr3dbx (revision 175919) +++ gcc/config/i386/t-svr3dbx (working copy) @@ -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 . Index: gcc/config/i386/t-crtpic =================================================================== --- gcc/config/i386/t-crtpic (revision 175919) +++ gcc/config/i386/t-crtpic (working copy) @@ -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 Index: gcc/config/pa/t-pa =================================================================== --- gcc/config/pa/t-pa (revision 175919) +++ gcc/config/pa/t-pa (working copy) @@ -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 . -- Joseph S. Myers jos...@codesourcery.com