diff options
author | Jeff Law <law@redhat.com> | 1999-06-24 20:01:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-24 20:01:42 +0000 |
commit | a76de4853b7c840913c09500d6d1d3ecfdb52281 (patch) | |
tree | d5a43b485d39061a2dc66ff831c173b034442630 | |
parent | 1f710bb339942d62e5fc3b390bc71c9a2c30cb4a (diff) | |
download | gdb-a76de4853b7c840913c09500d6d1d3ecfdb52281.tar.gz |
d
* elf-hppa.c (elf_hppa_final_write_processing): New function.
* elf32-hppa.c: Remove everything related to symbol extension
sections & records. Use the common elf_hppa_final_write_processing.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 960ea3285f2..21eac864cfc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com) + + * elf-hppa.c (elf_hppa_final_write_processing): New function. + * elf32-hppa.c: Remove everything related to symbol extension + sections & records. Use the common elf_hppa_final_write_processing. + 1999-06-22 Mark Mitchell <mark@codesourcery.com> * elflink.h (size_dynamic_sections): Use user-specified init/fini |