aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-28 * elf.c (elf_sort_sections): Don't reorder .tbss.Jakub Jelinek1-10/+38
2002-12-12Comment typo fixes.Alan Modra1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-362/+391
2002-11-28include/elf/ChangeLogAlan Modra1-11/+0
2002-11-26 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra1-7/+11
2002-11-20* elf.c (_bfd_elf_link_hash_table_init): Make sureAlexandre Oliva1-1/+4
2002-11-12 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.Alan Modra1-10/+8
2002-11-06Ah bah, missed these from last commit.Alan Modra1-15/+1
2002-11-06 * Makefile.am: Remove entries for elf32-qnx.[ch].Alan Modra1-17/+1
2002-11-04 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.Alan Modra1-3/+2
2002-10-19* elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.Mark Kettenis1-2/+2
2002-09-28 * elf.c (map_sections_to_segments): Correct test for start ofAlan Modra1-2/+3
2002-09-18 * bfd-in.h (bfd_get_dynamic_symcount): Define.Daniel Jacobowitz1-1/+5
2002-09-11Check functionname_ptr and line_ptr before deciding we've found a symbol.Nick Clifton1-1/+1
2002-08-22 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_dataAlan Modra1-5/+7
2002-08-17* elf.c (bfd_elf_get_elf_syms): Change type of `esym' toAndrew Cagney1-1/+1
2002-07-30 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.Jakub Jelinek1-1/+14
2002-07-23fix typo introduced in previous deltaNick Clifton1-0/+1
2002-07-23Add new bitfield 'want_p_paddr_set_to_zero'.Nick Clifton1-15/+19
2002-07-10 * elf.c: (assign_section_numbers) Set sh_entsize for .stab onlyAlan Modra1-2/+3
2002-07-08 * elf.c: Formatting.Alan Modra1-37/+49
2002-07-07 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra1-63/+110
2002-07-04 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpuxAlan Modra1-1/+33
2002-07-02 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.Alan Modra1-34/+34
2002-06-25 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.Alan Modra1-29/+64
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-3/+3
2002-06-232002-06-23 Alan Modra <amodra@bigpond.net.au>Alan Modra1-0/+1
2002-06-092002-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+3
2002-06-07 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace withAlan Modra1-17/+21
2002-06-06Do not include empty sections in loadable segments.Nick Clifton1-2/+34
2002-06-05 * elf.c (group_signature): Swap in the whole symbol, and handleAlan Modra1-18/+81
2002-06-05 * bfd-in.h: Remove "taken from the source" comment.Alan Modra1-1/+2
2002-06-04 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.Alan Modra1-19/+68
2002-06-04 * elf.c (bfd_section_from_shdr): Make "name" const.Alan Modra1-1/+1
2002-05-31 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.Alan Modra1-29/+56
2002-05-23 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek1-1/+70
2002-05-15Fix ld --just-symbolsAlan Modra1-0/+13
2002-04-12 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION orAlan Modra1-7/+0
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-2/+2
2002-04-03 * elf.c (_bfd_elf_make_section_from_shdr): When setting sectionAlan Modra1-4/+13
2002-04-012002-04-01 Nathan Williams <nathanw@wasabisystems.com>Jason Thorpe1-1/+1
2002-03-27 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space forAlan Modra1-2/+6
2002-03-23 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based onAlan Modra1-11/+14
2002-03-042002-03-04 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+9
2002-02-14 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.Alan Modra1-1/+2
2002-02-132002-02-11 Michael Snyder <msnyder@redhat.com>Michael Snyder1-5/+41
2002-02-13Accept a physicall address of 0 as valid in a program headerNick Clifton1-3/+8
2002-01-30Don't translate debugging message.Nick Clifton1-18/+16
2002-01-26Copy only as much information as possible to avoid stack corruption.Nick Clifton1-1/+1
2002-01-25* elf.c (elfcore_write_prstatus): Make sure we pass the address ofMark Kettenis1-1/+1