URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 1... |
Line 1... |
/* CR16C ELF support for BFD.
|
/* CR16C ELF support for BFD.
|
Copyright 2004 Free Software Foundation, Inc.
|
Copyright 2004, 2008 Free Software Foundation, Inc.
|
|
|
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
|
Line 244... |
Line 244... |
/* 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. */
|
|
|
/* Far common symbol. */
|
/* Far common symbol. */
|
#define SHN_CR16C_FCOMMON 0xff00
|
#define SHN_CR16C_FCOMMON SHN_LORESERVE
|
#define SHN_CR16C_NCOMMON 0xff01
|
#define SHN_CR16C_NCOMMON (SHN_LORESERVE + 1)
|
|
|
typedef struct reloc_map
|
typedef struct reloc_map
|
{
|
{
|
unsigned short cr_reloc_type; /* CR relocation type. */
|
unsigned short cr_reloc_type; /* CR relocation type. */
|
bfd_reloc_code_real_type bfd_reloc_enum; /* BFD relocation enum. */
|
bfd_reloc_code_real_type bfd_reloc_enum; /* BFD relocation enum. */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.