aboutsummaryrefslogtreecommitdiff
path: root/bfd/libelf.h
AgeCommit message (Collapse)AuthorFilesLines
1993-06-30(CAT4): Added Saber-C (ANSI mode) version.Ken Raeburn1-0/+41
(bfd_elf64_*): New decls.
1993-06-24Thu Jun 24 17:25:51 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)Ken Raeburn1-6/+65
* elfcode.h (elf_new_section_hook): Do nothing for now. (elf_write_object_contents): Output common symbols the way ELF wants them. Wed Jun 23 16:20:07 1993 Ken Raeburn (raeburn@poseidon.cygnus.com) * libelf.h (struct elf_obj_tdata and associated macros): Moved here from elfcode.h. A couple of size-specific structure pointers were changed to PTR; uses fixed appropriately. (elf32_symbol_type, elf64_symbol_type): Separated definitions. (bfd_elf_mkobject): Renamed from bfd_elf32_mkobject. (bfd_elf32_mkobject, bfd_elf64_mkobject, elf_mkobject): New temporary macros to ease name change. * elf.c (elf_read, elf_mkobject, elf_get_str_section, elf_string_from_elf_section, bfd_elf_find_section): Moved here from elfcode.h. * doc/Makefile.in (libbfd.h): Process elf.c too. * Makefile.in (elf.o): Note new dependencies. * elfcode.h: Lots of stuff moved elsewhere. Deleted some unused code, tweaked some debug hooks. (elf_slurp_reloca_table): Translate ELF section symbols into BFD section symbols.
1993-06-22Use new size-independent versions of elf internal data structures.Ken Raeburn1-9/+8
1993-06-15Second try at getting elfNAME macros right.Ken Raeburn1-6/+17
Under ANSI C, "32_" is not a valid pp-token...
1993-06-15(elfNAME, ElfNAME): Use CAT directly rather than going through NAME.Ken Raeburn1-3/+5
(bfd_elf32_new_section_hook): Declare.
1993-06-02elfcode.hKen Raeburn1-17/+54
1993-05-25Updated for new macro, type, and structure names.Ken Raeburn1-34/+56
Cleaned up some namespace pollution; renamed elf vectors.
1993-05-21Move printing from bfd to nm and add POSIX and SysV formats.David MacKenzie1-0/+2
1993-05-14expand comment about "global_sym" complaintKen Raeburn1-1/+5
1993-04-29copyright; gas changesKen Raeburn1-0/+39
1993-02-27revised elf supportKen Raeburn1-0/+37