diff options
author | Jeff Law <law@redhat.com> | 1995-02-01 08:35:40 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-02-01 08:35:40 +0000 |
commit | 9ea5de84ab25731d33cc01c4e9610a40055903ba (patch) | |
tree | c67fccb8cbab451dc24c329275d0d4f33c631621 /bfd/ChangeLog | |
parent | ef6fb95dea3183ce9dbe74be7b3f986f307718ce (diff) | |
download | gdb-9ea5de84ab25731d33cc01c4e9610a40055903ba.zip gdb-9ea5de84ab25731d33cc01c4e9610a40055903ba.tar.gz gdb-9ea5de84ab25731d33cc01c4e9610a40055903ba.tar.bz2 |
* som.c (som_object_setup): More heruistics to detect the
braindamaged HP OSF1 linker.
(setup_sections): Don't forget to free subspace_sections if we get
an error.
(som_slurp_string_table): Allocate strings on this bfd's obstack
rather than directly out of the heap.
(som_slurp_symbol_table): Likewise for the saved copy of the
canonical symbols.
(som_slurp_reloc_table): Likewise for the saved copy of the
canonical relocations. Free the native relocations when we're
done with them.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f06535d..074bf3b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Wed Feb 1 01:32:14 1995 Jeff Law (law@snake.cs.utah.edu) + + * som.c (som_object_setup): More heruistics to detect the + braindamaged HP OSF1 linker. + (setup_sections): Don't forget to free subspace_sections if we get + an error. + (som_slurp_string_table): Allocate strings on this bfd's obstack + rather than directly out of the heap. + (som_slurp_symbol_table): Likewise for the saved copy of the + canonical symbols. + (som_slurp_reloc_table): Likewise for the saved copy of the + canonical relocations. Free the native relocations when we're + done with them. + Tue Jan 31 21:53:28 1995 Doug Evans <dje@canuck.cygnus.com> * libelf.h (struct elf_obj_tdata): New member program_header_size. |