diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-05 03:03:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-05 03:03:46 +0000 |
commit | 46f2f11d4c9ae297683194868b3238984bc85750 (patch) | |
tree | 4e2ec4a3ecaf38b311462271817e8f5e6f334dea /bfd/ChangeLog | |
parent | 5be973eb83ff501f1a12d104214e55d11cf17729 (diff) | |
download | gdb-46f2f11d4c9ae297683194868b3238984bc85750.zip gdb-46f2f11d4c9ae297683194868b3238984bc85750.tar.gz gdb-46f2f11d4c9ae297683194868b3238984bc85750.tar.bz2 |
* coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first
so that we don't inadvertently free it. Use bfd_alloc for sort
arrays, and memcpy sorted line table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4729ed2..cf609f7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2008-08-05 Alan Modra <amodra@bigpond.net.au> + Jaka MoÄnik <jaka@xlab.si> + + * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first + so that we don't inadvertently free it. Use bfd_alloc for sort + arrays, and memcpy sorted line table. + 2008-08-04 Alan Modra <amodra@bigpond.net.au> * elf32-spu.c (spu_elf_auto_overlay): Use the maximum possible @@ -579,7 +586,7 @@ * bfd-in.h (bfd_elf_m68k_set_target_options): Declare function. * bfd-in2.h: Regenerate. -2008-05-21 André Johansen <andrejoh@gmail.com> +2008-05-21 André Johansen <andrejoh@gmail.com> PR 868 * dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Free memory allocated |