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/] [gdb-6.8/] [include/] [elf/] [v850.h] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* V850 ELF support for BFD.
/* V850 ELF support for BFD.
   Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007
   Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
   Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
Line 86... Line 86...
/* Processor specific section indices.  These sections do not actually
/* Processor specific section indices.  These sections do not actually
   exist.  Symbols with a st_shndx field corresponding to one of these
   exist.  Symbols with a st_shndx field corresponding to one of these
   values have a special meaning.  */
   values have a special meaning.  */
 
 
/* Small data area common symbol.  */
/* Small data area common symbol.  */
#define SHN_V850_SCOMMON        0xff00
#define SHN_V850_SCOMMON        SHN_LORESERVE
 
 
/* Tiny data area common symbol.  */
/* Tiny data area common symbol.  */
#define SHN_V850_TCOMMON        0xff01
#define SHN_V850_TCOMMON        (SHN_LORESERVE + 1)
 
 
/* Zero data area common symbol.  */
/* Zero data area common symbol.  */
#define SHN_V850_ZCOMMON        0xff02
#define SHN_V850_ZCOMMON        (SHN_LORESERVE + 2)
 
 


/* Processor specific section types.  */
/* Processor specific section types.  */
 
 
/* Section contains the .scommon data.  */
/* Section contains the .scommon data.  */

powered by: WebSVN 2.1.0

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