OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [or32/] [linux-elf.h] - Diff between revs 484 and 523

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

Rev 484 Rev 523
/* Definitions for or32 running Linux-based GNU systems using ELF
/* Definitions for or32 running Linux-based GNU systems using ELF
   Copyright (C) 2002, 2005
   Copyright (C) 2002, 2005
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Contributed by Marko Mlinar <markom@opencores.org>
   Contributed by Marko Mlinar <markom@opencores.org>
 
 
This file is part of GNU CC.
This file is part of GNU CC.
 
 
GNU CC is free software; you can redistribute it and/or modify
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
the Free Software Foundation; either version 2, or (at your option)
any later version.
any later version.
 
 
GNU CC is distributed in the hope that it will be useful,
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
GNU General Public License for more details.
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.  If not, write to
along with this program; see the file COPYING.  If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.  */
Boston, MA 02111-1307, USA.  */
 
 
/* elfos.h should have already been included.  Now just override
/* elfos.h should have already been included.  Now just override
   any conflicting definitions and add any extras.  */
   any conflicting definitions and add any extras.  */
 
 
/* Run-time Target Specification.  */
/* Run-time Target Specification.  */
#undef  TARGET_VERSION
#undef  TARGET_VERSION
#define TARGET_VERSION  fputs (" (OR32 GNU/Linux with ELF)", stderr);
#define TARGET_VERSION  fputs (" (OR32 GNU/Linux with ELF)", stderr);
 
 
/* Do not assume anything about header files.  */
/* Do not assume anything about header files.  */
#define NO_IMPLICIT_EXTERN_C
#define NO_IMPLICIT_EXTERN_C
 
 
/* This is how we tell the assembler that two symbols have the same value.  */
/* This is how we tell the assembler that two symbols have the same value.  */
#define ASM_OUTPUT_DEF(FILE, NAME1, NAME2) \
#define ASM_OUTPUT_DEF(FILE, NAME1, NAME2) \
  do                                       \
  do                                       \
    {                                      \
    {                                      \
      assemble_name (FILE, NAME1);         \
      assemble_name (FILE, NAME1);         \
      fputs (" = ", FILE);                 \
      fputs (" = ", FILE);                 \
      assemble_name (FILE, NAME2);         \
      assemble_name (FILE, NAME2);         \
      fputc ('\n', FILE);                  \
      fputc ('\n', FILE);                  \
    }                                      \
    }                                      \
    while (0)
    while (0)
 
 
 
 
#if 0
#if 0
/* Node: Label Output */
/* Node: Label Output */
 
 
#define SET_ASM_OP      "\t.set\t"
#define SET_ASM_OP      "\t.set\t"
 
 
#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN)  \
#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN)  \
  (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
  (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
 
 
#define ASM_WEAKEN_LABEL(FILE, NAME)    \
#define ASM_WEAKEN_LABEL(FILE, NAME)    \
  do                                    \
  do                                    \
    {                                   \
    {                                   \
      fputs ("\t.weak\t", (FILE));      \
      fputs ("\t.weak\t", (FILE));      \
      assemble_name ((FILE), (NAME));   \
      assemble_name ((FILE), (NAME));   \
      fputc ('\n', (FILE));             \
      fputc ('\n', (FILE));             \
    }                                   \
    }                                   \
  while (0)
  while (0)
 
 
#endif
#endif
 
 
/* The GNU C++ standard library requires that these macros be defined.  */
/* The GNU C++ standard library requires that these macros be defined.  */
#undef CPLUSPLUS_CPP_SPEC
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
 
 
 No newline at end of file
 No newline at end of file
 
#undef DRIVER_SELF_SPECS
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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