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. */
|