diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-11-09 17:40:22 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-11-09 17:40:22 +0000 |
commit | e6dc21b6954c484be22a379b9c12c72767d3a774 (patch) | |
tree | e23a0f54f5a8f4ea56b1b180b7327d82f8120d5a /bfd/ChangeLog | |
parent | b34af79cca3412d77e9ec8a724d42c139e53965f (diff) | |
download | binutils-e6dc21b6954c484be22a379b9c12c72767d3a774.zip binutils-e6dc21b6954c484be22a379b9c12c72767d3a774.tar.gz binutils-e6dc21b6954c484be22a379b9c12c72767d3a774.tar.bz2 |
* som.c (som_bfd_print_private_bfd_data): New function.
(som_object_setup): Save the auxiliary header. Don't assume that
zero is an invalid entry point for a shared library.
(som_object_p): Allocate the auxiliary header on the heap.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d7dfe5f..b09680a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2004-11-09 Mark Mitchell <mark@codesourcery.com> + * som.c (som_bfd_print_private_bfd_data): New function. + (som_object_setup): Save the auxiliary header. Don't assume that + zero is an invalid entry point for a shared library. + (som_object_p): Allocate the auxiliary header on the heap. + * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R declaration. (elf32_arm_symbian_modify_segment_map): Likewise. |