diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-07 03:43:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-07 03:43:33 +0000 |
commit | 1b452ec66bd22e10bfa182d8e6995f0037486560 (patch) | |
tree | 0de40f36aea82f8394c6fff3aab17271dcae57fa /include/elf/v850.h | |
parent | 3e0bf9f1f0e77a5d40d6799fa49795350c39333e (diff) | |
download | gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.zip gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.tar.gz gdb-1b452ec66bd22e10bfa182d8e6995f0037486560.tar.bz2 |
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 'include/elf/v850.h')
-rw-r--r-- | include/elf/v850.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/elf/v850.h b/include/elf/v850.h index d443b7f..45b0e39 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -77,9 +77,7 @@ START_RELOC_NUMBERS (v850_reloc_type) /* END CYGNUS LOCAL */ RELOC_NUMBER (R_V850_GNU_VTINHERIT, 23) RELOC_NUMBER (R_V850_GNU_VTENTRY, 24) - - EMPTY_RELOC (R_V850_max) -END_RELOC_NUMBERS +END_RELOC_NUMBERS (R_V850_max) /* Processor specific section indices. These sections do not actually |