summaryrefslogtreecommitdiffstats
path: root/bfd/simple.c
Commit message (Collapse)AuthorAgeFilesLines
* (bfd_simple_get_relocated_section_contents): Disable free that leads to GDBNick Clifton2003-04-061-0/+11
| | | | vs BFD memory corruption.
* * simple.c (bfd_simple_get_relocated_section_contents): AddDaniel Jacobowitz2003-04-011-12/+80
| | | | | | | | | | | | | | | | | | | | | parameter symbol_table. Optionally use it instead of the symbol table from the bfd. Save and restore output offsets and output sections around bfd_get_relocated_section_contents. Fix a memory leak. (simple_save_output_info, simple_restore_output_info): New functions. * bfd-in2.h: Regenerate. * dwarf2.c (read_abbrevs): Use bfd_simple_get_relocated_section_contents instead of bfd_get_section_contents. (decode_line_info): Likewise. (_bfd_dwarf2_find_nearest_line): Likewise. Don't call find_rela_addend. (find_rela_addend): Remove. * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for debugging sections. (elfNN_ia64_hash_table_create): Create the hash table with malloc, not bfd_zalloc.
* Fix memory leaksNick Clifton2003-03-311-3/+4
|
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-17/+17
| | | | comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
* Use bfd_simple_get_relocated_section_contents() instead of ↵Nick Clifton2002-11-071-0/+15
| | | | bfd_get_section_contents().
* * simple.c: Correct placement of ATTRIBUTE_UNUSED.Hans-Peter Nilsson2002-10-251-47/+37
|
* Files missed in previous commit.Dave Anglin2002-10-251-31/+70
|
* * Makefile.am: Run dep-am.Daniel Jacobowitz2002-10-111-0/+168
(BFD32_LIBS): Add simple.lo. (BFD32_LIBS_CFILES): Add simple.c. * Makefile.in: Regenerated. * bfd-in2.h: Regenerated. * simple.c: New file.
OpenPOWER on IntegriCloud