OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [ia64/] [elf.h] - Diff between revs 38 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
/* Definitions for embedded ia64-elf target.  */
/* Definitions for embedded ia64-elf target.  */
 
 
/* This macro is a C statement to print on `stderr' a string describing the
/* This macro is a C statement to print on `stderr' a string describing the
   particular machine description choice.  */
   particular machine description choice.  */
 
 
#define TARGET_VERSION fprintf (stderr, " (IA-64) ELF");
#define TARGET_VERSION fprintf (stderr, " (IA-64) ELF");
 
 
/* A C string constant that tells the GCC driver program options to pass to
/* A C string constant that tells the GCC driver program options to pass to
   the assembler.  It can also specify how to translate options you give to GNU
   the assembler.  It can also specify how to translate options you give to GNU
   CC into options for GCC to pass to the assembler.  */
   CC into options for GCC to pass to the assembler.  */
 
 
#if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
#if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
/* GNU AS.  */
/* GNU AS.  */
#undef  ASM_EXTRA_SPEC
#undef  ASM_EXTRA_SPEC
#define ASM_EXTRA_SPEC \
#define ASM_EXTRA_SPEC \
  "%{mno-gnu-as:-N so} %{!mno-gnu-as:-x}"
  "%{mno-gnu-as:-N so} %{!mno-gnu-as:-x}"
#else
#else
/* Intel ias.  */
/* Intel ias.  */
#undef  ASM_SPEC
#undef  ASM_SPEC
#define ASM_SPEC \
#define ASM_SPEC \
  "%{!mgnu-as:-N so} %{mgnu-as:-x} %{mconstant-gp:-M const_gp}\
  "%{!mgnu-as:-N so} %{mgnu-as:-x} %{mconstant-gp:-M const_gp}\
   %{mauto-pic:-M no_plabel}"
   %{mauto-pic:-M no_plabel}"
#endif
#endif
 
 
/* A C string constant that tells the GCC driver program options to pass to
/* A C string constant that tells the GCC driver program options to pass to
   the linker.  It can also specify how to translate options you give to GCC
   the linker.  It can also specify how to translate options you give to GCC
   into options for GCC to pass to the linker.  */
   into options for GCC to pass to the linker.  */
 
 
/* The Intel linker does not support dynamic linking, so we need -dn.
/* The Intel linker does not support dynamic linking, so we need -dn.
   The Intel linker gives annoying messages unless -N so is used.  */
   The Intel linker gives annoying messages unless -N so is used.  */
#if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
#if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_LD) != 0
/* GNU LD.  */
/* GNU LD.  */
#define LINK_SPEC "%{mno-gnu-ld:-dn -N so}"
#define LINK_SPEC "%{mno-gnu-ld:-dn -N so}"
#else
#else
/* Intel ild.  */
/* Intel ild.  */
#define LINK_SPEC "%{!mgnu-ld:-dn -N so}"
#define LINK_SPEC "%{!mgnu-ld:-dn -N so}"
#endif
#endif
 
 
/* svr4.h links with crti.o/crtn.o, but elfos.h does not.  We override elfos.h
/* svr4.h links with crti.o/crtn.o, but elfos.h does not.  We override elfos.h
   so that we can use the standard ELF Unix method.  */
   so that we can use the standard ELF Unix method.  */
#undef  ENDFILE_SPEC
#undef  ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s crtn.o%s"
#define ENDFILE_SPEC "crtend.o%s crtn.o%s"
 
 
#undef  STARTFILE_SPEC
#undef  STARTFILE_SPEC
#define STARTFILE_SPEC "%{!shared: \
#define STARTFILE_SPEC "%{!shared: \
                         %{!symbolic: \
                         %{!symbolic: \
                          %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}\
                          %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}\
                        crti.o%s crtbegin.o%s"
                        crti.o%s crtbegin.o%s"
 
 
/* End of elf.h */
/* End of elf.h */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.