diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-06-07 03:43:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-06-07 03:43:33 +0000 |
commit | e2ae6d613325ca7ece21453408e100ae5fc7df6b (patch) | |
tree | 73f262cd508b9b43e01537c79494879c646beb6f /include/elf/v850.h | |
parent | daafc33d0ad60191acb11d98546fc1c357488e67 (diff) | |
download | gdb-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 '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 d443b7fdc0d..45b0e39bc94 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 |