aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-eh-frame.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-10 * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.Alan Modra1-17/+40
2004-10-10 * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.Alan Modra1-159/+112
2004-10-01 * elf-bfd.h (struct eh_cie_fde): Add need_relative andAlan Modra1-9/+15
2004-06-24bfd/Alan Modra1-46/+27
2004-05-13Remove comment rendered obsolete by previous deltaNick Clifton1-5/+0
2004-05-13Handle dwarf3 format CIE entries.Nick Clifton1-3/+6
2004-02-28* elf-bfd.h (struct elf_backend_data): AddedAlexandre Oliva1-3/+39
2003-10-162003-10-16 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+8
2003-10-062003-10-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+32
2003-08-07 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra1-91/+46
2003-06-25Correct spelling of "relocatable".Alan Modra1-1/+1
2003-03-31Fix memory leaksNick Clifton1-22/+28
2003-02-06 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.Andreas Schwab1-9/+35
2003-02-04bfdAlan Modra1-4/+4
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-25/+25
2002-11-26 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra1-8/+10
2002-11-12 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.Alan Modra1-127/+50
2002-11-12 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zeroAlan Modra1-15/+2
2002-10-312002-10-31 David O'Brien <obrien@FreeBSD.org>David O'Brien1-1/+1
2002-09-23 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocsAlan Modra1-1/+1
2002-08-23Undo previous delta. Add comment explaining why.Nick Clifton1-1/+6
2002-08-22Use a simple byte read when reading the return address register column.Nick Clifton1-1/+1
2002-08-20 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS toAlan Modra1-1/+1
2002-05-15Fix ld --just-symbolsAlan Modra1-2/+2
2002-04-22 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't buildJakub Jelinek1-3/+7
2002-04-22 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.Jakub Jelinek1-2/+20
2002-02-19 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek1-9/+15
2002-01-25 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): AvoidAlan Modra1-3/+3
2002-01-04 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash ifJakub Jelinek1-5/+14
2001-12-31 * elflink.h (elf_bfd_final_link): Check if dynobj is not NULLJakub Jelinek1-0/+3
2001-12-19 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): If new_sizeJakub Jelinek1-1/+17
2001-12-18 * elf-eh-frame.c (struct cie): Add make_lsda_relative.Jakub Jelinek1-46/+156
2001-12-15 * elf-bfd.h (_bfd_elf_maybe_strip_eh_frame_hdr): New prototype.Jakub Jelinek1-30/+65
2001-12-13 * elf-bfd.h (enum elf_link_info_type): New.Jakub Jelinek1-0/+1039