aboutsummaryrefslogtreecommitdiff
path: root/bfd/libelf.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-09-14 22:29:26 +0000
committerIan Lance Taylor <ian@airs.com>1993-09-14 22:29:26 +0000
commit207f85b54b905fcf78c507360a6245f2152ff6e7 (patch)
tree29985014f61e33882858cecebf5259fbe934ee37 /bfd/libelf.h
parent90397ff8230f87e5036ad2df85cdfc77619d9fd1 (diff)
downloadgdb-207f85b54b905fcf78c507360a6245f2152ff6e7.zip
gdb-207f85b54b905fcf78c507360a6245f2152ff6e7.tar.gz
gdb-207f85b54b905fcf78c507360a6245f2152ff6e7.tar.bz2
* 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.
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r--bfd/libelf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h
index 110d93f..f9cfa1a 100644
--- a/bfd/libelf.h
+++ b/bfd/libelf.h
@@ -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;