summaryrefslogtreecommitdiff
path: root/bfd/elf32-d10v.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-06-07 03:43:33 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-06-07 03:43:33 +0000
commite2ae6d613325ca7ece21453408e100ae5fc7df6b (patch)
tree73f262cd508b9b43e01537c79494879c646beb6f /bfd/elf32-d10v.c
parentdaafc33d0ad60191acb11d98546fc1c357488e67 (diff)
downloadgdb-e2ae6d613325ca7ece21453408e100ae5fc7df6b.tar.gz
Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS.
Remove duplicate reloc enums in elf32-d[13]0v.c Remove EMPTY_HOWTOs in elf32-i386.c
Diffstat (limited to 'bfd/elf32-d10v.c')
-rw-r--r--bfd/elf32-d10v.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/bfd/elf32-d10v.c b/bfd/elf32-d10v.c
index dd2e892ad08..3fbf05b227b 100644
--- a/bfd/elf32-d10v.c
+++ b/bfd/elf32-d10v.c
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include "libbfd.h"
#include "elf-bfd.h"
-/* #include "elf/d10v.h" */
+#include "elf/d10v.h"
static reloc_howto_type *bfd_elf32_bfd_reloc_type_lookup
PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
@@ -33,20 +33,6 @@ static void d10v_info_to_howto_rel
/* Use REL instead of RELA to save space */
#define USE_REL
-enum reloc_type
-{
- R_D10V_NONE = 0,
- R_D10V_10_PCREL_R,
- R_D10V_10_PCREL_L,
- R_D10V_16,
- R_D10V_18,
- R_D10V_18_PCREL,
- R_D10V_32,
- R_D10V_GNU_VTINHERIT,
- R_D10V_GNU_VTENTRY,
- R_D10V_max
-};
-
static reloc_howto_type elf_d10v_howto_table[] =
{
/* This reloc does nothing. */