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
This commit is contained in:
parent
3e0bf9f1f0
commit
1b452ec66b
30 changed files with 177 additions and 149 deletions
|
@ -84,7 +84,7 @@ START_RELOC_NUMBERS (elf_mips_reloc_type)
|
|||
/* These are GNU extensions to enable C++ vtable garbage collection. */
|
||||
RELOC_NUMBER (R_MIPS_GNU_VTINHERIT, 253)
|
||||
RELOC_NUMBER (R_MIPS_GNU_VTENTRY, 254)
|
||||
END_RELOC_NUMBERS
|
||||
END_RELOC_NUMBERS (R_MIPS_maxext)
|
||||
|
||||
/* Processor specific flags for the ELF header e_flags field. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue