summaryrefslogtreecommitdiff
path: root/bfd/elf-eh-frame.c
Commit message (Expand)AuthorAgeFilesLines
...
* * elf-bfd.h (elf_backend_data): Add elf_backend_eh_frame_address_size.Richard Sandiford2005-01-311-5/+17
* * elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions.Richard Sandiford2005-01-171-4/+121
* * elf-bfd.h (struct cie): Use bfd_vmas for code_align, ra_column andRichard Sandiford2005-01-171-51/+126
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use anRichard Sandiford2005-01-171-45/+37
* 2005-01-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-01-171-58/+0
* * elf-bfd.h (eh_cie_fde): Add new fields: add_augmentation_size andRichard Sandiford2004-11-161-54/+165
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal withRichard Sandiford2004-11-151-1/+4
* * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"Alan Modra2004-10-141-2/+16
* * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.Alan Modra2004-10-101-17/+40
* * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.Alan Modra2004-10-101-159/+112
* * elf-bfd.h (struct eh_cie_fde): Add need_relative andcsl-arm-2004-q3Alan Modra2004-10-011-9/+15
* bfd/Alan Modra2004-06-241-46/+27
* Remove comment rendered obsolete by previous deltaNick Clifton2004-05-131-5/+0
* Handle dwarf3 format CIE entries.Nick Clifton2004-05-131-3/+6
* * elf-bfd.h (struct elf_backend_data): AddedAlexandre Oliva2004-02-281-3/+39
* 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-161-1/+8
* 2003-10-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-061-0/+32
* * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra2003-08-071-91/+46
* Correct spelling of "relocatable".Alan Modra2003-06-251-1/+1
* Fix memory leaksNick Clifton2003-03-311-22/+28
* * elf-eh-frame.c (get_DW_EH_PE_signed): Define.Andreas Schwab2003-02-061-9/+35
* bfdAlan Modra2003-02-041-4/+4
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-25/+25
* * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra2002-11-261-8/+10
* * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.Alan Modra2002-11-121-127/+50
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zeroAlan Modra2002-11-121-15/+2
* 2002-10-31 David O'Brien <obrien@FreeBSD.org>David O'Brien2002-10-311-1/+1
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocsAlan Modra2002-09-231-1/+1
* Undo previous delta. Add comment explaining why.Nick Clifton2002-08-231-1/+6
* Use a simple byte read when reading the return address register column.Nick Clifton2002-08-221-1/+1
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS toAlan Modra2002-08-201-1/+1
* Fix ld --just-symbolsAlan Modra2002-05-151-2/+2
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't buildJakub Jelinek2002-04-221-3/+7
* * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.Jakub Jelinek2002-04-221-2/+20
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek2002-02-191-9/+15
* * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): AvoidAlan Modra2002-01-251-3/+3
* * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash ifJakub Jelinek2002-01-041-5/+14
* * elflink.h (elf_bfd_final_link): Check if dynobj is not NULLJakub Jelinek2001-12-311-0/+3
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): If new_sizeJakub Jelinek2001-12-191-1/+17
* * elf-eh-frame.c (struct cie): Add make_lsda_relative.Jakub Jelinek2001-12-181-46/+156
* * elf-bfd.h (_bfd_elf_maybe_strip_eh_frame_hdr): New prototype.Jakub Jelinek2001-12-151-30/+65
* * elf-bfd.h (enum elf_link_info_type): New.Jakub Jelinek2001-12-131-0/+1039