Kazu Hirata
7dee875eb1
* ChangeLog: Fix typos.
...
* ecoff.c: Fix comment typos.
* ecofflink.c: Likewise.
* format.c: Likewise.
* hp300hpux.c: Likewise.
* i386linux.c: Likewise.
* ieee.c: Likewise.
* m68klinux.c: Likewise.
* mach-o.h: Likewise.
* mipsbsd.c: Likewise.
* oasys.c: Likewise.
* opncls.c: Likewise.
* peXXigen.c: Likewise.
* reloc.c: Likewise.
* reloc16.c: Likewise.
* section.c: Likewise.
* simple.c: Likewise.
* som.c: Likewise.
* som.h: Likewise.
* sparclinux.c: Likewise.
* srec.c: Likewise.
* syms.c: Likewise.
* targets.c: Likewise.
* tekhex.c: Likewise.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.
* xcofflink.c: Likewise.
* xsym.h: Likewise.
* bfd-in2.h: Regenerate.
2003-11-30 18:40:41 +00:00
Alan Modra
010b84c1d3
* simple.c (bfd_simple_get_relocated_section_contents): Free the
...
hash table using _bfd_generic_link_hash_table_free.
2003-09-23 03:59:25 +00:00
Andreas Schwab
228ce06419
* simple.c (bfd_simple_get_relocated_section_contents): Use
...
_bfd_generic_link_hash_table_create instead of
bfd_link_hash_table_create.
2003-09-18 09:10:41 +00:00
Hans-Peter Nilsson
b0cdc7bcb0
* simple.c (bfd_simple_get_relocated_section_contents): Move
...
reloc_done hack to before first bfd_section_size call. Change all
returns to use new wrapper macro RETURN, restoring sec->reloc_done.
2003-08-17 07:37:33 +00:00
Alan Modra
c58b95236c
Convert to C90 and a few tweaks.
2003-06-29 10:06:40 +00:00
Daniel Jacobowitz
c82b20e457
* simple.c (bfd_simple_get_relocated_section_contents): Call
...
_bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2003-06-05 14:07:52 +00:00
Nick Clifton
8e16317ca5
(bfd_simple_get_relocated_section_contents): Disable free that leads to GDB
...
vs BFD memory corruption.
2003-04-06 08:15:58 +00:00
Daniel Jacobowitz
6e84a90684
* simple.c (bfd_simple_get_relocated_section_contents): Add
...
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.
2003-04-01 00:12:12 +00:00
Nick Clifton
5ed6aba41c
Fix memory leaks
2003-03-31 18:13:25 +00:00
Alan Modra
b34976b65a
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
...
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-11-30 08:39:46 +00:00
Nick Clifton
ec4530b540
Use bfd_simple_get_relocated_section_contents() instead of bfd_get_section_contents().
2002-11-07 14:36:31 +00:00
Hans-Peter Nilsson
8718ac9cb8
* simple.c: Correct placement of ATTRIBUTE_UNUSED.
2002-10-25 15:43:03 +00:00
Dave Anglin
5d661875b3
Files missed in previous commit.
2002-10-25 03:19:29 +00:00
Daniel Jacobowitz
af39267ef5
* Makefile.am: Run dep-am.
...
(BFD32_LIBS): Add simple.lo.
(BFD32_LIBS_CFILES): Add simple.c.
* Makefile.in: Regenerated.
* bfd-in2.h: Regenerated.
* simple.c: New file.
2002-10-11 13:53:33 +00:00