This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Are these files still in use?
- From: Jim Wilson <wilson at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 24 May 2002 20:35:49 -0400
- Subject: Re: Are these files still in use?
- References: <20020524230053.GA10455@codesourcery.com>
ia64/unwind-ia64.h
This is used in gcc/config/ia64/{fde-glibc.c,unwind-aix.c,unwind-ia64.c}.
If you grep without the ia64/ you will find the references, though I
suppose the includes could be fixed to use ia64/.
sparc/sol2-g1.asm
This reference disappeared here.
Wed Sep 9 01:32:01 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
Add preliminary native sparcv9 Solaris support.
* configure.in: Recognize sparv9-*-solaris2*
* configure: Rebuilt.
* config.sub: Recognize sparcv9 just like sparc64.
* config/sparc/sol2-c1.asm config/sparc/sol2-ci.asm
config/sparc/sol2-cn.asm: Macroize so it can be shared between
32-bit and 64-bit Solaris systems.
* config/sparc/t-sol2: Assemble those with cpp.
* config/sparc/sparc.h (TARGET_CPU_sparcv9): New alias for v9.
(*TF*_LIBCALL): If ARCH64 use V9 names.
* config/sparc/{xm-sysv4-64,sol2-sld-64}.h: New files.
Before this change, sol2-g1.asm was used to build gcrt1.o. After this change,
sol2-c1.asm was used to build gcrt1.o, and sol2-g1.asm was unused.
Jim