/* Adapteva EPIPHANY ELF support for BFD.
Copyright (C) 2009-2022 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of BFD, the Binary File Descriptor library.
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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _ELF_EPIPHANY_H
#define _ELF_EPIPHANY_H
#include "elf/reloc-macros.h"
/* Relocations. */
START_RELOC_NUMBERS (elf_epiphany_reloc_type)
RELOC_NUMBER (R_EPIPHANY_NONE, 0)
/* Absolute address relocations. */
RELOC_NUMBER (R_EPIPHANY_8, 1)
RELOC_NUMBER (R_EPIPHANY_16, 2)
RELOC_NUMBER (R_EPIPHANY_32, 3)
/* PC-relative relocations. */
RELOC_NUMBER (R_EPIPHANY_8_PCREL, 4)
RELOC_NUMBER (R_EPIPHANY_16_PCREL,5)
RELOC_NUMBER (R_EPIPHANY_32_PCREL,6)
/* special forms for 8/24 bit branch displacements. */
RELOC_NUMBER (R_EPIPHANY_SIMM8, 7)
RELOC_NUMBER (R_EPIPHANY_SIMM24, 8)
/* HIGH and LOW relocations taking part of a 32 bit address and
depositing it into the IMM16 field of a destination. */
RELOC_NUMBER (R_EPIPHANY_HIGH, 9)
RELOC_NUMBER (R_EPIPHANY_LOW,10)
/* 11 bit signed immediate value. */
RELOC_NUMBER (R_EPIPHANY_SIMM11, 11)
/* 11 bit magnitude addressing displacement. */
RELOC_NUMBER (R_EPIPHANY_IMM11, 12)
/* 8 bit immediate for MOV.S R,IMM8. */
RELOC_NUMBER (R_EPIPHANY_IMM8, 13)
END_RELOC_NUMBERS(R_EPIPHANY_max)
#endif /* _ELF_EPIPHANY_H */
)
Author |
| 2013-11-28 | These have moved to external | christos |
| 2013-10-18 | remove unused variables | christos |
| 2012-02-25 | Don't use loops with empty body. | joerg |
| 2012-01-27 | PR/45881: Chavdar Ivanov: nvi copy command copies empty lines. | christos |
| 2011-11-23 | use ARG_CHAR_T instead of CHAR_T for integer promotion. | tnozaki |
| 2011-11-23 | use e_key_t instead of u_int. | tnozaki |
| 2011-11-23 | don't use L prefix directly, for --disable-widechar. | tnozaki |
| 2011-08-17 | fix raw string formats | christos |
| 2011-06-22 | initialise from_cs[1] instead of from_cs[0] twice. from GCC 4.5.3. | mrg |
| 2011-03-21 | 1. fix PR/44455, nonprintable character doesn't show hex-visual | tnozaki |
| 2010-05-13 | cast isblank(3)'s argument to unsigned char. | tnozaki |
| 2009-12-23 | Use wide char versions of tolower/toupper/islower/isupper where | mlelstv |
| 2009-11-24 | don't use pathname directly as msgq()'s first argument of format string. | tnozaki |
| 2009-11-15 | Fix all formats for 64bit builds | dsl |
| 2009-11-14 | one more printf like function, and fix the lossage. | christos |
| 2009-11-14 | Add a gcc printf attribute to the printf functions and fix the lossage caught. | christos |
| 2009-10-31 | Save command in :w !<command> for later :w !! | dsl |
| 2009-08-11 | bump to nb5: | aymeric |
| 2009-08-07 | Crank version to nb4 | lukem |
| 2009-08-07 | Rename "expandtabs" to "expandtab" to match documentation (and vim, | lukem |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2009-01-13 | PR/40386: M. Levinson: vi(1) filename completion no longer works, fix bug | christos |
| 2008-12-13 | Suppress false -Wuninitialized warning on gcc -O1. | tsutsui |
| 2008-12-12 | Bump the version to ""nvi-1.81.6nb1" for NetBSD changes: | lukem |
| 2008-12-12 | Implement "expandtab" option: | lukem |
| 2008-12-06 | more compilation issues on amd64, where size_t != unsigned int. | christos |
| 2008-12-05 | WARNS=4 | christos |
| 2008-10-29 | make gtags work for real. | christos |
| 2008-10-29 | put back gtagsmode (untested) apb should test. | christos |
| 2008-05-20 | . include <sys/stropts.h> only if !defined(__NetBSD__) | aymeric |
| 2008-05-18 | Re-import nvi sources, this time based on the distributed tar ball, after | aymeric |
| 2008-05-16 | import nvi 1.81.6 verbatim, untouched from the git tree | aymeric |