diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-14 22:29:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-14 22:29:26 +0000 |
commit | 207f85b54b905fcf78c507360a6245f2152ff6e7 (patch) | |
tree | 29985014f61e33882858cecebf5259fbe934ee37 /bfd/elf32-target.h | |
parent | 90397ff8230f87e5036ad2df85cdfc77619d9fd1 (diff) | |
download | gdb-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/elf32-target.h')
-rw-r--r-- | bfd/elf32-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-target.h b/bfd/elf32-target.h index 7e4b8dc..47b5249 100644 --- a/bfd/elf32-target.h +++ b/bfd/elf32-target.h @@ -202,7 +202,7 @@ bfd_target TARGET_LITTLE_SYM = /* section_flags: mask of all section flags */ (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY | - SEC_DATA), + SEC_CODE | SEC_DATA), /* leading_symbol_char: is the first char of a user symbol predictable, and if so what is it */ |