forked from Imagelibrary/binutils-gdb
* elf32-i386.c (elf_howto_table): Add bfd_elf_generic_reloc
special function for all reloc entries. * elf32-target.h (TARGET_LITTLE_SYM): Add SEC_CODE to section_flags. * libelf.h (elf_symbol_type): Remove desc, type and other fields. * Makefile.in (elf32-*.o): These depend upon elf32-target.h.
This commit is contained in:
@@ -46,10 +46,6 @@ typedef struct
|
||||
{
|
||||
asymbol symbol;
|
||||
Elf_Internal_Sym internal_elf_sym;
|
||||
/* these are used for the generation of .stabX symbols (?) */
|
||||
short desc;
|
||||
unsigned char type;
|
||||
char other;
|
||||
union
|
||||
{
|
||||
unsigned int hppa_arg_reloc;
|
||||
|
||||
Reference in New Issue
Block a user