summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-10-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-201-1/+1
* 2003-10-07 Roland McGrath <roland@redhat.com>Roland McGrath2003-10-161-0/+1
* Index: doc/ChangeLogAndrew Cagney2003-10-161-1/+1
* * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". ChangeAlan Modra2003-09-231-102/+80
* * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)Alan Modra2003-09-191-2/+2
* * elfxx-target.h: Remove PTR cast.Alan Modra2003-08-071-29/+26
* * elfcode.h: Convert to C90, remove unneeded casts and prototypes.Alan Modra2003-08-041-2/+2
* * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.Alan Modra2003-07-311-1/+2
* * elf.c: Convert to C90, remove unnecessary prototypes and casts.Alan Modra2003-07-301-657/+379
* * elf.c (special_sections): Set attributes for .got and .plt.Alan Modra2003-07-281-6/+6
* bfd/H.J. Lu2003-07-261-11/+13
* bfd/H.J. Lu2003-07-251-58/+198
* * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointerAlan Modra2003-07-071-1/+0
* Correct spelling of "relocatable".Alan Modra2003-06-251-3/+3
* binutils/Jakub Jelinek2003-06-031-0/+25
* * elf.c (elfcore_grok_nto_status): Only set lwpid for the active orAlan Modra2003-05-291-6/+22
* USe is_elf_hash_table() to check for the presence of an elf_link_hash_tableNick Clifton2003-05-211-2/+2
* 2003-05-19 Roland McGrath <roland@redhat.com>Roland McGrath2003-05-211-0/+38
* 2003-05-13 Andrew Haley <aph@redhat.com>Andrew Haley2003-05-131-1/+1
* * elf.c (elf_fake_sections): Use correct cast for sh_name.Alan Modra2003-05-091-3/+3
* * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra2003-05-091-5/+5
* 2003-04-24 Roland McGrath <roland@redhat.com>Roland McGrath2003-04-241-4/+8
* Fix memory leaksNick Clifton2003-03-311-5/+19
* Add support for QNX style core files.Nick Clifton2003-02-241-1/+110
* SEGMENT_OVERLAPS: Check that LMAs overlap as well.Nick Clifton2003-02-171-16/+22
* Generate an error message if a section cannot be found for a symbol.carlton_dictionary-20030207-mergeNick Clifton2003-02-071-3/+13
* * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.Alan Modra2003-02-041-17/+24
* bfdAlan Modra2003-02-041-16/+10
* include/elf/ChangeLogAlan Modra2003-01-231-7/+11
* * elf.c (elf_sort_sections): Don't reorder .tbss.Jakub Jelinek2002-12-281-10/+38
* Comment typo fixes.Alan Modra2002-12-121-1/+1
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-362/+391
* include/elf/ChangeLogAlan Modra2002-11-281-11/+0
* * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra2002-11-261-7/+11
* * elf.c (_bfd_elf_link_hash_table_init): Make sureAlexandre Oliva2002-11-201-1/+4
* * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.Alan Modra2002-11-121-10/+8
* Ah bah, missed these from last commit.Alan Modra2002-11-061-15/+1
* * Makefile.am: Remove entries for elf32-qnx.[ch].Alan Modra2002-11-061-17/+1
* * elflink.h (struct elf_final_link_info): Add shndxbuf_size.Alan Modra2002-11-041-3/+2
* * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.Mark Kettenis2002-10-191-2/+2
* * elf.c (map_sections_to_segments): Correct test for start ofAlan Modra2002-09-281-2/+3
* * bfd-in.h (bfd_get_dynamic_symcount): Define.Daniel Jacobowitz2002-09-181-1/+5
* Check functionname_ptr and line_ptr before deciding we've found a symbol.Nick Clifton2002-09-111-1/+1
* * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_dataAlan Modra2002-08-221-5/+7
* * elf.c (bfd_elf_get_elf_syms): Change type of `esym' toAndrew Cagney2002-08-171-1/+1
* * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.Jakub Jelinek2002-07-301-1/+14
* fix typo introduced in previous deltaNick Clifton2002-07-231-0/+1
* Add new bitfield 'want_p_paddr_set_to_zero'.Nick Clifton2002-07-231-15/+19
* * elf.c: (assign_section_numbers) Set sh_entsize for .stab onlyAlan Modra2002-07-101-2/+3
* * elf.c: Formatting.Alan Modra2002-07-081-37/+49