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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [include/] [elf/] [score.h] - Diff between revs 156 and 816

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

Rev 156 Rev 816
/* Score ELF support for BFD.
/* Score ELF support for BFD.
   Copyright 2006, 2008 Free Software Foundation, Inc.
   Copyright 2006, 2008 Free Software Foundation, Inc.
   Contributed by
   Contributed by
   Mei Ligang (ligang@sunnorth.com.cn)
   Mei Ligang (ligang@sunnorth.com.cn)
   Pei-Lin Tsai (pltsai@sunplus.com)
   Pei-Lin Tsai (pltsai@sunplus.com)
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
   This program is free software; you can redistribute it and/or modify
   This program 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 of the License, or
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
   (at your option) any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program 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; if not, write to the Free Software Foundation,
   along with this program; if not, write to the Free Software Foundation,
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 
#ifndef _ELF_SCORE_H
#ifndef _ELF_SCORE_H
#define _ELF_SCORE_H
#define _ELF_SCORE_H
 
 
#include "elf/reloc-macros.h"
#include "elf/reloc-macros.h"
 
 
#define SCORE_SIMULATOR_ACTIVE  1
#define SCORE_SIMULATOR_ACTIVE  1
#define OPC_PTMASK              0xc0000000      /* Parity-bit Mask.  */
#define OPC_PTMASK              0xc0000000      /* Parity-bit Mask.  */
#define OPC16_PTMASK            0x00008000
#define OPC16_PTMASK            0x00008000
/* The parity-bit denotes.  */
/* The parity-bit denotes.  */
#define OPC_32                  0xc0000000      /* Denotes 32b instruction, (default).  */
#define OPC_32                  0xc0000000      /* Denotes 32b instruction, (default).  */
#define OPC_16                  0x00000000      /* Denotes 16b instruction.  */
#define OPC_16                  0x00000000      /* Denotes 16b instruction.  */
#define OPC_PE                  0x8000          /* Denotes parallel-execution instructions.  */
#define OPC_PE                  0x8000          /* Denotes parallel-execution instructions.  */
#define GP_DISP_LABEL           "_gp_disp"
#define GP_DISP_LABEL           "_gp_disp"
 
 
/* Processor specific flags for the ELF header e_flags field:  */
/* Processor specific flags for the ELF header e_flags field:  */
 
 
/* File contains position independent code.  */
/* File contains position independent code.  */
#define EF_SCORE_PIC            0x80000000
#define EF_SCORE_PIC            0x80000000
 
 
/* Fix data dependency.  */
/* Fix data dependency.  */
#define EF_SCORE_FIXDEP         0x40000000 
#define EF_SCORE_FIXDEP         0x40000000 
 
 
/* Defined and allocated common symbol.  Value is virtual address.  If
/* Defined and allocated common symbol.  Value is virtual address.  If
   relocated, alignment must be preserved.  */
   relocated, alignment must be preserved.  */
#define SHN_SCORE_TEXT          (SHN_LORESERVE + 1)
#define SHN_SCORE_TEXT          (SHN_LORESERVE + 1)
#define SHN_SCORE_DATA          (SHN_LORESERVE + 2)
#define SHN_SCORE_DATA          (SHN_LORESERVE + 2)
/* Small common symbol.  */
/* Small common symbol.  */
#define SHN_SCORE_SCOMMON       (SHN_LORESERVE + 3)
#define SHN_SCORE_SCOMMON       (SHN_LORESERVE + 3)
 
 
/* Processor specific section flags.  */
/* Processor specific section flags.  */
 
 
/* This section must be in the global data area.  */
/* This section must be in the global data area.  */
#define SHF_SCORE_GPREL         0x10000000
#define SHF_SCORE_GPREL         0x10000000
 
 
/* This section should be merged.  */
/* This section should be merged.  */
#define SHF_SCORE_MERGE         0x20000000
#define SHF_SCORE_MERGE         0x20000000
 
 
/* This section contains address data of size implied by section
/* This section contains address data of size implied by section
   element size.  */
   element size.  */
#define SHF_SCORE_ADDR          0x40000000
#define SHF_SCORE_ADDR          0x40000000
 
 
/* This section contains string data.  */
/* This section contains string data.  */
#define SHF_SCORE_STRING                0x80000000
#define SHF_SCORE_STRING                0x80000000
 
 
/* This section may not be stripped.  */
/* This section may not be stripped.  */
#define SHF_SCORE_NOSTRIP       0x08000000
#define SHF_SCORE_NOSTRIP       0x08000000
 
 
/* This section is local to threads.  */
/* This section is local to threads.  */
#define SHF_SCORE_LOCAL         0x04000000
#define SHF_SCORE_LOCAL         0x04000000
 
 
/* Linker should generate implicit weak names for this section.  */
/* Linker should generate implicit weak names for this section.  */
#define SHF_SCORE_NAMES         0x02000000
#define SHF_SCORE_NAMES         0x02000000
 
 
/* Section contais text/data which may be replicated in other sections.
/* Section contais text/data which may be replicated in other sections.
   Linker should retain only one copy.  */
   Linker should retain only one copy.  */
#define SHF_SCORE_NODUPES       0x01000000
#define SHF_SCORE_NODUPES       0x01000000
 
 
/* Processor specific dynamic array tags.  */
/* Processor specific dynamic array tags.  */
 
 
/* Base address of the segment.  */
/* Base address of the segment.  */
#define DT_SCORE_BASE_ADDRESS   0x70000001
#define DT_SCORE_BASE_ADDRESS   0x70000001
/* Number of local global offset table entries.  */
/* Number of local global offset table entries.  */
#define DT_SCORE_LOCAL_GOTNO    0x70000002
#define DT_SCORE_LOCAL_GOTNO    0x70000002
/* Number of entries in the .dynsym section.  */
/* Number of entries in the .dynsym section.  */
#define DT_SCORE_SYMTABNO       0x70000003
#define DT_SCORE_SYMTABNO       0x70000003
/* Index of first dynamic symbol in global offset table.  */
/* Index of first dynamic symbol in global offset table.  */
#define DT_SCORE_GOTSYM         0x70000004
#define DT_SCORE_GOTSYM         0x70000004
/* Index of first external dynamic symbol not referenced locally.  */
/* Index of first external dynamic symbol not referenced locally.  */
#define DT_SCORE_UNREFEXTNO     0x70000005
#define DT_SCORE_UNREFEXTNO     0x70000005
/* Number of page table entries in global offset table.  */
/* Number of page table entries in global offset table.  */
#define DT_SCORE_HIPAGENO       0x70000006
#define DT_SCORE_HIPAGENO       0x70000006
 
 
 
 
/* Processor specific section types.  */
/* Processor specific section types.  */
 
 
 
 
/* Relocation types.  */
/* Relocation types.  */
START_RELOC_NUMBERS (elf_score_reloc_type)
START_RELOC_NUMBERS (elf_score_reloc_type)
  RELOC_NUMBER (R_SCORE_NONE,           0)
  RELOC_NUMBER (R_SCORE_NONE,           0)
  RELOC_NUMBER (R_SCORE_HI16,           1)
  RELOC_NUMBER (R_SCORE_HI16,           1)
  RELOC_NUMBER (R_SCORE_LO16,           2)
  RELOC_NUMBER (R_SCORE_LO16,           2)
  RELOC_NUMBER (R_SCORE_DUMMY1,         3)
  RELOC_NUMBER (R_SCORE_DUMMY1,         3)
  RELOC_NUMBER (R_SCORE_24,             4)
  RELOC_NUMBER (R_SCORE_24,             4)
  RELOC_NUMBER (R_SCORE_PC19,           5)
  RELOC_NUMBER (R_SCORE_PC19,           5)
  RELOC_NUMBER (R_SCORE16_11,           6)
  RELOC_NUMBER (R_SCORE16_11,           6)
  RELOC_NUMBER (R_SCORE16_PC8,          7)
  RELOC_NUMBER (R_SCORE16_PC8,          7)
  RELOC_NUMBER (R_SCORE_ABS32,          8)
  RELOC_NUMBER (R_SCORE_ABS32,          8)
  RELOC_NUMBER (R_SCORE_ABS16,          9)
  RELOC_NUMBER (R_SCORE_ABS16,          9)
  RELOC_NUMBER (R_SCORE_DUMMY2,         10)
  RELOC_NUMBER (R_SCORE_DUMMY2,         10)
  RELOC_NUMBER (R_SCORE_GP15,           11)
  RELOC_NUMBER (R_SCORE_GP15,           11)
  RELOC_NUMBER (R_SCORE_GNU_VTINHERIT,  12)
  RELOC_NUMBER (R_SCORE_GNU_VTINHERIT,  12)
  RELOC_NUMBER (R_SCORE_GNU_VTENTRY,    13)
  RELOC_NUMBER (R_SCORE_GNU_VTENTRY,    13)
  RELOC_NUMBER (R_SCORE_GOT15,          14)
  RELOC_NUMBER (R_SCORE_GOT15,          14)
  RELOC_NUMBER (R_SCORE_GOT_LO16,       15)
  RELOC_NUMBER (R_SCORE_GOT_LO16,       15)
  RELOC_NUMBER (R_SCORE_CALL15,         16)
  RELOC_NUMBER (R_SCORE_CALL15,         16)
  RELOC_NUMBER (R_SCORE_GPREL32,        17)
  RELOC_NUMBER (R_SCORE_GPREL32,        17)
  RELOC_NUMBER (R_SCORE_REL32,          18)
  RELOC_NUMBER (R_SCORE_REL32,          18)
  RELOC_NUMBER (R_SCORE_DUMMY_HI16,     19)
  RELOC_NUMBER (R_SCORE_DUMMY_HI16,     19)
END_RELOC_NUMBERS (R_SCORE_max)
END_RELOC_NUMBERS (R_SCORE_max)
 
 
#endif /* _ELF_SCORE_H */
#endif /* _ELF_SCORE_H */
 
 

powered by: WebSVN 2.1.0

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